10392 Commits (80f5f28d38e59b550ab7e7465cfa48defee343a6)

Author SHA1 Message Date
Luke Dashjr 23b0fe34f5 bitcoin-tx: rbfoptin: Avoid touching nSequence if the value is already opting in 7 years ago
Luke Dashjr b005bf21a7 Introduce MAX_BIP125_RBF_SEQUENCE constant 7 years ago
Jonas Schnelli 575cde4605 [bitcoin-tx] add rbfoptin command 7 years ago
Luke Dashjr 36bcab2356 RPC/Wallet: Add RBF support for fundrawtransaction 7 years ago
Luke Dashjr 891c5eeec2 Wallet: Refactor FundTransaction to accept parameters via CCoinControl 7 years ago
Luke Dashjr 578ec80d4f RPC: rawtransaction: Add RBF support for createrawtransaction 7 years ago
Luke Dashjr 19b3648bb5 CWalletDB: Store the update counter per wallet 7 years ago
Luke Dashjr 74e8738961 Bugfix: ForceSetArg should replace entr(ies) in mapMultiArgs, not append 7 years ago
Luke Dashjr 23fb9adaea wallet: Move nAccountingEntryNumber from static/global to CWallet 7 years ago
Luke Dashjr 9d15d5548d Bugfix: wallet: Increment "update counter" when modifying account stuff 7 years ago
Luke Dashjr f28eb8020e Bugfix: wallet: Increment "update counter" only after actually making the applicable db changes to avoid potential races 7 years ago
Suhas Daftuar 76f74811c4 Add timeout for headers sync 7 years ago
Pieter Wuille efee1db21a scripted-diff: use insecure_rand256/randrange more 7 years ago
Pieter Wuille 1119927df0 Add various insecure_rand wrappers for tests 7 years ago
Pieter Wuille 124d13a58c Merge test_random.h into test_bitcoin.h 7 years ago
Pieter Wuille 90620d66c9 scripted-diff: Rename cuckoo tests' local rand context 7 years ago
Pieter Wuille 37e864eb9f Add FastRandomContext::rand256() and ::randbytes() 7 years ago
Pieter Wuille 8b22af3ee5 Replace bytes_serialized with bogosize 7 years ago
Jorge Timón 1238f13cf6
scripted-diff: Remove PAIRTYPE 7 years ago
Jorge Timón 18dc3c3962
scripted-diff: Remove Q_FOREACH 7 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 7 years ago
Jorge Timón a5410ac5ec
Small preparations for Q_FOREACH, PAIRTYPE and #include <boost/foreach.hpp> removal 7 years ago
Russell Yanofsky 9bb66ab660 Add RescanFromTime method and use from rpcdump 7 years ago
Russell Yanofsky ccf84bb9c1 Move birthday optimization out of ScanForWalletTransactions 7 years ago
Wladimir J. van der Laan a7e3c2814c rpc: Add listen address to incoming connections in `getpeerinfo` 7 years ago
practicalswift 90593ed92c Limit variable scope 7 years ago
practicalswift 656dbd871a Perform member initialization in initialization lists where possible 7 years ago
practicalswift a8c09affce Remove unused variables 7 years ago
Pieter Wuille 9aa215bff9 Bugfixes: missing == 0 after randrange 7 years ago
Pieter Wuille d9bec888f1 Use REJECT_DUPLICATE for already known and conflicted txn 7 years ago
Pieter Wuille cf68a488a4 Deduplicate addrdb.cpp and use CHashWriter/Verifier 7 years ago
Pieter Wuille 589827975f scripted-diff: various renames for per-utxo consistency 7 years ago
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
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