aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-09[build] Add several util unitsJohn Newbery
2019-04-09[build] Move several units into common librariesJohn Newbery
2019-04-09[build] Move rpc rawtransaction util functions to rpc/rawtransaction_util.cppJohn Newbery
2019-04-09[build] Move rpc utility methods to rpc/utilJohn Newbery
2019-04-09[build] Move policy settings to new src/policy/settings unitJohn Newbery
2019-04-09[build] Move CheckTransaction from lib_server to lib_consensusJohn Newbery
2019-04-10Merge #15632: Remove ResendWalletTransactions from the Validation InterfaceMeshCollider
2019-04-09Merge #15693: travis: Switch to ubuntu keyserver to avoid timeoutsMarcoFalke
2019-04-09Merge #15771: qa: Prevent concurrency issues reading .cookie fileMarcoFalke
2019-04-09[wallet] Remove unnecessary Chain::Lock parameter from ResendWalletTransactionsJohn Newbery
2019-04-09[wallet] Schedule tx rebroadcasts in walletJohn Newbery
2019-04-09[wallet] Keep track of the best block time in the walletJohn Newbery
2019-04-09qa: Prevent concurrency issues reading .cookie fileJoão Barbosa
2019-04-09Merge #15772: test: Properly log named args in authproxyMarcoFalke
2019-04-10Merge #15749: Fix: importmulti only imports origin info for PKH outputsMeshCollider
2019-04-10Merge #15747: wallet: Remove plethora of Get*BalanceMeshCollider
2019-04-09Merge #15765: doc: correct bitcoinconsensus_version in shared-libraries.mdWladimir J. van der Laan
2019-04-09Merge #15757: List new RPCs in psbt.md and descriptors.mdWladimir J. van der Laan
2019-04-08test: Properly log named args in authproxyMarcoFalke
2019-04-08Merge #15763: Update bips.md for 0.18.0MarcoFalke
2019-04-08Merge #15760: doc: Clarify sendrawtransaction::maxfeerate==0 helpMarcoFalke
2019-04-08Merge #15711: gui: Generate bech32 addresses by defaultMarcoFalke
2019-04-08Merge #15446: Improve depends debuggabilityMarcoFalke
2019-04-08Merge #15495: Add regtests for HTTP status codesJonas Schnelli
2019-04-07doc: correct bitcoinconsensus_version in shared-librariesfanquake
2019-04-06Merge #15660: [qa] Overhaul p2p_compactblocks.pyMarcoFalke
2019-04-06doc: Clarify sendrawtransaction::maxfeerate==0 helpMarcoFalke
2019-04-06Take non-importing keys into account for spendability warning in descriptor i...Pieter Wuille
2019-04-06Merge #15508: Refactor analyzepsbt for use outside RPC codePieter Wuille
2019-04-06Update bips.md for 0.18.0Pieter Wuille
2019-04-06Mention new descriptor RPCs in descriptors.mdPieter Wuille
2019-04-05travis: Properly cache and error on timeoutMarcoFalke
2019-04-05Mention new PSBT RPCs in psbt.mdPieter Wuille
2019-04-05Merge #15755: rpc: remove unused var in rawtransaction.cppMarcoFalke
2019-04-05Remove unused varPeter Bushnell
2019-04-04Merge #15654: net: Remove unused unsanitized user agent string CNode::strSubVerMarcoFalke
2019-04-04Import all origin info in importmulti; even for non-importing pubkeysPieter Wuille
2019-04-04Keep full pubkeys in FlatSigningProvider::originsPieter Wuille
2019-04-04wallet: Get all balances in one callMarcoFalke
2019-04-04Merge #15596: rpc: Ignore sendmany::minconf as dummy valueMarcoFalke
2019-04-03Merge #15685: doc: rpc-mining: Clarify error messagesMarcoFalke
2019-04-02Merge #14853: depends: latest RapidCheckMarcoFalke
2019-04-02Merge #15680: Remove resendwallettransactions RPC methodMarcoFalke
2019-04-01[qa] Overhaul p2p_compactblocks.pySuhas Daftuar
2019-04-01Merge #15652: wallet: Update transactions with current mempool after loadMarcoFalke
2019-04-01Merge #15644: Make orphan processing interruptibleMarcoFalke
2019-04-01[wallet] Remove ResendWalletTransactionsBeforeJohn Newbery
2019-03-31gui: Generate bech32 addresses by defaultMarcoFalke
2019-03-31qa: Check unconfirmed balance after loadwalletJoão Barbosa
2019-03-31wallet: Update transactions with current mempool after loadJoão Barbosa