14208 Commits (2c3fc5150e18927bee3b877b29b5f10e4c504764)
 

Author SHA1 Message Date
Wladimir J. van der Laan 55b72f3880
Merge #10461: Update style guide 7 years ago
Jonas Schnelli c1c9a95379
Merge #10454: Fix broken q4 test build 7 years ago
Pieter Wuille f94b7d5bfa
Merge #10464: Introduce static DoWarning (simplify UpdateTip) 7 years ago
Pieter Wuille 5432fc3d59 Fail on commit with VERIFY SCRIPT but no scripted-diff 7 years ago
Jorge Timón b463bc9215
scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/ 7 years ago
shaolinfry 29c07196d0
Rename -bip9params to -vbparams 7 years ago
Wladimir J. van der Laan acd9957b72
Merge #9208: Improve DisconnectTip performance 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
Wladimir J. van der Laan 5c63d665e5
Merge #10460: Broadcast address every day, not 9 hours 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 47d8441466 Update style guide 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 b4b057a3e0
Merge #10445: Add test for empty chain and reorg consistency for gettxoutsetinfo. 7 years ago
Pieter Wuille b40ceed98a
Merge #10419: [trivial] Fix three recently introduced typos 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
Gregory Maxwell 513da90cdd Add test for empty chain and reorg consistency for gettxoutsetinfo. 7 years ago
Luke Dashjr afc693dea6 contrib/init/bitcoind.openrcconf: Don't disable wallet by default 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
Jonas Schnelli 4314544d46
Merge #10420: Add Qt tests for wallet spends & bumpfee 7 years ago
Pieter Wuille 822755a424 Fix: make CCoinsViewDbCursor::Seek work for missing keys 7 years ago
Pieter Wuille 4cb8757aae
Merge #10313: [Consensus] Add constant for maximum stack size 7 years ago
Pieter Wuille f2f7e97e8c
Merge #10347: Use range-based for loops (C++11) when looping over vector elements 7 years ago
Luke Dashjr 870824e919 RPC/Mining: Restore API compatibility for prioritisetransaction 7 years ago
Wladimir J. van der Laan 7e96ecf075
Merge #9539: [net] Avoid initialization to a value that is never read 7 years ago
Russell Yanofsky 5749a48821 Add Qt tests for wallet spends & bumpfee 7 years ago
Wladimir J. van der Laan ce8176d038
Merge #10295: [qt] Move some WalletModel functions into CWallet 7 years ago
Wladimir J. van der Laan 46771514fa
Merge #9571: RPC: getblockchaininfo returns BIP signaling statistics 7 years ago
Wladimir J. van der Laan 433c57aa6f
Merge #10421: [qt] Remove excess logic: Prefer "return foo;" to "if (foo) { return true; } else { return false; }" 7 years ago
Wladimir J. van der Laan 15254e907e
Merge #10372: Add perf counter data to GetStrongRandBytes state in scheduler 7 years ago
Wladimir J. van der Laan e76a3927c3
Merge #10410: Fix importwallet edge case rescan bug 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
John Newbery 930deb9b2c [tests] skipped tests should clean up after themselves 7 years ago