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
2019-03-12
wallet: Close wallet env lock file
João Barbosa
2019-03-12
wallet: Close dbenv error file db.log
João Barbosa
2019-03-12
Tests: add unit tests for GetWalletEnv
Pierre Rochard
2019-03-12
Trivial: add doxygen-compatible comments relating to BerkeleyEnvironment
Pierre Rochard
2019-03-12
Free BerkeleyEnvironment instances when not in use
Russell Yanofsky
2019-03-11
wallet: Create IsDatabaseLoaded function
Chun Kuan Lee
2019-03-11
Refactor: Move m_db pointers into BerkeleyDatabase
Russell Yanofsky
2019-03-11
wallet: Add trailing wallet.dat when detecting duplicate wallet if it's a dir...
Chun Kuan Lee
2019-03-11
wallet: Fix duplicate fileid
Chun Kuan Lee
2019-03-11
wallet: Refactor to use WalletLocation
João Barbosa
2019-03-11
wallet: Add WalletLocation utility class
João Barbosa
2019-03-11
No longer shutdown after encrypting the wallet
Andrew Chow
2019-03-11
Move BerkeleyEnvironment deletion from internal method to callsite
Andrew Chow
2019-03-11
After encrypting the wallet, reload the database environment
Andrew Chow
2019-03-11
Add function to close all Db's and reload the databae environment
Andrew Chow
2019-01-31
Merge #15002: 0.17: Backport #14941
Wladimir J. van der Laan
2019-01-25
Remove errant past from walletcreatefundedpsbt for nLocktime replaceability
Gregory Sanders
2019-01-16
rpc: Make unloadwallet wait for complete wallet unload
João Barbosa
2018-12-24
Merge #14893: 0.17 [Backport 14890] rpc: Avoid creating non-standard raw tran...
MarcoFalke
2018-12-09
importmulti: Don't add internal addresses to address book
Gregory Sanders
2018-12-07
rpc: Avoid creating non-standard raw transactions
MarcoFalke
2018-12-05
rpc: Fix wallet unload during walletpassphrase timeout
João Barbosa
2018-12-03
Refactor PSBTInput signing to enforce invariant
Glenn Willen
2018-12-03
Simplify arguments to SignPSBTInput
Glenn Willen
2018-12-03
New PartiallySignedTransaction constructor from CTransction
Glenn Willen
2018-12-03
Remove redundant txConst parameter to FillPSBT
Glenn Willen
2018-12-03
More concise conversion of CDataStream to string
Glenn Willen
2018-12-01
Merge #14196: [0.17][psbt] always drop the unnecessary utxo and convert non-w...
MarcoFalke
2018-11-30
CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown change
Gregory Sanders
2018-11-30
Remove stale comment in CalculateMaximumSignedInputSize
Gregory Sanders
2018-11-28
wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...
practicalswift
2018-11-28
[wallet] Ensure wallet is unlocked before signing
gustavonalle
2018-10-10
[wallet] Restore ability to list incoming transactions by label
Russell Yanofsky
2018-09-11
Convert non-witness UTXOs to witness if witness sig created
Andrew Chow
2018-09-11
Drop the unnecessary UTXO based on the UTXOs present, not on earlier wallet t...
Andrew Chow
2018-08-28
fix walletcreatefundedpsbt deriv paths, add test
Gregory Sanders
2018-08-27
Docs: Fix help message typo optiona -> optional
Ben Woosley
2018-08-21
RPCTypeCheck bip32derivs arg in walletcreatefunded
Gregory Sanders
2018-08-21
walletcreatefundedpsbt: remove duplicate replaceable arg
Gregory Sanders
2018-08-15
Only wipe wrong UTXO type data if overwritten by wallet
Pieter Wuille
2018-08-13
Merge #13666: Always create signatures with Low R values
Wladimir J. van der Laan
2018-08-13
Merge #13808: wallet: shuffle coins before grouping, where warranted
Wladimir J. van der Laan
2018-08-10
Merge #13908: [Docs] upgrade rescan time warning from minutes to >1 hour
MarcoFalke
2018-08-09
Use 72 byte dummy signatures when watching only inputs may be used
Andrew Chow
2018-08-09
Use 71 byte signature for DUMMY_SIGNATURE_CREATOR
Andrew Chow
2018-08-10
wallet: shuffle coins before grouping, where warranted
Karl-Johan Alm
2018-08-09
Use pushKV in some new PSBT RPCs.
Daniel Kraft
2018-08-09
Merge #13911: doc: Revert translated string change, clarify wallet log messages
MarcoFalke
2018-08-09
Merge #13876: wallet: Catch filesystem_error and raise InitError
MarcoFalke
2018-08-08
Trivial: Revert translated string change, clarify wallet log messages
Pierre Rochard
[next]