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-07-23
Merge #19334: wallet: Introduce WalletDatabase abstract class
Samuel Dobson
2020-07-22
Merge #19370: Static asserts for consistency of fee defaults
Wladimir J. van der Laan
2020-07-22
Merge #18907: walletdb: Don't remove database transaction logs and instead error
MarcoFalke
2020-07-14
walletdb: Introduce WalletDatabase abstract class
Andrew Chow
2020-07-14
walletdb: Add BerkeleyDatabase::Open dummy function
Andrew Chow
2020-07-14
walletdb: Introduce AddRef and RemoveRef functions
Andrew Chow
2020-07-14
walletdb: Move BerkeleyDatabase::Flush(true) to Close()
Andrew Chow
2020-07-14
Merge #19325: wallet: Refactor BerkeleyDatabase to introduce DatabaseBatch ab...
MarcoFalke
2020-07-13
walletdb: Don't remove database transaction logs and instead error
Andrew Chow
2020-07-12
Merge #18202: refactor: consolidate sendmany and sendtoaddress code
Samuel Dobson
2020-07-12
Merge #19490: wallet: Fix typo in comments; Simplify assert
Samuel Dobson
2020-07-11
Merge #19493: wallet: Fix clang build in Mac
MarcoFalke
2020-07-11
wallet: Fix clang build in Mac
Anthony Fieroni
2020-07-11
wallet: Fix typo in comments; Simplify assert
MarcoFalke
2020-07-12
Merge #19441: walletdb: don't reinitialize desc cache with multiple cache ent...
Samuel Dobson
2020-07-11
Merge #18923: wallet: Never schedule MaybeCompactWalletDB when -flushwallet i...
Samuel Dobson
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-09
walletdb: Add MakeBatch function to BerkeleyDatabase and use it
Andrew Chow
2020-07-09
walletdb: Refactor DatabaseBatch abstract class from BerkeleyBatch
Andrew Chow
2020-07-09
refactor: Use C++11 range-based for loop
MarcoFalke
2020-07-09
wallet: Never schedule MaybeCompactWalletDB when -flushwallet is off
MarcoFalke
2020-07-09
wallet: Pass unused args to StartWallets
MarcoFalke
2020-07-09
refactor: clean up PeriodicFlush()
John Newbery
2020-07-09
Merge #19320: wallet: Replace CDataStream& with CDataStream&& where appropriate
MarcoFalke
2020-07-05
Merge #19324: wallet: Move BerkeleyBatch static functions to BerkeleyDatabase
MarcoFalke
2020-07-04
Merge #19277: util: Add Assert identity function
MarcoFalke
2020-07-03
walletdb: don't reinitialize desc cache with multiple cache entries
Andrew Chow
2020-07-03
Merge #19413: refactor: Remove confusing BlockIndex global
MarcoFalke
2020-07-03
Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ...
Samuel Dobson
2020-07-02
Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTO
Wladimir J. van der Laan
2020-07-01
Enable Wswitch for OutputType
MarcoFalke
2020-07-01
Remove confusing OutputType::CHANGE_AUTO
MarcoFalke
2020-07-01
wallet: Replace boost::none with nullopt
MarcoFalke
2020-07-01
walletdb: Move Rewrite into BerkeleyDatabase
Andrew Chow
2020-07-01
walletdb: Move PeriodicFlush into WalletDatabase
Andrew Chow
2020-07-01
walletdb: Combine VerifyDatabaseFile and VerifyEnvironment
Andrew Chow
2020-07-01
Merge #19308: wallet: BerkeleyBatch Handle cursor internally
Wladimir J. van der Laan
2020-07-01
Merge #19331: build: Do not include server symbols in wallet
Wladimir J. van der Laan
2020-06-29
refactor: Remove confusing BlockIndex global
MarcoFalke
2020-06-29
Merge #19300: wallet: Handle concurrent wallet loading
MarcoFalke
2020-06-28
Merge #19114: scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-27
wallet: Do not include server symbols
MarcoFalke
2020-06-25
Merge #11413: [wallet] [rpc] sendtoaddress/sendmany: Add explicit feerate option
Wladimir J. van der Laan
2020-06-24
psbt: always put a non_witness_utxo and don't remove it
Andrew Chow
2020-06-24
psbt: Allow both non_witness_utxo and witness_utxo
Andrew Chow
2020-06-24
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-24
Static asserts for consistency of fee defaults.
Daniel Kraft
2020-06-24
rpc/wallet: add two explicit modes to estimate_mode
Karl-Johan Alm
[next]