aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-06-06Merge #10426: Replace bytes_serialized with bogosizeWladimir J. van der Laan
2017-06-06Merge #10463: Names: BIP9 vs versionbitsWladimir J. van der Laan
2017-06-05RPC/rawtransaction: createrawtransaction: Check opt_into_rbf when provided wi...Luke Dashjr
2017-06-05bitcoin-tx: rbfoptin: Avoid touching nSequence if the value is already opting inLuke Dashjr
2017-06-05Introduce MAX_BIP125_RBF_SEQUENCE constantLuke Dashjr
2017-06-05[bitcoin-tx] add rbfoptin commandJonas Schnelli
2017-06-05RPC/Wallet: Add RBF support for fundrawtransactionLuke Dashjr
2017-06-05Wallet: Refactor FundTransaction to accept parameters via CCoinControlLuke Dashjr
2017-06-05RPC: rawtransaction: Add RBF support for createrawtransactionLuke Dashjr
2017-06-05CWalletDB: Store the update counter per walletLuke Dashjr
2017-06-05Bugfix: ForceSetArg should replace entr(ies) in mapMultiArgs, not appendLuke Dashjr
2017-06-05wallet: Move nAccountingEntryNumber from static/global to CWalletLuke Dashjr
2017-06-05Bugfix: wallet: Increment "update counter" when modifying account stuffLuke Dashjr
2017-06-05Bugfix: wallet: Increment "update counter" only after actually making the app...Luke Dashjr
2017-06-05Add timeout for headers syncSuhas Daftuar
2017-06-05scripted-diff: use insecure_rand256/randrange morePieter Wuille
2017-06-05Add various insecure_rand wrappers for testsPieter Wuille
2017-06-05Merge test_random.h into test_bitcoin.hPieter Wuille
2017-06-05scripted-diff: Rename cuckoo tests' local rand contextPieter Wuille
2017-06-05Add FastRandomContext::rand256() and ::randbytes()Pieter Wuille
2017-06-05Replace bytes_serialized with bogosizePieter Wuille
2017-06-05Merge #9740: Add friendly output to dumpwalletWladimir J. van der Laan
2017-06-05Merge #10403: Fix importmulti failure to return rescan errorsWladimir J. van der Laan
2017-06-05Merge #10455: Simplify feebumper minimum fee code slightlyWladimir J. van der Laan
2017-06-05Merge #10422: Fix timestamp in fee estimate debug messageWladimir J. van der Laan
2017-06-05Merge #10514: Bugfix: missing == 0 after randrangeWladimir J. van der Laan
2017-06-05rpc: Add listen address to incoming connections in `getpeerinfo`Wladimir J. van der Laan
2017-06-05Limit variable scopepracticalswift
2017-06-04Merge #10471: Denote functions CNode::GetRecvVersion() and CNode::GetRefCount...Pieter Wuille
2017-06-04Perform member initialization in initialization lists where possiblepracticalswift
2017-06-03Remove unused variablespracticalswift
2017-06-02Merge #10500: Avoid CWalletTx copies in GetAddressBalances and GetAddressGrou...Pieter Wuille
2017-06-02Bugfixes: missing == 0 after randrangePieter Wuille
2017-06-02Merge #10323: Update to latest libsecp256k1 masterWladimir J. van der Laan
2017-06-01Merge #10506: Fix bumpfee test after #10449Pieter Wuille
2017-06-01Merge #10195: Switch chainstate db and cache to per-txout modelPieter Wuille
2017-06-01scripted-diff: various renames for per-utxo consistencyPieter Wuille
2017-06-01Rename CCoinsCacheEntry::coins to coinPieter Wuille
2017-06-01Merge CCoinsViewCache's GetOutputFor and AccessCoinPieter Wuille
2017-06-01[MOVEONLY] Move old CCoins class to txdb.cppPieter Wuille
2017-06-01Upgrade from per-tx database to per-txoutPieter Wuille
2017-06-01Reduce reserved memory space for flushingPieter Wuille
2017-06-01Pack Coin more tightlyPieter Wuille
2017-06-01Remove unused CCoins methodsPieter Wuille
2017-06-01Extend coins_testsPieter Wuille
2017-06-01Switch CCoinsView and chainstate db from per-txid to per-txoutPieter Wuille
2017-06-01Refactor GetUTXOStats in preparation for per-COutPoint iterationPieter Wuille
2017-06-01Replace CCoins-based CTxMemPool::pruneSpent with isSpentPieter Wuille
2017-06-01Remove ModifyCoins/ModifyNewCoinsPieter Wuille
2017-06-01Switch tests from ModifyCoins to AddCoin/SpendCoinPieter Wuille