13987 Commits (73de2c1ff345ac38c098d7b1bef03176f3ea1f16)
 

Author SHA1 Message Date
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
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
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
Gregory Maxwell 513da90cdd Add test for empty chain and reorg consistency for gettxoutsetinfo. 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
Russell Yanofsky 5749a48821 Add Qt tests for wallet spends & bumpfee 7 years ago
Wladimir J. van der Laan 7e96ecf075
Merge #9539: [net] Avoid initialization to a value that is never read 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
Wladimir J. van der Laan e4775167cb
Merge #10390: [wallet] remove minimum total fee option 7 years ago
Wladimir J. van der Laan 217b416c72
Merge #10415: [tests] Speed up fuzzing by ~200x when using afl-fuzz 7 years ago
Wladimir J. van der Laan 6512913830
Merge #10424: Populate services in GetLocalAddress 7 years ago
MarcoFalke 8e5725666b
Merge #10433: [tests] improve tmpdir structure 7 years ago
MarcoFalke a4ca0b0423
Merge #10431: Prevent shadowing the global dustRelayFee 7 years ago
Wladimir J. van der Laan 6b99dafe42
Merge #10429: tests: fix spurious addrman test failure 7 years ago