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
2018-12-14
Merge #14821: Replace CAffectedKeysVisitor with descriptor based logic
MeshCollider
2018-12-12
Introduce a Shuffle for FastRandomContext and use it in wallet and coinselection
Pieter Wuille
2018-12-12
Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...
MeshCollider
2018-12-10
Merge #14877: rpc: Document default values for optional arguments
MarcoFalke
2018-12-07
rpc: Document default values for optional arguments
MarcoFalke
2018-12-06
rpc: Avoid creating non-standard raw transactions
MarcoFalke
2018-12-05
Merge #14796: rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-12-04
rpc: Add description to fundrawtransaction vout_index
MarcoFalke
2018-12-04
Merge #14760: Log env path in BerkeleyEnvironment::Flush
Wladimir J. van der Laan
2018-11-30
Merge #14380: fix assert crash when specified change output spend size is unk...
MarcoFalke
2018-11-27
Replace CAffectedKeysVisitor with descriptor based logic
Pieter Wuille
2018-11-27
Merge #14477: Add ability to convert solvability info to descriptor
Pieter Wuille
2018-11-27
rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-11-26
qa: Add wallet_encryption error tests
MarcoFalke
2018-11-23
Merge #14726: Use RPCHelpMan for all RPCs
Wladimir J. van der Laan
2018-11-20
Merge #14552: wallet: detecting duplicate wallet by comparing the db filename.
Wladimir J. van der Laan
2018-11-19
Log env path in BerkeleyEnvironment::Flush
João Barbosa
2018-11-14
Add descriptors to listunspent and getaddressinfo + tests
Pieter Wuille
2018-11-14
Use RPCHelpMan for all RPCs
MarcoFalke
2018-11-14
Merge #14411: [wallet] Restore ability to list incoming transactions by label
MarcoFalke
2018-11-14
Merge #14478: Show error to user when corrupt wallet unlock fails
MarcoFalke
2018-11-13
Rename ListTransactions filter variable
Russell Yanofsky
2018-11-13
Merge #14720: rpc: Correctly name arguments
MarcoFalke
2018-11-13
[wallet] Restore ability to list incoming transactions by label
Russell Yanofsky
2018-11-13
Merge #14679: importmulti: Don't add internal addresses to address book
Wladimir J. van der Laan
2018-11-13
rpc: Correctly name arguments
Jon Layton
2018-11-13
Add stop_block out arg to ScanForWalletTransactions
Ben Woosley
2018-11-13
Merge #14530: Use RPCHelpMan to generate RPC doc strings
MarcoFalke
2018-11-13
Merge #13381: RPC: creates possibility to preserve labels on importprivkey
Jonas Schnelli
2018-11-13
Return a status enum from ScanForWalletTransactions
Ben Woosley
2018-11-13
Make CWallet::ScanForWalletTransactions args and return value const
Ben Woosley
2018-11-12
CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown change
Gregory Sanders
2018-11-12
Remove stale comment in CalculateMaximumSignedInputSize
Gregory Sanders
2018-11-12
rpc: Add RPCHelpMan for machine-generated help
MarcoFalke
2018-11-09
Merge #14588: Refactor PSBT signing logic to enforce invariant and fix signin...
Pieter Wuille
2018-11-10
Better error message for user when corrupt wallet unlock fails
MeshCollider
2018-11-09
rpc: Include rpc/util.h where needed for RPCHelpMan
MarcoFalke
2018-11-08
wallet: Create IsDatabaseLoaded function
Chun Kuan Lee
2018-11-07
importmulti: Don't add internal addresses to address book
Gregory Sanders
2018-11-06
Pass chain locked variables where needed
Russell Yanofsky
2018-11-06
Remove uses of cs_main in wallet code
Russell Yanofsky
2018-11-06
Remove direct node->wallet calls in init.cpp
Russell Yanofsky
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-11-06
wallet: Add trailing wallet.dat when detecting duplicate wallet if it's a dir...
Chun Kuan Lee
2018-11-06
Refactor: Move m_db pointers into BerkeleyDatabase
Russell Yanofsky
2018-11-05
trivial: Don't translate in help text
ken2812221
2018-11-05
Merge #14350: Add WalletLocation class
Wladimir J. van der Laan
2018-11-05
Merge #14555: Move util files to directory
Wladimir J. van der Laan
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
Merge #14410: rpcwallet: 'ischange' field for 'getaddressinfo' RPC
MarcoFalke
[next]