index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
rpcwallet.cpp
Age
Commit message (
Expand
)
Author
2020-05-10
util: Drop OpOriginal() and OpTranslated()
Hennadii Stepanov
2020-05-07
rpc: Relock wallet only if most recent callback
João Barbosa
2020-05-06
Merge #9381: Remove CWalletTx merging logic from AddToWallet
Samuel Dobson
2020-05-05
rpc: createwallet warning that descriptor wallets are experimental
Andrew Chow
2020-05-01
wallet: Avoid translating RPC errors when creating txs
MarcoFalke
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-05-01
Disable CWalletTx copy constructor
Russell Yanofsky
2020-04-30
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-30
[wallet] Move methods from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
[wallet] Move getHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-23
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen
2020-04-23
Add IsLegacy to CWallet so that the GUI knows whether to show watchonly
Andrew Chow
2020-04-23
Be able to create new wallets with DescriptorScriptPubKeyMans as backing
Andrew Chow
2020-04-23
Change GetMetadata to use unique_ptr<CKeyMetadata>
Andrew Chow
2020-04-23
Implement GetKeypoolOldestTime and only display it if greater than 0
Andrew Chow
2020-04-23
Add WALLET_FLAG_DESCRIPTORS
Andrew Chow
2020-04-20
Merge #17579: [refactor] Merge getreceivedby tally into GetReceived function
MarcoFalke
2020-04-19
wallet: Refactor WalletRescanReserver to use wallet reference
João Barbosa
2020-04-19
Merge #15761: Replace -upgradewallet startup option with upgradewallet RPC
MarcoFalke
2020-04-17
Merge #18607: rpc: Fix named arguments in documentation
MarcoFalke
2020-04-17
Merge #18467: rpc: Improve documentation and return value of settxfee
MarcoFalke
2020-04-16
rpc: Document all aliases for first arg of listtransactions
MarcoFalke
2020-04-14
rpc: settxfee respects -maxtxfee wallet setting
Fabian Jahr
2020-04-14
Merge #17954: wallet: Remove calls to Chain::Lock methods
MarcoFalke
2020-04-13
Remove -upgradewallet startup option
Andrew Chow
2020-04-13
Add upgradewallet RPC
Andrew Chow
2020-04-13
Merge #18502: doc: Update docs for getbalance (default minconf should be 0)
MarcoFalke
2020-04-13
doc: default minconf for getbalance should be 0
U-Zyn Chua
2020-04-10
Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libevent
MarcoFalke
2020-04-07
Merge #18532: rpc: Avoid initialization-order-fiasco on static CRPCCommand ta...
MarcoFalke
2020-04-06
Wallet: Replace CAddressBookData.name with GetLabel() method
Luke Dashjr
2020-04-07
Merge #18192: Bugfix: Wallet: Safely deal with change in the address book
MarcoFalke
2020-04-06
Merge #18487: rpc: Fix rpcRunLater race in walletpassphrase
Wladimir J. van der Laan
2020-04-06
rpc: Avoid initialization-order-fiasco on static CRPCCommand tables
MarcoFalke
2020-04-02
Wallet: Avoid unnecessary/redundant m_address_book lookups
Luke Dashjr
2020-04-02
rpc: Fix rpcRunLater race in walletpassphrase
João Barbosa
2020-04-02
Wallet: Avoid treating change-in-the-addressbook as non-change everywhere
Luke Dashjr
2020-04-02
scripted-diff: Wallet: Rename mapAddressBook to m_address_book
Luke Dashjr
2020-04-02
Drop bitcoin-wallet dependency on libevent
Russell Yanofsky
2020-04-02
rpc: Make rpc documentation not depend on rpc args
MarcoFalke
2020-03-31
rpc: Add documentation for deactivating settxfee
Fabian Jahr
2020-03-31
wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactions
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in rescanblockchain
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in listsinceblock
Russell Yanofsky
2020-03-31
refactor: Add interfaces::FoundBlock class to selectively return block data
Russell Yanofsky
2020-03-28
rpc: remove unused getbalances() code
Jon Atack
2020-03-27
Merge getreceivedby tally into GetReceived function
Andrew Toth
2020-03-26
Merge #18312: wallet: remove deprecated fee bumping by totalFee
Wladimir J. van der Laan
2020-03-26
rpc: remove deprecated totalFee arg from RPC bumpfee
Jon Atack
2020-03-16
Merge #18346: rpc: Document an RPCResult for all calls; Enforce at compile time
Wladimir J. van der Laan
[prev]
[next]