14749 Commits (f3f78917769b9bc65c133a160dba7df18a33b27d)
 

Author SHA1 Message Date
Jorge Timón f285145764
Introduce static DoWarning (simplify UpdateTip) 8 years ago
Pieter Wuille 47d8441466 Update style guide 8 years ago
Pieter Wuille 422634e2f5 Introduce Coin, a single unspent output 8 years ago
Pieter Wuille 7d991b55db Store/allow tx metadata in all undo records 8 years ago
Pieter Wuille c3aa0c1194 Report on-disk size in gettxoutsetinfo 8 years ago
Pieter Wuille d342424301 Remove/ignore tx version in utxo and undo 8 years ago
Pieter Wuille 7e00322906 Add specialization of SipHash for 256 + 32 bit data 8 years ago
Pieter Wuille e484652fc3 Introduce CHashVerifier to hash read data 8 years ago
Pieter Wuille f54580e7e4 error() in disconnect for disk corruption, not inconsistency 8 years ago
Pieter Wuille e66dbde6d1 Add SizeEstimate to CDBBatch 8 years ago
Pieter Wuille b4b057a3e0
Merge #10445: Add test for empty chain and reorg consistency for gettxoutsetinfo. 8 years ago
Pieter Wuille b40ceed98a
Merge #10419: [trivial] Fix three recently introduced typos 8 years ago
Pieter Wuille 010d68e802 Broadcast address every day, not 9 hours 8 years ago
Russell Yanofsky 88b8f0b682 Simplify feebumper minimum fee code slightly 8 years ago
Russell Yanofsky 620444bd59 Fix broken q4 test build 8 years ago
Gregory Maxwell 513da90cdd Add test for empty chain and reorg consistency for gettxoutsetinfo. 8 years ago
Luke Dashjr afc693dea6 contrib/init/bitcoind.openrcconf: Don't disable wallet by default 8 years ago
Russell Yanofsky 1b6602fbe6 Fix bumpfee rpc "errors" return value 8 years ago
Jonas Schnelli 6d7104c994
[Qt] make sure transaction table entry gets updated after bump 8 years ago
Jonas Schnelli 32325a3f58
[Qt] hide bump context menu action if tx already has been bumped 8 years ago
Wladimir J. van der Laan cd5622dcaf Make bitcoind invalid argument error message specific 8 years ago
Jonas Schnelli 4314544d46
Merge #10420: Add Qt tests for wallet spends & bumpfee 8 years ago
Pieter Wuille 822755a424 Fix: make CCoinsViewDbCursor::Seek work for missing keys 8 years ago
Pieter Wuille 4cb8757aae
Merge #10313: [Consensus] Add constant for maximum stack size 8 years ago
Pieter Wuille f2f7e97e8c
Merge #10347: Use range-based for loops (C++11) when looping over vector elements 8 years ago
Luke Dashjr 870824e919 RPC/Mining: Restore API compatibility for prioritisetransaction 8 years ago
Wladimir J. van der Laan 7e96ecf075
Merge #9539: [net] Avoid initialization to a value that is never read 8 years ago
Russell Yanofsky 5749a48821 Add Qt tests for wallet spends & bumpfee 8 years ago
Wladimir J. van der Laan ce8176d038
Merge #10295: [qt] Move some WalletModel functions into CWallet 8 years ago
Wladimir J. van der Laan 46771514fa
Merge #9571: RPC: getblockchaininfo returns BIP signaling statistics 8 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; }" 8 years ago
Wladimir J. van der Laan 15254e907e
Merge #10372: Add perf counter data to GetStrongRandBytes state in scheduler 8 years ago
Wladimir J. van der Laan e76a3927c3
Merge #10410: Fix importwallet edge case rescan bug 8 years ago
practicalswift efc2e3302d [trivial] Fix three recently introduced typos 8 years ago
Matt Corallo 888cce57a6 Add perf counter data to GetStrongRandBytes state in scheduler 8 years ago
Matt Corallo 399fb8f2d0 Add internal method to add new random data to our internal RNG state 8 years ago
John Newbery 930deb9b2c [tests] skipped tests should clean up after themselves 8 years ago
Wladimir J. van der Laan e4775167cb
Merge #10390: [wallet] remove minimum total fee option 8 years ago
Wladimir J. van der Laan 217b416c72
Merge #10415: [tests] Speed up fuzzing by ~200x when using afl-fuzz 8 years ago
Wladimir J. van der Laan 6512913830
Merge #10424: Populate services in GetLocalAddress 8 years ago
MarcoFalke 8e5725666b
Merge #10433: [tests] improve tmpdir structure 8 years ago
MarcoFalke a4ca0b0423
Merge #10431: Prevent shadowing the global dustRelayFee 8 years ago
Wladimir J. van der Laan 6b99dafe42
Merge #10429: tests: fix spurious addrman test failure 8 years ago
Wladimir J. van der Laan 993a1d710e
Merge #10432: [Trivial] Add BITCOIN_FS_H endif footer in fs.h 8 years ago
Ahmad Kazi 2300a5e13a [Trivial] Add BITCOIN_FS_H endif footer in fs.h 8 years ago
Pavel Janík 43c587738d Prevent shadowing the global dustRelayFee. 8 years ago
practicalswift 211adc074a Use range-based for loops (C++11) when looping over vector elements 8 years ago
practicalswift 693247b82b [test] Speed up fuzzing by ~200x when using afl-fuzz 8 years ago
Cory Fields 6b51b0a076 tests: fix spurious addrman test failure 8 years ago
John Newbery b040243cc3 [tests] improve tmpdir structure 8 years ago