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
2018-05-21
[wallet] Fix incorrect comment for DeriveNewSeed.
John Newbery
2018-05-19
[rpc] [wallet] Add 'hdmasterkeyid' alias return values.
John Newbery
2018-05-19
[refactor] manually change remaining instances of master key to seed.
John Newbery
2018-05-19
scripted-diff: Rename master key to seed
John Newbery
2018-05-17
wallet: Exit SyncMetaData if there are no transactions to sync
Wladimir J. van der Laan
2018-05-16
[wallet] [rpc] Add loadwallet RPC
John Newbery
2018-05-16
[wallet] Pass error message back from CWallet::Verify()
John Newbery
2018-05-16
[wallet] Add CWallet::Verify function
John Newbery
2018-05-15
[wallet] setup wallet background flushing in WalletInit directly
John Newbery
2018-05-15
[wallet] Fix potential memory leak in CreateWalletFromFile
John Newbery
2018-05-14
Merge #12963: Fix Clang Static Analyzer warnings
MarcoFalke
2018-05-14
Merge #13127: wallet: Add Clang thread safety annotations for variables guard...
MarcoFalke
2018-05-14
Merge #13081: wallet: Add compile time checking for cs_wallet runtime locking...
MarcoFalke
2018-05-14
Merge #13161: wallet: Reset BerkeleyDB handle after connection fails
Wladimir J. van der Laan
2018-05-14
Add compile time checking for all cs_wallet runtime locking assertions
practicalswift
2018-05-14
Merge #12560: [wallet] Upgrade path for non-HD wallets to HD
Wladimir J. van der Laan
2018-05-12
Bump wallet version for pre split keypool
Andrew Chow
2018-05-12
Use a keypool of presplit keys after upgrading to hd chain split
Andrew Chow
2018-05-12
Allow -upgradewallet to upgradewallets to HD
Andrew Chow
2018-05-12
Add 'sethdseed' RPC to initialize or replace HD seed
Chris Moore
2018-05-09
Make gArgs aware of the arguments
Andrew Chow
2018-05-09
wallet: Improve logging when BerkeleyDB environment fails to close
Tim Ruffing
2018-05-07
Merge #13079: Fix rescanblockchain rpc to properly report progress
Jonas Schnelli
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
Fix rescanblockchain rpc to property report progress
Ben Woosley
2018-05-03
wallet: Reset BerkeleyDB handle after connection fails
Tim Ruffing
2018-05-03
refactor: Avoid extra lookups of mapAddressBook in listunspent RPC
João Barbosa
2018-05-03
rpc: Reduce cs_main lock in listunspent
João Barbosa
2018-05-03
Merge #12729: Get rid of ambiguous OutputType::NONE value
Wladimir J. van der Laan
2018-05-03
Merge #12507: Interrupt rescan on shutdown request
Wladimir J. van der Laan
2018-05-02
Add missing newlines to LogPrint debug logging
Wladimir J. van der Laan
2018-05-02
Merge #13106: Simplify semantics of ChainStateFlushed callback
Wladimir J. van der Laan
2018-05-02
wallet: Interrupt rescan on shutdown request
João Barbosa
2018-04-30
Merge #13028: Make vpwallets usage thread safe
Wladimir J. van der Laan
2018-04-30
wallet: Add Clang thread safety annotations for variables guarded by cs_db
practicalswift
2018-04-27
scripted-diff: Rename SetBestChain callback ChainStateFlushed
Matt Corallo
2018-04-27
Merge #13090: Remove Safe mode (achow101)
Wladimir J. van der Laan
2018-04-26
Merge #13002: Do not treat bare multisig outputs as IsMine unless watched
Wladimir J. van der Laan
2018-04-26
Remove Safe mode
Andrew Chow
2018-04-24
wallet: Make vpwallets usage thread safe
João Barbosa
2018-04-24
Merge #12909: wallet: Make fee settings to be non-static members
Wladimir J. van der Laan
2018-04-24
Merge #12953: Deprecate accounts
Wladimir J. van der Laan
2018-04-23
Merge #13030: [bugfix] [wallet] Fix zapwallettxes/multiwallet interaction.
Wladimir J. van der Laan
2018-04-23
wallet: Make fee settings non-static members
MarcoFalke
2018-04-19
[wallet] Fix zapwallettxes/multiwallet interaction.
John Newbery
2018-04-18
Make CScript -> CScriptID conversion explicit
Pieter Wuille
2018-04-18
wallet: Add HasWallets
João Barbosa
2018-04-18
wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
João Barbosa
2018-04-18
refactor: Drop CWalletRef typedef
João Barbosa
2018-04-18
Merge #13007: test: Fix dangling wallet pointer in vpwallets
Wladimir J. van der Laan
[next]