aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-17Merge #13682: bench: Remove unused variableMarcoFalke
2018-07-17Merge #13663: tests: Avoid read/write to default datadirMarcoFalke
2018-07-17wallet: Avoid potential null pointer dereference in CWalletTx::GetAvailableCr...practicalswift
2018-07-17bench: Remove unused variablepracticalswift
2018-07-16Tests for PSBTAndrew Chow
2018-07-16Create wallet RPCs for PSBTAndrew Chow
2018-07-16Create utility RPCs for PSBTAndrew Chow
2018-07-16[doc] Remove outdated comment about mining code ignoring CPFPJames O'Beirne
2018-07-16Initialize m_next_send_inv_to_incomingPieter Wuille
2018-07-16Merge #13298: Net: Bucketing INV delays (1 bucket) for incoming connections t...Pieter Wuille
2018-07-16Merge #13652: rpc: Fix that CWallet::AbandonTransaction would leave the grand...Wladimir J. van der Laan
2018-07-16Modified in_addr6 cast in CConman class to work with msvc.Aaron Clauson
2018-07-15scripted-diff: Fix references to share/rpcuser (now share/rpcauth)Mason Simon
2018-07-15scantxoutset: mention that scanning by address will miss P2PK txoutsJonas Schnelli
2018-07-15scantxoutset: support legacy P2PK script typeJonas Schnelli
2018-07-15scantxoutset: add support for scriptsJonas Schnelli
2018-07-15Blockchain/RPC: Add scantxoutset method to scan UTXO setJonas Schnelli
2018-07-14bench_bitcoin: Avoid read/write to default datadirMarcoFalke
2018-07-14test_bitcoin: Avoid read/write to default datadirMarcoFalke
2018-07-13Bucket for inbound when scheduling invs to hide tx timeGleb
2018-07-13Merge #13072: Update createmultisig RPC to support segwitPieter Wuille
2018-07-13Merge #13651: [moveonly] Extract CWallet::MarkInputsDirty, and privatize AddT...Pieter Wuille
2018-07-13Merge #11658: During IBD, when doing pruning, prune 10% extra to avoid prunin...Pieter Wuille
2018-07-13Merge #13417: [net] Tighten scope in net_processingPieter Wuille
2018-07-13Merge #13566: Fix get balancePieter Wuille
2018-07-13Merge #13630: Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChainPieter Wuille
2018-07-13SignPSBTInput wrapper functionAndrew Chow
2018-07-13Refactor transaction creation and transaction funding logicAndrew Chow
2018-07-13Methods for interacting with PSBT structsAndrew Chow
2018-07-13Add pubkeys and whether input was witness to SignatureDataAndrew Chow
2018-07-13Implement PSBT Structures and un/serialization methods per BIP 174Andrew Chow
2018-07-13bitcoinconsensus: invalid flags should be set to bitcoinconsensus_error type,...Thomas Kerin
2018-07-13Privatize CWallet::AddToWalletIfInvolvingMeBen Woosley
2018-07-13Extract CWallet::MarkInputsDirtyBen Woosley
2018-07-13Merge #12944: [wallet] ScanforWalletTransactions should mark input txns as dirtyJonas Schnelli
2018-07-13Fix that CWallet::AbandonTransaction would only traverse one levelBen Woosley
2018-07-12Drop dead code from StacksBen Woosley
2018-07-12[QA] add createwallet disableprivatekey testJonas Schnelli
2018-07-12[Qt] Disable creating receive addresses when private keys are disabledJonas Schnelli
2018-07-12Add disable privatekeys option to createwalletJonas Schnelli
2018-07-12Add option to disable private keys during internal wallet creationJonas Schnelli
2018-07-12Add FindScriptPubKey() to search the UTXO setJonas Schnelli
2018-07-12Merge #13177: GCC-7 and glibc-2.27 back compat codeWladimir J. van der Laan
2018-07-12Merge #13627: Free keystore.h from file scope level type aliasesWladimir J. van der Laan
2018-07-12Merge #13145: Use common getPath method to create temp directory in tests.MarcoFalke
2018-07-12Add facility to store wallet flags (64 bits)Jonas Schnelli
2018-07-11Use common SetDataDir method to create temp directory in tests.winder
2018-07-12Refactors `keystore.h` type aliases.251
2018-07-11Merge #13114: wallet/keystore: Add Clang thread safety annotations for variab...MarcoFalke
2018-07-11Merge #13622: Remove mapRequest tracking that just effects Qt display.Wladimir J. van der Laan