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-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
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
rpc/wallet: add two explicit modes to estimate_mode
Karl-Johan Alm
2020-06-24
fees: add FeeModes doc helper function
Karl-Johan Alm
2020-06-22
walletdb: Handle cursor internally
Andrew Chow
2020-06-21
Merge #18027: "PSBT Operations" dialog
Samuel Dobson
2020-06-21
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-21
Merge #19200: rpc: remove deprecated getaddressinfo fields
Samuel Dobson
2020-06-21
Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbt
Samuel Dobson
2020-06-21
Merge #17938: Disallow automatic conversion between disparate hash types
Samuel Dobson
2020-06-20
wallet: Replace CDataStream& with CDataStream&& where appropriate
MarcoFalke
2020-06-20
wallet: Remove confusing double return value ret+success
MarcoFalke
2020-06-20
Merge #19018: docs: fixing description of the field sequence in walletcreatef...
MarcoFalke
2020-06-20
rpc/wallet: add conf_target as alias to confTarget in bumpfee
Karl-Johan Alm
2020-06-19
Merge #19054: wallet: Skip hdKeypath of 'm' when determining inactive hd seeds
MarcoFalke
2020-06-19
Remove an apparently unnecessary conversion
Ben Woosley
2020-06-19
Use explicit conversion from WitnessV0KeyHash -> CKeyID
Ben Woosley
2020-06-19
Use explicit conversion from PKHash -> CKeyID
Ben Woosley
2020-06-19
Convert CPubKey to WitnessV0KeyHash directly
Ben Woosley
2020-06-18
FillPSBT: report number of inputs signed (or would sign)
Glenn Willen
2020-06-19
wallet: Handle concurrent wallet loading
João Barbosa
2020-06-18
Merge #19310: wallet: BerkeleyDatabase make BerkeleyDatabase::Create, CreateM...
MarcoFalke
2020-06-17
Remove WalletDatabase::Create, CreateMock, and CreateDummy
Andrew Chow
2020-06-17
scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase
Andrew Chow
2020-06-17
Add Create*WalletDatabase functions
Andrew Chow
2020-06-17
walletdb: refactor Read, Write, Erase, and Exists into non-template func
Andrew Chow
2020-06-17
Merge #19290: wallet: move BDB specific classes to bdb.{cpp/h}
Samuel Dobson
2020-06-16
Remove unused variables
MarcoFalke
[next]