aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-06Remove references to priority that snuck back in in 870824e9.Matt Corallo
2017-06-06Merge #10201: pass Consensus::Params& to functions in validation.cpp and make...Wladimir J. van der Laan
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 #10535: [qa] fundrawtx: Fix shutdown raceMarcoFalke
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-06[qa] fundrawtx: Fix shutdown raceMarcoFalke
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-05[Tests] extend the replace-by-fee test to cover RPC rawtx featuresJonas 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 #10509: Remove xvfb configuration from travisMarcoFalke
2017-06-05Merge #10489: build: silence gcc7's implicit fallthrough warningWladimir 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 #10515: [test] Add test for getchaintxstatsMarcoFalke
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-05Merge #10478: rpc: Add listen address to incoming connections in `getpeerinfo`Wladimir J. van der Laan
2017-06-05test: Add test for `getpeerinfo` `bindaddr` fieldWladimir 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-02[test] Add test for getchaintxstatsJimmy Song
2017-06-02Merge #10500: Avoid CWalletTx copies in GetAddressBalances and GetAddressGrou...Pieter Wuille
2017-06-02Bugfixes: missing == 0 after randrangePieter Wuille
2017-06-02Remove xvfb configuration from travisRussell Yanofsky