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-12-10
Merge #19740: [0.20] wallet: Simplify and fix CWallet::SignTransaction
MarcoFalke
2020-10-16
rpc: Adjust witness-tx deserialize error message
MarcoFalke
2020-10-16
rpc: Properly deserialize txs with witness before signing
MarcoFalke
2020-08-16
Simplify and fix CWallet::SignTransaction
Andrew Chow
2020-07-03
wallet: Handle concurrent wallet loading
João Barbosa
2020-07-03
psbt: always put a non_witness_utxo and don't remove it
Andrew Chow
2020-07-03
psbt: Allow both non_witness_utxo and witness_utxo
Andrew Chow
2020-06-09
trivial: Suggested cleanups to surrounding code
Russell Yanofsky
2020-06-09
wallet: Minimal fix to restore conflicted transaction notifications
Russell Yanofsky
2020-05-15
rpc: Relock wallet only if most recent callback
João Barbosa
2020-04-07
Merge #18532: rpc: Avoid initialization-order-fiasco on static CRPCCommand ta...
MarcoFalke
2020-04-06
Wallet: Change IsMine check in CWallet::DelAddressBook from assert to failure
Luke Dashjr
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-04
Merge #18499: rpc: Make rpc documentation not depend on call-time rpc args
MarcoFalke
2020-04-02
Wallet: Add warning comments and assert to CWallet::DelAddressBook
Luke Dashjr
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
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-04-02
rpc: Make rpc documentation not depend on rpc args
MarcoFalke
2020-03-31
wallet: Handle duplicate fileid exception
João Barbosa
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
[next]