Age | Commit message (Expand) | Author |
2018-07-22 | Merge #13691: Remove redundant variables, statements and forward declarations | MarcoFalke |
2018-07-22 | Merge #13683: wallet: Introduce assertion to document the assumption that cac... | MarcoFalke |
2018-07-20 | Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa... | Wladimir J. van der Laan |
2018-07-19 | Merge #13712: wallet: Fix non-determinism in ParseHDKeypath(...). Avoid using... | MarcoFalke |
2018-07-19 | Merge #13074: [trivial] Correct help text for `importaddress` RPC | MarcoFalke |
2018-07-19 | wallet: Add error handling. Check return value of ParseUInt32(...) in ParseHD... | practicalswift |
2018-07-19 | wallet: Add tests for ParseHDKeypath(...) | practicalswift |
2018-07-18 | Merge #13500: [wallet] Decouple wallet version from client version | Wladimir J. van der Laan |
2018-07-18 | Merge #13557: BIP 174 PSBT Serializations and RPCs | Wladimir J. van der Laan |
2018-07-18 | Remove redundant statement | practicalswift |
2018-07-17 | wallet: Avoid potential null pointer dereference in CWalletTx::GetAvailableCr... | practicalswift |
2018-07-16 | Tests for PSBT | Andrew Chow |
2018-07-16 | Create wallet RPCs for PSBT | Andrew Chow |
2018-07-16 | Merge #13652: rpc: Fix that CWallet::AbandonTransaction would leave the grand... | Wladimir J. van der Laan |
2018-07-13 | Merge #13072: Update createmultisig RPC to support segwit | Pieter Wuille |
2018-07-13 | Merge #13651: [moveonly] Extract CWallet::MarkInputsDirty, and privatize AddT... | Pieter Wuille |
2018-07-13 | Merge #13566: Fix get balance | Pieter Wuille |
2018-07-13 | Merge #13630: Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChain | Pieter Wuille |
2018-07-13 | Refactor transaction creation and transaction funding logic | Andrew Chow |
2018-07-13 | Privatize CWallet::AddToWalletIfInvolvingMe | Ben Woosley |
2018-07-13 | Extract CWallet::MarkInputsDirty | Ben Woosley |
2018-07-13 | Merge #12944: [wallet] ScanforWalletTransactions should mark input txns as dirty | Jonas Schnelli |
2018-07-13 | Fix that CWallet::AbandonTransaction would only traverse one level | Ben Woosley |
2018-07-12 | [QA] add createwallet disableprivatekey test | Jonas Schnelli |
2018-07-12 | Add disable privatekeys option to createwallet | Jonas Schnelli |
2018-07-12 | Add option to disable private keys during internal wallet creation | Jonas Schnelli |
2018-07-12 | Merge #13627: Free keystore.h from file scope level type aliases | Wladimir J. van der Laan |
2018-07-12 | Merge #13145: Use common getPath method to create temp directory in tests. | MarcoFalke |
2018-07-12 | Add facility to store wallet flags (64 bits) | Jonas Schnelli |
2018-07-11 | Use common SetDataDir method to create temp directory in tests. | winder |
2018-07-12 | Refactors `keystore.h` type aliases. | 251 |
2018-07-11 | Merge #13114: wallet/keystore: Add Clang thread safety annotations for variab... | MarcoFalke |
2018-07-11 | Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChain | Ben Woosley |
2018-07-09 | Remove useless mapRequest tracking that just effects Qt display. | Matt Corallo |
2018-07-10 | Move AddAndGetDestinationForScript from wallet to outputype module | Anthony Towns |
2018-07-09 | Add outputtype module | Anthony Towns |
2018-07-07 | Merge #13564: [wallet] loadwallet shouldn't create new wallets. | MarcoFalke |
2018-07-05 | Merge #13096: [Policy] Fix MAX_STANDARD_TX_WEIGHT check | Wladimir J. van der Laan |
2018-07-04 | Merge #13235: Break circular dependency: init -> * -> init by extracting shut... | Wladimir J. van der Laan |
2018-07-04 | Merge #13491: Improve handling of INVALID in IsMine | Wladimir J. van der Laan |
2018-07-02 | Delete double semicolon in wallet.cpp and misc.cpp | Matteo Sumberaz |
2018-06-29 | [RPC] [wallet] allow getbalance to use min_conf and watch_only without accounts. | John Newbery |
2018-06-28 | [wallet] GetBalance can take a min_depth argument. | John Newbery |
2018-06-28 | [wallet] factor out GetAvailableWatchOnlyBalance() | John Newbery |
2018-06-28 | [wallet] deduplicate GetAvailableCredit logic | John Newbery |
2018-06-28 | [wallet] Factor out GetWatchOnlyBalance() | John Newbery |
2018-06-28 | [wallet] GetBalance can take an isminefilter filter. | John Newbery |
2018-06-28 | [wallet] loadwallet shouldn't create new wallets. | John Newbery |
2018-06-26 | Merge #13498: [wallet] Fixups from account API deprecation | Pieter Wuille |
2018-06-25 | Merge #13507: RPC: Fix parameter count check for importpubkey | Wladimir J. van der Laan |