14208 Commits (2c3fc5150e18927bee3b877b29b5f10e4c504764)
 

Author SHA1 Message Date
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
Pieter Wuille bd83111a0f Optimization: Coin&& to ApplyTxInUndo 7 years ago
Pieter Wuille cb2c7fdac2 Replace CTxInUndo with Coin 7 years ago
Wladimir J. van der Laan 39039b12a7
Merge #10475: [RPC] getmempoolinfo mempoolminfee is a BTC/KB feerate 7 years ago
Russell Yanofsky b9b814a38e Avoid CWalletTx copies in GetAddressBalances and GetAddressGroupings 7 years ago
Pavlos Antoniou 5f672ca8c1 net: Denote some CNode functions const 7 years ago
John Newbery 53f6775fe1 fixup: fix nits 7 years ago
Jonas Schnelli 64beb13179
Merge #10449: Overhaul Qt fee bumper 7 years ago
Wladimir J. van der Laan 27b99312bf
Merge #10451: contrib/init/bitcoind.openrcconf: Don't disable wallet by default 7 years ago
Wladimir J. van der Laan cb1716acc7
Merge #10441: net: only enforce expected services for half of outgoing connections 7 years ago
Wladimir J. van der Laan b6b150b016
Merge #10469: Fixing typo in rpcdump.cpp 7 years ago
Wladimir J. van der Laan 6a38b79de4
Merge #10495: contrib: Update location of seeds.txt 7 years ago
Wladimir J. van der Laan ac9cd953d9 contrib: Update location of seeds.txt 7 years ago
Wladimir J. van der Laan f259263a7b
Merge #10447: Make bitcoind invalid argument error message specific 7 years ago
Wladimir J. van der Laan ef2d062c9f
Merge #10450: Fix bumpfee rpc "errors" return value 7 years ago
Wladimir J. van der Laan 10e8c0a298
Merge #10486: devtools: Retry after signing fails in github-merge 7 years ago
John Newbery a433d8a15e [tests] Update start/stop node functions to be private module functions 7 years ago
John Newbery d8c218f9c2 [tests] Functional tests call self.start_node(s) and self.stop_node(s) 7 years ago
Cory Fields cf390dff89 build: silence gcc7's implicit fallthrough warning 7 years ago
Wladimir J. van der Laan 18ba984140
Merge #10467: add SeedNodes to CConnman::Options 7 years ago
Wladimir J. van der Laan 1983c8772c devtools: Retry after signing fails in github-merge 7 years ago
Wladimir J. van der Laan 5dd69ce551
Merge #10479: [trivial] Fix comment for ForceSetArg() 7 years ago