14749 Commits (f3f78917769b9bc65c133a160dba7df18a33b27d)
 

Author SHA1 Message Date
Pieter Wuille 8b25d2c0ce Upgrade from per-tx database to per-txout 8 years ago
Pieter Wuille b2af357f39 Reduce reserved memory space for flushing 8 years ago
Pieter Wuille 41aa5b79a3 Pack Coin more tightly 8 years ago
Pieter Wuille 97072d6685 Remove unused CCoins methods 8 years ago
Pieter Wuille ce23efaa5c Extend coins_tests 8 years ago
Pieter Wuille 5083079688 Switch CCoinsView and chainstate db from per-txid to per-txout 8 years ago
Pieter Wuille 4ec0d9e794 Refactor GetUTXOStats in preparation for per-COutPoint iteration 8 years ago
Pieter Wuille 13870b56fc Replace CCoins-based CTxMemPool::pruneSpent with isSpent 8 years ago
Pieter Wuille 05293f3cb7 Remove ModifyCoins/ModifyNewCoins 8 years ago
Pieter Wuille 961e483979 Switch tests from ModifyCoins to AddCoin/SpendCoin 8 years ago
Russell Yanofsky 8906a9a0d2 Fix bumpfee test after #10449 8 years ago
Pieter Wuille 8b3868c1b4 Switch CScriptCheck to use Coin instead of CCoins 8 years ago
Matt Corallo c87b957a32 Only pass things committed to by tx's witness hash to CScriptCheck 8 years ago
Pieter Wuille f68cdfe92b Switch from per-tx to per-txout CCoinsViewCache methods in some places 8 years ago
Pieter Wuille 0003911326 Introduce new per-txout CCoinsViewCache functions 8 years ago
Pieter Wuille bd83111a0f Optimization: Coin&& to ApplyTxInUndo 8 years ago
Pieter Wuille cb2c7fdac2 Replace CTxInUndo with Coin 8 years ago
Wladimir J. van der Laan 39039b12a7
Merge #10475: [RPC] getmempoolinfo mempoolminfee is a BTC/KB feerate 8 years ago
Russell Yanofsky b9b814a38e Avoid CWalletTx copies in GetAddressBalances and GetAddressGroupings 8 years ago
Pavlos Antoniou 5f672ca8c1 net: Denote some CNode functions const 8 years ago
John Newbery 53f6775fe1 fixup: fix nits 8 years ago
Jonas Schnelli 64beb13179
Merge #10449: Overhaul Qt fee bumper 8 years ago
Wladimir J. van der Laan 27b99312bf
Merge #10451: contrib/init/bitcoind.openrcconf: Don't disable wallet by default 8 years ago
Wladimir J. van der Laan cb1716acc7
Merge #10441: net: only enforce expected services for half of outgoing connections 8 years ago
Wladimir J. van der Laan b6b150b016
Merge #10469: Fixing typo in rpcdump.cpp 8 years ago
Wladimir J. van der Laan 6a38b79de4
Merge #10495: contrib: Update location of seeds.txt 8 years ago
Wladimir J. van der Laan ac9cd953d9 contrib: Update location of seeds.txt 8 years ago
Wladimir J. van der Laan f259263a7b
Merge #10447: Make bitcoind invalid argument error message specific 8 years ago
Wladimir J. van der Laan ef2d062c9f
Merge #10450: Fix bumpfee rpc "errors" return value 8 years ago
Wladimir J. van der Laan 10e8c0a298
Merge #10486: devtools: Retry after signing fails in github-merge 8 years ago
John Newbery a433d8a15e [tests] Update start/stop node functions to be private module functions 8 years ago
John Newbery d8c218f9c2 [tests] Functional tests call self.start_node(s) and self.stop_node(s) 8 years ago
practicalswift 5a9b508279 [trivial] Add end of namespace comments 8 years ago
Cory Fields cf390dff89 build: silence gcc7's implicit fallthrough warning 8 years ago
Wladimir J. van der Laan 18ba984140
Merge #10467: add SeedNodes to CConnman::Options 8 years ago
Wladimir J. van der Laan 1983c8772c devtools: Retry after signing fails in github-merge 8 years ago
Wladimir J. van der Laan 5dd69ce551
Merge #10479: [trivial] Fix comment for ForceSetArg() 8 years ago
Wladimir J. van der Laan 55b72f3880
Merge #10461: Update style guide 8 years ago
Jonas Schnelli c1c9a95379
Merge #10454: Fix broken q4 test build 8 years ago
Pieter Wuille f94b7d5bfa
Merge #10464: Introduce static DoWarning (simplify UpdateTip) 8 years ago
Pieter Wuille 5432fc3d59 Fail on commit with VERIFY SCRIPT but no scripted-diff 8 years ago
Jorge Timón b463bc9215
scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/ 8 years ago
shaolinfry 29c07196d0
Rename -bip9params to -vbparams 8 years ago
Wladimir J. van der Laan acd9957b72
Merge #9208: Improve DisconnectTip performance 8 years ago
John Newbery 42a83e5455 [trivial] Fix comment for ForceSetArg() 8 years ago
Marko Bencun 5d67526026 add SeedNodes to CConnman::Options 8 years ago
Wladimir J. van der Laan 5c63d665e5
Merge #10460: Broadcast address every day, not 9 hours 8 years ago
Gregory Sanders f128f78ddb getmempool mempoolminfee is a BTC/KB feerate 8 years ago
Cory Fields b6fbfc2282 net: only enforce the services required to connect 8 years ago
James Evans 16d94d3d03 Fixing typo in rpcdump.cpp 8 years ago