aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-06-08[tests] Remove unused function InsecureRandBytes(size_t len)practicalswift
2017-06-08Merge #10524: [tests] Remove printf(...)Wladimir J. van der Laan
2017-06-07Merge #10321: Use FastRandomContext for all testsPieter Wuille
2017-06-07gettxoutproof() should return consistent resultJohn Newbery
2017-06-07Sanity check transaction scripts in DecodeHexTxAndrew Chow
2017-06-07Add a valid opcode sanity check to CScriptAndrew Chow
2017-06-07scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille
2017-06-07[tests] Remove printf(...)practicalswift
2017-06-07[tests] Use FastRandomContext instead of boost::random::{mt19937,uniform_int_...practicalswift
2017-06-07scripted-diff: Use randbits/bool instead of randrange where possiblePieter Wuille
2017-06-07Use randbits instead of ad-hoc emulation in prevector testsPieter Wuille
2017-06-07Replace rand() & ((1 << N) - 1) with randbits(N)Pieter Wuille
2017-06-07Replace more rand() % NUM by randrangesPieter Wuille
2017-06-07Don't return stale data from CCoinsViewCache::Cursor()Russell Yanofsky
2017-06-07Merge #9672: Opt-into-RBF for RPC & bitcoin-txWladimir J. van der Laan
2017-06-07Use std::unordered_{map,set} (C++11) instead of boost::unordered_{map,set}practicalswift
2017-06-06Merge #10523: Perform member initialization in initialization lists where pos...Pieter Wuille
2017-06-06Merge #10331: Share config between util and functional testsMarcoFalke
2017-06-06Merge #10522: [wallet] Remove unused variablesMarcoFalke
2017-06-06Merge #10538: [trivial] Fix typo: "occurrences" (misspelled as "occurrances")MarcoFalke
2017-06-06wallet: Update formattingLuke Dashjr
2017-06-06wallet: Forbid -salvagewallet, -zapwallettxes, and -upgradewallet with multip...Luke Dashjr
2017-06-06wallet: Base backup filenames on original wallet filenameLuke Dashjr
2017-06-06wallet: Include actual backup filename in recovery warning messageLuke Dashjr
2017-06-06Bugfix: wallet: Fix warningStr, errorStr argument orderLuke Dashjr
2017-06-06Wallet: Move multiwallet sanity checks to CWallet::Verify, and do other check...Luke Dashjr
2017-06-06Wallet: Support loading multiple wallets if -wallet used more than onceLuke Dashjr
2017-06-06Wallet: Replace pwalletMain with a vector of wallet pointersLuke Dashjr
2017-06-06Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift
2017-06-06Remove references to priority that snuck back in in 870824e9.Matt Corallo
2017-06-06Make functions in validation.cpp static and pass chainparamsMario Dian
2017-06-06Merge #9909: tests: Add FindEarliestAtLeast test for edge casesWladimir J. van der Laan
2017-06-06Merge #10252: RPC/Mining: Restore API compatibility for prioritisetransactionWladimir J. van der Laan
2017-06-06[trivial] Fix typo: "occurrences" (misspelled as "occurrances")practicalswift
2017-06-06Merge #10345: [P2P] Timeout for headers syncWladimir J. van der Laan
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