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-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
2020-03-14
Replace remaining literals BTC with CURRENCY_UNIT
Daniel Kraft
2020-03-13
rpc: Document an RPCResult for all calls; Enforce at compile time
MarcoFalke
2020-03-13
rpc: Add missing newline in RPCResult description
MarcoFalke
2020-03-11
Merge #18268: rpc: Remove redundant types from descriptions
MarcoFalke
2020-03-11
Merge #18208: rpc: Change RPCExamples to bech32
MarcoFalke
2020-03-10
Merge #18115: wallet: Pass in transactions and messages for signing instead o...
Samuel Dobson
2020-03-09
Replace GetSigningProvider with GetSolvingProvider
Andrew Chow
2020-03-09
Move direct calls to MessageSign into new SignMessage functions in CWallet an...
Andrew Chow
2020-03-09
Move FillPSBT to be a member of CWallet
Andrew Chow
2020-03-09
Merge #18274: rpc/wallet: initialize nFeeRequired to avoid using garbage valu...
fanquake
2020-03-09
rpc/wallet: initialize nFeeRequired to avoid using garbage value on failure
Karl-Johan Alm
2020-03-08
Use CWallet::SignTransaction in CreateTransaction and signrawtransactionwithw...
Andrew Chow
2020-03-07
Merge #18241: wallet/refactor: refer to CWallet immutably when possible
fanquake
2020-03-05
Remove redundant type information from rpc docs
David O'Callaghan
2020-03-02
wallet: use constant CWallets in rpcwallet.cpp
Karl-Johan Alm
[next]