10549 Commits (9587a9c12b5d54263787a23c75f570db368318c1)

Author SHA1 Message Date
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
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
Karl-Johan Alm a473eff8f9
[bench] Replace 0.00(000)1 with MICRO/MILLI #defines in validation.cpp. 7 years ago
Karl-Johan Alm 5f850b0311
[bench] Include ms/blk stats in Connect* benchmarks. 7 years ago
practicalswift 5a9b508279 [trivial] Add end of namespace comments 7 years ago
Jorge Timón b463bc9215
scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/ 7 years ago
shaolinfry 29c07196d0
Rename -bip9params to -vbparams 7 years ago
John Newbery 42a83e5455 [trivial] Fix comment for ForceSetArg() 7 years ago
Marko Bencun 5d67526026 add SeedNodes to CConnman::Options 7 years ago
Gregory Sanders f128f78ddb getmempool mempoolminfee is a BTC/KB feerate 7 years ago
Cory Fields b6fbfc2282 net: only enforce the services required to connect 7 years ago
James Evans 16d94d3d03 Fixing typo in rpcdump.cpp 7 years ago
Jorge Timón f285145764
Introduce static DoWarning (simplify UpdateTip) 7 years ago
Pieter Wuille 422634e2f5 Introduce Coin, a single unspent output 7 years ago
Pieter Wuille 7d991b55db Store/allow tx metadata in all undo records 7 years ago
Pieter Wuille c3aa0c1194 Report on-disk size in gettxoutsetinfo 7 years ago
Pieter Wuille d342424301 Remove/ignore tx version in utxo and undo 7 years ago
Pieter Wuille 7e00322906 Add specialization of SipHash for 256 + 32 bit data 7 years ago
Pieter Wuille e484652fc3 Introduce CHashVerifier to hash read data 7 years ago
Pieter Wuille f54580e7e4 error() in disconnect for disk corruption, not inconsistency 7 years ago
Pieter Wuille e66dbde6d1 Add SizeEstimate to CDBBatch 7 years ago
Pieter Wuille 010d68e802 Broadcast address every day, not 9 hours 7 years ago
Russell Yanofsky 88b8f0b682 Simplify feebumper minimum fee code slightly 7 years ago
Russell Yanofsky 620444bd59 Fix broken q4 test build 7 years ago
Russell Yanofsky 1b6602fbe6 Fix bumpfee rpc "errors" return value 7 years ago
Jonas Schnelli 6d7104c994
[Qt] make sure transaction table entry gets updated after bump 7 years ago
Jonas Schnelli 32325a3f58
[Qt] hide bump context menu action if tx already has been bumped 7 years ago
Wladimir J. van der Laan cd5622dcaf Make bitcoind invalid argument error message specific 7 years ago
Pieter Wuille 822755a424 Fix: make CCoinsViewDbCursor::Seek work for missing keys 7 years ago
Luke Dashjr 870824e919 RPC/Mining: Restore API compatibility for prioritisetransaction 7 years ago
Russell Yanofsky 5749a48821 Add Qt tests for wallet spends & bumpfee 7 years ago
practicalswift efc2e3302d [trivial] Fix three recently introduced typos 7 years ago
Matt Corallo 888cce57a6 Add perf counter data to GetStrongRandBytes state in scheduler 7 years ago
Matt Corallo 399fb8f2d0 Add internal method to add new random data to our internal RNG state 7 years ago
practicalswift f3ba869734 [tests] Add libFuzzer support. 7 years ago
Ahmad Kazi 2300a5e13a [Trivial] Add BITCOIN_FS_H endif footer in fs.h 7 years ago
Pavel Janík 43c587738d Prevent shadowing the global dustRelayFee. 7 years ago
practicalswift 211adc074a Use range-based for loops (C++11) when looping over vector elements 7 years ago
practicalswift 693247b82b [test] Speed up fuzzing by ~200x when using afl-fuzz 7 years ago