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-30
Merge #19561: refactor: Pass ArgsManager into functions that register args
MarcoFalke
2020-07-29
walletdb: Ensure that having no database handle is a failure
Andrew Chow
2020-07-29
Remove BDB dummy databases
Andrew Chow
2020-07-29
Introduce DummyDatabase and use it in the tests
Andrew Chow
2020-07-29
scripted-diff: Replace gArgs with local argsman
Ivan Metlushko
2020-07-29
refactor: add unused ArgsManager to replace gArgs
Ivan Metlushko
2020-07-22
walletdb: Remove BerkeleyBatch friend class from BerkeleyDatabase
Andrew Chow
2020-07-22
No need to check for duplicate fileids in all dbenvs
Andrew Chow
2020-07-22
walletdb: Move Db->open to BerkeleyDatabase::Open
Andrew Chow
2020-07-22
walletdb: track database file use as m_refcount within BerkeleyDatabase
Andrew Chow
2020-07-22
Combine BerkeleyEnvironment::Verify into BerkeleyDatabase::Verify
Andrew Chow
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
[next]