index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test_bitcoin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #8895: Better SigCache Implementation
Pieter Wuille
2016-12-14
1
-0
/
+2
|
\
|
*
Add CuckooCache implementation and replace the sigcache map_type with it
Jeremy Rubin
2016-12-14
1
-0
/
+2
*
|
Remove unused CDiskBlockPos* argument from ProcessNewBlock
Matt Corallo
2016-12-04
1
-1
/
+1
*
|
Switch pblock in ProcessNewBlock to a shared_ptr
Matt Corallo
2016-12-04
1
-1
/
+2
*
|
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
|
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-12-02
1
-0
/
+1
*
|
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
1
-1
/
+1
*
|
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-19
1
-4
/
+4
*
|
Replace CValidationState param in ProcessNewBlock with BlockChecked
Matt Corallo
2016-11-09
1
-2
/
+1
*
|
Remove pfrom parameter from ProcessNewBlock
Matt Corallo
2016-11-09
1
-1
/
+1
*
|
Fix compact block handling to not ban if block is invalid
Suhas Daftuar
2016-11-03
1
-1
/
+1
|
/
*
Merge #8865: Decouple peer-processing-logic from block-connection-logic
Wladimir J. van der Laan
2016-10-18
1
-1
/
+1
|
\
|
*
Remove CConnman parameter from ProcessNewBlock/ActivateBestChain
Matt Corallo
2016-10-04
1
-1
/
+1
*
|
Merge #8223: [c++11] Use std::unique_ptr for block creation.
Wladimir J. van der Laan
2016-10-18
1
-2
/
+3
|
\
\
|
*
|
[c++11] Use std::unique_ptr for block creation.
Daniel Kraft
2016-06-18
1
-2
/
+3
*
|
|
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
1
-0
/
+1
|
|
/
|
/
|
*
|
Move static global randomizer seeds into CConnman
Pieter Wuille
2016-09-19
1
-1
/
+1
*
|
net: Pass CConnman around as needed
Cory Fields
2016-09-08
1
-1
/
+1
*
|
net: Create CConnman to encapsulate p2p connections
Cory Fields
2016-09-08
1
-0
/
+6
*
|
Use a signal to continue init after genesis activation
Pieter Wuille
2016-07-30
1
-0
/
+5
*
|
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
1
-1
/
+1
*
|
Merge #8068: Compact Blocks
Wladimir J. van der Laan
2016-06-22
1
-1
/
+5
|
\
\
|
*
|
Add TestMemPoolEntryHelper::FromTx version for CTransaction
Matt Corallo
2016-06-19
1
-1
/
+5
|
|
/
*
/
Enable mempool consistency checks in unit tests
Pieter Wuille
2016-06-18
1
-0
/
+1
|
/
*
Refactor CreateNewBlock to be a method of the BlockAssembler class
Alex Morcos
2016-05-18
1
-1
/
+1
*
Merge #7787: [Moveonly] Create ui_interface.cpp
Wladimir J. van der Laan
2016-04-19
1
-2
/
+0
|
\
|
*
[ui] Move InitError, InitWarning, AmountErrMsg
MarcoFalke
2016-04-02
1
-2
/
+0
*
|
test: Create test fixture for wallet
Wladimir J. van der Laan
2016-04-18
1
-23
/
+0
|
/
*
Merge #7691: [Wallet] refactor wallet/init interaction
Wladimir J. van der Laan
2016-04-02
1
-1
/
+0
|
\
|
*
[Wallet] refactor wallet/init interaction
Jonas Schnelli
2016-03-22
1
-1
/
+0
*
|
rpc: Register calls where they are defined
Wladimir J. van der Laan
2016-03-31
1
-1
/
+6
*
|
Merge #7187: Keep reorgs fast for SequenceLocks checks
Wladimir J. van der Laan
2016-03-16
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add LockPoints
Alex Morcos
2016-03-16
1
-1
/
+1
*
|
Move GetTempPath() to testutil.
Mustafa
2016-03-11
1
-1
/
+2
|
/
*
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code
Jonas Schnelli
2016-01-20
1
-0
/
+1
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Store the total sig op count of a tx.
Alex Morcos
2015-12-01
1
-1
/
+1
*
Track coinbase spends in CTxMemPoolEntry
Suhas Daftuar
2015-11-30
1
-1
/
+1
*
Change GetPriority calculation.
Alex Morcos
2015-11-19
1
-2
/
+7
*
Merge pull request #7053
Wladimir J. van der Laan
2015-11-27
1
-1
/
+2
|
\
|
*
Globals: Remove a bunch of Params() calls from main.cpp:
Jorge Timón
2015-11-23
1
-1
/
+2
*
|
Implement helper class for CTxMemPoolEntry constructor
Alex Morcos
2015-11-16
1
-0
/
+7
|
/
*
Chainparams: Explicit CChainParams arg for miner:
Jorge Timón
2015-11-11
1
-1
/
+1
*
Chainparams: Explicit CChainParams arg for main (pre miner):
Jorge Timón
2015-11-11
1
-2
/
+3
*
tests: Initialize networking on windows
Wladimir J. van der Laan
2015-11-01
1
-0
/
+1
*
Chainparams: Replace CBaseChainParams::Network enum with string constants (su...
Jorge Timón
2015-10-20
1
-3
/
+3
*
Unit test doublespends in new blocks
Gavin Andresen
2015-07-27
1
-3
/
+54
*
TRIVIAL: Missing includes
Jorge Timón
2015-07-23
1
-0
/
+1
*
Merge pull request #6047
Wladimir J. van der Laan
2015-05-06
1
-0
/
+3
|
\
|
*
Update key.cpp to use new libsecp256k1
Pieter Wuille
2015-05-04
1
-0
/
+3
[next]