14074 Commits (300f8e7a828f3ffaa3a3e9d979a6dc90f15d0203)
 

Author SHA1 Message Date
Wladimir J. van der Laan 300f8e7a82
Merge #9909: tests: Add FindEarliestAtLeast test for edge cases 7 years ago
Wladimir J. van der Laan 980deaf0b1
Merge #10252: RPC/Mining: Restore API compatibility for prioritisetransaction 7 years ago
MarcoFalke 30853e16d3
Merge #10535: [qa] fundrawtx: Fix shutdown race 7 years ago
Wladimir J. van der Laan 67700b3924
Merge #10345: [P2P] Timeout for headers sync 7 years ago
Wladimir J. van der Laan 16f6c98fa8
Merge #10426: Replace bytes_serialized with bogosize 7 years ago
Wladimir J. van der Laan 323a46e034
Merge #10463: Names: BIP9 vs versionbits 7 years ago
MarcoFalke fa62dadabe [qa] fundrawtx: Fix shutdown race 7 years ago
Suhas Daftuar 76f74811c4 Add timeout for headers sync 7 years ago
Pieter Wuille 8b22af3ee5 Replace bytes_serialized with bogosize 7 years ago
Wladimir J. van der Laan 9fec4da0be
Merge #9740: Add friendly output to dumpwallet 7 years ago
MarcoFalke bea5b00cfe
Merge #10509: Remove xvfb configuration from travis 7 years ago
Wladimir J. van der Laan e654d61d94
Merge #10489: build: silence gcc7's implicit fallthrough warning 7 years ago
Wladimir J. van der Laan 08d0390a5f
Merge #10403: Fix importmulti failure to return rescan errors 7 years ago
Wladimir J. van der Laan 0747d33498
Merge #10455: Simplify feebumper minimum fee code slightly 7 years ago
MarcoFalke c871f323b4
Merge #10515: [test] Add test for getchaintxstats 7 years ago
Wladimir J. van der Laan cec9e1ea61
Merge #10422: Fix timestamp in fee estimate debug message 7 years ago
Wladimir J. van der Laan e103b3ff1e
Merge #10514: Bugfix: missing == 0 after randrange 7 years ago
Wladimir J. van der Laan 296928eb38
Merge #10478: rpc: Add listen address to incoming connections in `getpeerinfo` 7 years ago
Wladimir J. van der Laan 3457331386 test: Add test for `getpeerinfo` `bindaddr` field 7 years ago
Wladimir J. van der Laan a7e3c2814c rpc: Add listen address to incoming connections in `getpeerinfo` 7 years ago
Pieter Wuille 400fdd08cc
Merge #10471: Denote functions CNode::GetRecvVersion() and CNode::GetRefCount() as const 7 years ago
Jimmy Song cc36b5e3d7 [test] Add test for getchaintxstats 7 years ago
Pieter Wuille 098b01dc58
Merge #10500: Avoid CWalletTx copies in GetAddressBalances and GetAddressGroupings 7 years ago
Pieter Wuille 9aa215bff9 Bugfixes: missing == 0 after randrange 7 years ago
Russell Yanofsky e4bc19f6f8 Remove xvfb configuration from travis 7 years ago
MarcoFalke 329fc1dce7
Merge #10359: [tests] functional tests should call BitcoinTestFramework start/stop node methods 7 years ago
MarcoFalke 1aefc94dd7
Merge #10423: [tests] skipped tests should clean up after themselves 7 years ago
Wladimir J. van der Laan 00d3692396
Merge #10323: Update to latest libsecp256k1 master 7 years ago
Pieter Wuille 7cc2c670e3
Merge #10506: Fix bumpfee test after #10449 7 years ago
Pieter Wuille 1088b02f0c
Merge #10195: Switch chainstate db and cache to per-txout model 7 years ago
Pieter Wuille 589827975f scripted-diff: various renames for per-utxo consistency 7 years ago
Pieter Wuille a5e02bc7f8 Increase travis unit test timeout 7 years ago
Pieter Wuille 73de2c1ff3 Rename CCoinsCacheEntry::coins to coin 7 years ago
Pieter Wuille 119e552f7c Merge CCoinsViewCache's GetOutputFor and AccessCoin 7 years ago
Pieter Wuille 580b023092 [MOVEONLY] Move old CCoins class to txdb.cpp 7 years ago
Pieter Wuille 8b25d2c0ce Upgrade from per-tx database to per-txout 7 years ago
Pieter Wuille b2af357f39 Reduce reserved memory space for flushing 7 years ago
Pieter Wuille 41aa5b79a3 Pack Coin more tightly 7 years ago
Pieter Wuille 97072d6685 Remove unused CCoins methods 7 years ago
Pieter Wuille ce23efaa5c Extend coins_tests 7 years ago
Pieter Wuille 5083079688 Switch CCoinsView and chainstate db from per-txid to per-txout 7 years ago
Pieter Wuille 4ec0d9e794 Refactor GetUTXOStats in preparation for per-COutPoint iteration 7 years ago
Pieter Wuille 13870b56fc Replace CCoins-based CTxMemPool::pruneSpent with isSpent 7 years ago
Pieter Wuille 05293f3cb7 Remove ModifyCoins/ModifyNewCoins 7 years ago
Pieter Wuille 961e483979 Switch tests from ModifyCoins to AddCoin/SpendCoin 7 years ago
Russell Yanofsky 8906a9a0d2 Fix bumpfee test after #10449 7 years ago
Pieter Wuille 8b3868c1b4 Switch CScriptCheck to use Coin instead of CCoins 7 years ago
Matt Corallo c87b957a32 Only pass things committed to by tx's witness hash to CScriptCheck 7 years ago
Pieter Wuille f68cdfe92b Switch from per-tx to per-txout CCoinsViewCache methods in some places 7 years ago
Pieter Wuille 0003911326 Introduce new per-txout CCoinsViewCache functions 7 years ago