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-09-18
Merge #15454: Remove the automatic creation and loading of the default wallet
Samuel Dobson
2020-09-15
Merge #16378: The ultimate send RPC
Samuel Dobson
2020-09-10
[rpc] add send method
Sjors Provoost
2020-09-10
bugfix: make LoadWallet assigns status always
Akio Nakamura
2020-09-08
Do not create default wallet
Andrew Chow
2020-09-07
[rpc] add snake case aliases for transaction methods
Sjors Provoost
2020-09-07
[rpc] walletcreatefundedpsbt: allow inputs to be null
Sjors Provoost
2020-09-07
Merge #19738: wallet: Avoid multiple BerkeleyBatch in DelAddressBook
Samuel Dobson
2020-09-06
wallet: Avoid multiple BerkeleyBatch in DelAddressBook
João Barbosa
2020-09-03
wallet: Remove path checking code from bitcoin-wallet tool
Russell Yanofsky
2020-09-03
Merge #19754: wallet, gui: Reload previously loaded wallets on startup
Jonas Schnelli
2020-09-03
wallet: Remove path checking code from createwallet RPC
Russell Yanofsky
2020-09-03
wallet: Remove path checking code from loadwallet RPC
Russell Yanofsky
2020-09-03
refactor: Pass wallet database into CWallet::Create
Russell Yanofsky
2020-09-03
wallet: Remove Verify and IsLoaded methods
Russell Yanofsky
2020-09-03
refactor: Use DatabaseStatus and DatabaseOptions types
Russell Yanofsky
2020-09-03
wallet: Add MakeDatabase function
Russell Yanofsky
2020-09-03
Remove WalletLocation class
Russell Yanofsky
2020-09-03
Merge #19805: wallet: Avoid deserializing unused records when salvaging
fanquake
2020-09-01
wallet: Reload previously loaded wallets on GUI startup
Andrew Chow
2020-09-01
Merge #19668: Do not hide compile-time thread safety warnings
MarcoFalke
2020-09-01
Merge #19671: wallet: Remove -zapwallettxes
fanquake
2020-08-31
Remove -zapwallettxes
Andrew Chow
2020-08-31
Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...
MarcoFalke
2020-08-31
Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock ma...
Samuel Dobson
2020-08-31
Merge #19773: wallet: Avoid recursive lock in IsTrusted
Samuel Dobson
2020-08-31
Merge #19099: refactor: Move wallet methods out of chain.h and node.h
MarcoFalke
2020-08-29
sync.h: Make runtime lock checks require compile-time lock checks
Anthony Towns
2020-08-29
Add missed thread safety annotations
Hennadii Stepanov
2020-08-28
wallet, refactor: Remove duplicate map lookups in GetAddressBalances
João Barbosa
2020-08-28
wallet: Avoid recursive lock in IsTrusted
João Barbosa
2020-08-28
wallet, refactor: Immutable CWalletTx::pwallet
João Barbosa
2020-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-27
Merge #19169: rpc: Validate provided keys for query_options parameter in list...
MarcoFalke
2020-08-27
Merge #19289: wallet: GetWalletTx and IsMine require cs_wallet lock
Wladimir J. van der Laan
2020-08-25
wallet: filter for keys only before record deser in salvage
Andrew Chow
2020-08-25
walletdb: Add KeyFilterFn to ReadKeyValue
Andrew Chow
2020-08-21
wallet: IsChange requires cs_wallet lock
João Barbosa
2020-08-19
Merge #19750: refactor: remove unused c-string variant of atoi64()
Wladimir J. van der Laan
2020-08-18
-maxapsfee: follow-up fixes
Karl-Johan Alm
2020-08-18
Merge #19719: build: Add Werror=range-loop-analysis
fanquake
2020-08-17
util: remove unused c-string variant of atoi64()
Sebastian Falbesoner
2020-08-17
Merge #14582: wallet: always do avoid partial spends if fees are within a spe...
Samuel Dobson
2020-08-17
wallet: IsMine overloads require cs_wallet lock
João Barbosa
2020-08-17
wallet: GetWalletTx requires cs_wallet lock
João Barbosa
2020-08-15
Merge #15937: Add loadwallet and createwallet load_on_startup options
Samuel Dobson
2020-08-15
Merge #17458: Refactor OutputGroup effective value calculations and filtering...
Samuel Dobson
2020-08-14
build: Add Werror=range-loop-analysis
MarcoFalke
2020-08-14
Merge #19457: wallet: Cleanup wallettool salvage and walletdb extraneous decl...
MarcoFalke
2020-08-14
rpc: Assert that RPCArg names are equal to CRPCCommand ones (rpcdump)
MarcoFalke
[next]