aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-10Merge #15749: Fix: importmulti only imports origin info for PKH outputsMeshCollider
2019-04-10Merge #15747: wallet: Remove plethora of Get*BalanceMeshCollider
2019-04-08Merge #15760: doc: Clarify sendrawtransaction::maxfeerate==0 helpMarcoFalke
2019-04-08Merge #15711: gui: Generate bech32 addresses by defaultMarcoFalke
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-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 #15680: Remove resendwallettransactions RPC methodMarcoFalke
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-31wallet: Update transactions with current mempool after loadJoão Barbosa
2019-03-31interfaces: Add Chain::requestMempoolTransactionsJoão Barbosa
2019-03-29Merge #15669: rpc: Fix help text for signtransactionwithXXXMarcoFalke
2019-03-29[rpc] remove resendwallettransactions RPCJohn Newbery
2019-03-29Merge #15683: Comment for seemingly duplicate LIBBITCOIN_SERVERMarcoFalke
2019-03-29Merge #15663: crypto: Remove unused AES-128 codeJonas Schnelli
2019-03-28Comment for seemingly duplicate LIBBITCOIN_SERVERPeter Bushnell
2019-03-28Merge #15616: rpc: Clarify decodescript RPCResult docMarcoFalke
2019-03-28doc: rpc-mining: Clarify error messagesMarcoFalke
2019-03-28rpc: Fix help text for signtransactionwithXXXTorkel Rogstad
2019-03-27wallet: Move CWallet::ReacceptWalletTransactions locks to callersJoão Barbosa
2019-03-27Merge #15620: rpc: Uncouple non-wallet rpcs from maxTxFee globalMarcoFalke
2019-03-27Merge #15519: Add Poly1305 implementationWladimir J. van der Laan
2019-03-26Add documentation of struct PSBTAnalysis et alGlenn Willen
2019-03-26Refactor analyzepsbt for use outside RPC codeGlenn Willen
2019-03-26Move PSBT decoding functions from core_io to psbt.cppGlenn Willen
2019-03-26Add Poly1305 benchJonas Schnelli
2019-03-26Add Poly1305 implementationJonas Schnelli
2019-03-25Remove unused AES-128 codepracticalswift
2019-03-24rpc: Rename size to vsize in mempool related callsMiguel Herranz
2019-03-23net: Remove unused unsanitized user agent string CNode::strSubVerMarcoFalke
2019-03-22Interrupt orphan processing after every transactionPieter Wuille
2019-03-22[MOVEONLY] Move processing of orphan queue to ProcessOrphanTxPieter Wuille
2019-03-22Simplify orphan processing in preparation for interruptibilityPieter Wuille
2019-03-22[rpc] Remove deprecated functionality message from validateaddress helpJohn Newbery
2019-03-22[rpc] Remove signrawtransaction warningJohn Newbery
2019-03-22gui: Defer removeAndDeleteWallet when no modal widget is activeJoão Barbosa
2019-03-21Merge #15625: refactor: Remove unused functionMeshCollider
2019-03-21Merge #10973: Refactor: separate wallet from nodeMeshCollider