| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch blocks to a constant-space Merkle root/branch algorithm. | Pieter Wuille | 2015-11-27 | 4 | -3/+140 |
| * | Merge pull request #7095 | Wladimir J. van der Laan | 2015-11-27 | 3 | -199/+205 |
| |\ | |||||
| | * | Replace scriptnum_test's normative ScriptNum implementation | Wladimir J. van der Laan | 2015-11-25 | 3 | -199/+205 |
| * | | 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 |
| * | | | Merge pull request #6134 | Wladimir J. van der Laan | 2015-11-27 | 1 | -17/+40 |
| |\ \ \ | |||||
| | * | | | add estimateSmartFee to the unit test | Alex Morcos | 2015-11-16 | 1 | -0/+20 |
| | * | | | Increase success threshold for fee estimation to 95% | Alex Morcos | 2015-11-16 | 1 | -17/+20 |
| * | | | | Merge pull request #5967 | Wladimir J. van der Laan | 2015-11-27 | 1 | -0/+16 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | Alter assumptions in CCoinsViewCache::BatchWrite | Alex Morcos | 2015-11-18 | 1 | -0/+16 |
| * | | | | Merge pull request #6851 | Gregory Maxwell | 2015-11-20 | 1 | -4/+4 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Optimisation: Store transaction list order in memory rather than compute it e... | Luke Dashjr | 2015-11-21 | 1 | -4/+4 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #6932 | Wladimir J. van der Laan | 2015-11-18 | 1 | -6/+140 |
| |\ \ \ | |||||
| | * | | | Add unit test for UpdateCoins | Alex Morcos | 2015-11-12 | 1 | -0/+131 |
| | * | | | Make CCoinsViewTest behave like CCoinsViewDB | Alex Morcos | 2015-11-11 | 1 | -6/+9 |
| * | | | | Implement helper class for CTxMemPoolEntry constructor | Alex Morcos | 2015-11-16 | 5 | -47/+89 |
| | |/ / |/| | | |||||
| * | | | Merge pull request #6986 | Gregory Maxwell | 2015-11-16 | 2 | -17/+19 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Chainparams: Explicit CChainParams arg for miner: | Jorge Timón | 2015-11-11 | 2 | -14/+14 |
| | * | | Chainparams: Explicit CChainParams arg for main (pre miner): | Jorge Timón | 2015-11-11 | 2 | -3/+5 |
| * | | | Switch to libsecp256k1-based validation for ECDSA | Pieter Wuille | 2015-11-15 | 1 | -0/+3 |
| * | | | Fix bug in mempool_tests unit test | Alex Morcos | 2015-11-13 | 1 | -2/+2 |
| |/ / | |||||
| * | | [trivial] New DEFAULT_MIN_RELAY_TX_FEE = 1000 | MarcoFalke | 2015-11-09 | 1 | -1/+1 |
| * | | transaction_tests: Be more strict checking dust | MarcoFalke | 2015-11-09 | 1 | -2/+17 |
| * | | Revert "Revert "Enable policy enforcing GetMedianTimePast as the end point of... | Gregory Maxwell | 2015-11-03 | 1 | -3/+4 |
| |/ | |||||
| * | Merge pull request #6928 | Wladimir J. van der Laan | 2015-11-02 | 1 | -4/+3 |
| |\ | |||||
| | * | Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-ti... | Gregory Maxwell | 2015-11-01 | 1 | -4/+3 |
| * | | tests: Initialize networking on windows | Wladimir J. van der Laan | 2015-11-01 | 1 | -0/+1 |
| |/ | |||||
| * | unittest: fix test for null tx input | Daniel Kraft | 2015-10-27 | 1 | -3/+7 |
| * | Merge pull request #6888 | Wladimir J. van der Laan | 2015-10-26 | 1 | -1/+3 |
| |\ | |||||
| | * | Use BOOST_CHECK_MESSAGE() rather than BOOST_CHECK() in alerts_tests.cpp and i... | Eric Lombrozo | 2015-10-25 | 1 | -1/+3 |
| * | | Enable policy enforcing GetMedianTimePast as the end point of lock-time const... | Mark Friedenbach | 2015-10-23 | 1 | -3/+4 |
| |/ | |||||
| * | Merge pull request #6873 | Jeff Garzik | 2015-10-23 | 1 | -14/+14 |
| |\ | |||||
| | * | leveldbwrapper file rename to dbwrapper.* | Jeff Garzik | 2015-10-22 | 1 | -1/+1 |
| | * | leveldbwrapper symbol rename: Remove "Level" from class, etc. names | Jeff Garzik | 2015-10-22 | 1 | -13/+13 |
| * | | Merge pull request #6848 | Wladimir J. van der Laan | 2015-10-22 | 2 | -0/+8 |
| |\ \ | |/ |/| | |||||
| | * | Add DERSIG transaction test cases | J Ross Nicoll | 2015-10-18 | 2 | -0/+8 |
| * | | Merge pull request #6722 | Wladimir J. van der Laan | 2015-10-21 | 2 | -24/+177 |
| |\ \ | |||||
| | * | | Undo GetMinFee-requires-extra-call-to-hit-0 | Matt Corallo | 2015-10-14 | 1 | -1/+0 |
| | * | | Add reasonable test case for mempool trimming | Matt Corallo | 2015-10-13 | 1 | -0/+154 |
| | * | | Only call TrimToSize once per reorg/blocks disconnect | Matt Corallo | 2015-10-13 | 1 | -1/+1 |
| | * | | Reverse the sort on the mempool's feerate index | Suhas Daftuar | 2015-10-13 | 1 | -23/+23 |
| * | | | Merge pull request #6235 | Wladimir J. van der Laan | 2015-10-20 | 2 | -5/+5 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Chainparams: Replace CBaseChainParams::Network enum with string constants (su... | Jorge Timón | 2015-10-20 | 2 | -5/+5 |
| * | | | Merge pull request #6777 | Wladimir J. van der Laan | 2015-10-13 | 1 | -1/+80 |
| |\ \ \ | |||||
| | * | | | Refer to obfuscate_key via pointer in peripheral CLevelDB classes | James O'Beirne | 2015-10-09 | 1 | -1/+1 |
| | * | | | Add tests for gettxoutsetinfo, CLevelDBBatch, CLevelDBIterator | James O'Beirne | 2015-10-09 | 1 | -1/+80 |
| * | | | | Merge pull request #6798 | Wladimir J. van der Laan | 2015-10-13 | 1 | -0/+2 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | Clarification of unit test build instructions. | Eric Lombrozo | 2015-10-10 | 1 | -0/+2 |
| * | | | | tests: update transaction_tests for new dust threshold | Wladimir J. van der Laan | 2015-10-10 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge pull request #6720 | Wladimir J. van der Laan | 2015-10-07 | 1 | -0/+180 |
| |\ \ \ | |/ / |/| | | |||||