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
Age
Commit message (
Expand
)
Author
2020-04-02
Wallet: Avoid treating change-in-the-addressbook as non-change everywhere
Luke Dashjr
2020-04-02
Wallet: New FindAddressBookEntry method to filter out change entries (and ski...
Luke Dashjr
2020-04-02
Wallet: Add CAddressBookData::IsChange which returns true iff label has never...
Luke Dashjr
2020-04-02
Wallet: Require usage of new CAddressBookData::setLabel to change label
Luke Dashjr
2020-04-02
scripted-diff: Wallet: Rename mapAddressBook to m_address_book
Luke Dashjr
2020-03-31
Merge #18338: Fix wallet unload race condition
Wladimir J. van der Laan
2020-03-28
rpc: remove unused getbalances() code
Jon Atack
2020-03-27
Fix wallet unload race condition
Russell Yanofsky
2020-03-27
util: Replace i64tostr with ToString
MarcoFalke
2020-03-26
Merge #18312: wallet: remove deprecated fee bumping by totalFee
Wladimir J. van der Laan
2020-03-26
wallet: remove CreateTotalBumpTransaction()
Jon Atack
2020-03-26
rpc: remove deprecated totalFee arg from RPC bumpfee
Jon Atack
2020-03-25
Merge #18134: Replace std::to_string with locale-independent alternative
Wladimir J. van der Laan
2020-03-19
refactor: Change Chain::broadcastTransaction param order
Russell Yanofsky
2020-03-19
refactor: Rename Chain::Notifications methods to be consistent with other int...
Russell Yanofsky
2020-03-19
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-17
Merge #18289: refactor: Make scheduler methods type safe
MarcoFalke
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 std::to_string with locale-independent alternative
Ben Woosley
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
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-03-11
[wallet] Notify conflicted transactions in TransactionRemovedFromMempool
John Newbery
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
scheduler: Make schedule* methods type safe
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 key and script filling and signing from CWallet::FillPSBT to ScriptPubKe...
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-08
Implement CWallet::SignTransaction using ScriptPubKeyMan::SignTransaction
Andrew Chow
2020-03-08
Add SignTransaction function to ScriptPubKeyMan and LegacyScriptPubKeyMan
Andrew Chow
2020-03-07
Merge #18241: wallet/refactor: refer to CWallet immutably when possible
fanquake
2020-03-06
Merge #16117: util: Replace boost sleep with std sleep
fanquake
2020-03-05
Remove redundant type information from rpc docs
David O'Callaghan
2020-03-04
Merge #17809: rpc: Auto-format RPCResult
MarcoFalke
2020-03-02
wallet: use constant CWallets in rpcwallet.cpp
Karl-Johan Alm
2020-03-02
wallet: make ReserveDestination pwallet ivar const
Karl-Johan Alm
2020-03-02
wallet: make BackupWallet() const
Karl-Johan Alm
2020-03-02
wallet: make getters const
Karl-Johan Alm
2020-03-02
wallet/spkm: make GetOldestKeyPoolTime() const
Karl-Johan Alm
2020-03-02
wallet: use constant CWallets in rpcdump.cpp
Karl-Johan Alm
2020-03-02
wallet/db: make IsDummy() const
Karl-Johan Alm
2020-03-02
wallet/db: make Backup() const
Karl-Johan Alm
2020-03-02
wallet: make CanGetAddresses() const
Karl-Johan Alm
[next]