14652 Commits (f4c3d2c9da76489291df72136a1ec80a5c7c712f)
 

Author SHA1 Message Date
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
Wladimir J. van der Laan 9fec4da0be
Merge #9740: Add friendly output to dumpwallet 7 years ago
Russell Yanofsky 4f92b5fb30 Run Qt wallet tests on travis 7 years ago
MarcoFalke bea5b00cfe
Merge #10509: Remove xvfb configuration from travis 7 years ago
Russell Yanofsky 9bb66ab660 Add RescanFromTime method and use from rpcdump 7 years ago
Wladimir J. van der Laan e654d61d94
Merge #10489: build: silence gcc7's implicit fallthrough warning 7 years ago
Russell Yanofsky ccf84bb9c1 Move birthday optimization out of ScanForWalletTransactions 7 years ago
Wladimir J. van der Laan 08d0390a5f
Merge #10403: Fix importmulti failure to return rescan errors 7 years ago
Wladimir J. van der Laan 0747d33498
Merge #10455: Simplify feebumper minimum fee code slightly 7 years ago
MarcoFalke c871f323b4
Merge #10515: [test] Add test for getchaintxstats 7 years ago
Wladimir J. van der Laan cec9e1ea61
Merge #10422: Fix timestamp in fee estimate debug message 7 years ago
Wladimir J. van der Laan e103b3ff1e
Merge #10514: Bugfix: missing == 0 after randrange 7 years ago
Wladimir J. van der Laan 296928eb38
Merge #10478: rpc: Add listen address to incoming connections in `getpeerinfo` 7 years ago
Wladimir J. van der Laan 3457331386 test: Add test for `getpeerinfo` `bindaddr` field 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
Pieter Wuille 400fdd08cc
Merge #10471: Denote functions CNode::GetRecvVersion() and CNode::GetRefCount() as const 7 years ago
practicalswift 656dbd871a Perform member initialization in initialization lists where possible 7 years ago
practicalswift a8c09affce Remove unused variables 7 years ago
Jimmy Song cc36b5e3d7 [test] Add test for getchaintxstats 7 years ago
Pieter Wuille 098b01dc58
Merge #10500: Avoid CWalletTx copies in GetAddressBalances and GetAddressGroupings 7 years ago
Pieter Wuille 9aa215bff9 Bugfixes: missing == 0 after randrange 7 years ago
Russell Yanofsky e4bc19f6f8 Remove xvfb configuration from travis 7 years ago
MarcoFalke 329fc1dce7
Merge #10359: [tests] functional tests should call BitcoinTestFramework start/stop node methods 7 years ago
MarcoFalke 1aefc94dd7
Merge #10423: [tests] skipped tests should clean up after themselves 7 years ago
Wladimir J. van der Laan 00d3692396
Merge #10323: Update to latest libsecp256k1 master 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 7cc2c670e3
Merge #10506: Fix bumpfee test after #10449 7 years ago
Pieter Wuille 1088b02f0c
Merge #10195: Switch chainstate db and cache to per-txout model 7 years ago
Pieter Wuille 589827975f scripted-diff: various renames for per-utxo consistency 7 years ago
Pieter Wuille a5e02bc7f8 Increase travis unit test timeout 7 years ago