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
/
wallet.cpp
Age
Commit message (
Expand
)
Author
2020-11-12
fix potential devision by 0
Jonas Schnelli
2020-11-11
Merge #20344: wallet: fix scanning progress calculation for single block range
MarcoFalke
2020-11-11
wallet: fix scanning progress calculation for single block range
Sebastian Falbesoner
2020-11-09
Merge #20153: wallet: do not import a descriptor with hardened derivations in...
Wladimir J. van der Laan
2020-11-09
Merge #20266: wallet: fix change detection of imported internal descriptors
Wladimir J. van der Laan
2020-10-29
Fix change detection of imported internal descriptors
Andrew Chow
2020-10-23
wallet: Fix bug when just created encrypted wallet cannot get address
Hennadii Stepanov
2020-10-15
wallet: fix importdescriptor silent fail
Ivan Metlushko
2020-10-14
Use SQLite for descriptor wallets
Andrew Chow
2020-10-13
wallet: remove db mode string
Ivan Metlushko
2020-09-30
Merge #19501: send* RPCs in the wallet returns the "fee reason"
MarcoFalke
2020-09-28
wallet: no need for duplicate storage for ABANDON_HASH constant
Anthony Towns
2020-09-28
scripted-diff: Replace UINT256_ONE() with uint256::ONE
Anthony Towns
2020-09-26
[send] Make send RPCs return fee reason
Sishir Giri
2020-09-22
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-10
bugfix: make LoadWallet assigns status always
Akio Nakamura
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
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
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
Remove WalletLocation class
Russell Yanofsky
2020-09-01
wallet: Reload previously loaded wallets on GUI startup
Andrew Chow
2020-09-01
Merge #19671: wallet: Remove -zapwallettxes
fanquake
2020-08-31
Remove -zapwallettxes
Andrew Chow
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-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-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-27
Merge #19289: wallet: GetWalletTx and IsMine require cs_wallet lock
Wladimir J. van der Laan
2020-08-21
wallet: IsChange requires cs_wallet lock
João Barbosa
2020-08-18
-maxapsfee: follow-up fixes
Karl-Johan Alm
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 #17458: Refactor OutputGroup effective value calculations and filtering...
Samuel Dobson
2020-08-14
Merge #19568: Wallet should not override signing errors
fanquake
2020-08-11
Refactor OutputGroups to handle effective values, fees, and filtering
Andrew Chow
2020-08-07
[rpc] fundrawtransaction, walletcreatefundedpsbt lock manually selected coins
Sjors Provoost
2020-08-06
wallet: try -avoidpartialspends mode and use its result if fees are below thr...
Karl-Johan Alm
2020-07-25
wallet: Don't override signing errors
Fabian Jahr
2020-07-14
walletdb: Move BerkeleyDatabase::Flush(true) to Close()
Andrew Chow
2020-07-11
wallet: Fix typo in comments; Simplify assert
MarcoFalke
2020-07-11
Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ...
Samuel Dobson
2020-07-11
Merge #18850: wallet: Fix ZapSelectTx to sync wallet spends
Samuel Dobson
2020-07-05
Merge #19324: wallet: Move BerkeleyBatch static functions to BerkeleyDatabase
MarcoFalke
[next]