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-04-13
wallet: Refactor g_wallet_init_interface to const reference
João Barbosa
2018-04-13
wallet: Make WalletInitInterface members const
João Barbosa
2018-04-12
Give an error when rescan is aborted by the user
Andrew Chow
2018-04-12
Add cancel button to rescan progress dialog
Andrew Chow
2018-04-12
Merge #12803: Make BaseSignatureCreator a pure interface
Wladimir J. van der Laan
2018-04-12
Fix dead stores. Values were stored but never read. Limit scope.
practicalswift
2018-04-12
Merge #12888: debug log number of unknown wallet records on load
Wladimir J. van der Laan
2018-04-11
Merge #12837: rpc: fix type mistmatch in `listreceivedbyaddress`
MarcoFalke
2018-04-11
tests: Avoid copies of CTransaction
MarcoFalke
2018-04-11
debug log number of unknown wallet records on load
Gregory Sanders
2018-04-11
Merge #12925: wallet: Logprint the start of a rescan
Wladimir J. van der Laan
2018-04-11
Merge #12920: test: Fix sign for expected values
Wladimir J. van der Laan
2018-04-11
Merge #12892: [wallet] [rpc] introduce 'label' API for wallet
Wladimir J. van der Laan
2018-04-11
test: Fix sign for expected values
Karl-Johan Alm
2018-04-10
[wallet] [rpc] introduce 'label' API for wallet
Wladimir J. van der Laan
2018-04-10
Merge #12731: Support serialization as another type without casting
Wladimir J. van der Laan
2018-04-10
Merge #12749: [wallet] feebumper: discard change outputs below discard rate
Wladimir J. van der Laan
2018-04-10
Make DummySignatureCreator a singleton
Pieter Wuille
2018-04-10
Make BaseSignatureCreator a pure interface
Pieter Wuille
2018-04-09
Merge #11851: scripted-diff: Rename wallet database classes
Wladimir J. van der Laan
2018-04-09
Logprint the start of a rescan
Jonas Schnelli
2018-04-09
Remove duplicate includes
practicalswift
2018-04-08
Merge #12905: [rpcwallet] Clamp walletpassphrase value at 100M seconds
MarcoFalke
2018-04-08
Use std::bind instead of boost::bind to re-lock the wallet
Suhas Daftuar
2018-04-08
[rpcwallet] Clamp walletpassphrase value at 100M seconds
Suhas Daftuar
2018-04-08
Merge #12891: [logging] add lint-logs.sh to check for newline termination.
Wladimir J. van der Laan
2018-04-08
Merge #12895: tests: Add note about test suite name uniqueness requirement to...
Wladimir J. van der Laan
2018-04-07
Add m_ prefix to WalletBatch::m_batch
Russell Yanofsky
2018-04-07
Update walletdb comment after renaming.
Russell Yanofsky
2018-04-07
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-07
[logging] Comment all continuing logs.
John Newbery
2018-04-07
Merge #12785: wallet: Initialize m_last_block_processed to nullptr
Wladimir J. van der Laan
2018-04-06
tests: Avoid test suite name collision in wallet crypto_tests
MarcoFalke
2018-04-05
wallet: Refactor to WalletInitInterface* const g_wallet_init_interface
João Barbosa
2018-04-05
wallet: Make WalletInitInterface and DummyWalletInit private
João Barbosa
2018-04-05
Get rid of ambiguous OutputType::NONE value
Russell Yanofsky
2018-04-05
wallet: Initialize m_last_block_processed to nullptr. Initialize fields where...
practicalswift
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
Merge #12887: [trivial] Add newlines to end of log messages.
Wladimir J. van der Laan
2018-04-04
[trivial] Add newlines to end of log messages.
John Newbery
2018-04-03
[wallet] [rpc] [doc] importprivkey: hint about importmulti
Karl-Johan Alm
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-01
Merge #12757: Clarify include guard naming convention
MarcoFalke
2018-04-01
Merge #12719: tests: Add note about test suite naming convention in developer...
MarcoFalke
2018-03-31
rpc: fix type mistmatch in listreceivedbyaddress
joemphilips
2018-03-29
Merge #10762: [wallet] Remove Wallet dependencies from init.cpp
Wladimir J. van der Laan
2018-03-27
[wallet] Use global g_wallet_init_interface to init/destroy the wallet.
John Newbery
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-26
[wallet] Move wallet init functions into WalletInit class.
John Newbery
2018-03-26
Merge #12699: [wallet] Shuffle transaction inputs before signing
Wladimir J. van der Laan
[prev]
[next]