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-09-27
Merge #14244: amount: Move CAmount CENT to unit test header
MarcoFalke
2018-09-26
Merge #14282: [wallet] Remove -usehd
MarcoFalke
2018-09-26
Merge #14310: [wallet] Ensure wallet is unlocked before signing
MarcoFalke
2018-09-24
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-24
[wallet] Ensure wallet is unlocked before signing
gustavonalle
2018-09-24
Merge #13546: wallet: Fix use of uninitialized value bnb_used in CWallet::Cre...
MarcoFalke
2018-09-20
[wallet] Remove -usehd
John Newbery
2018-09-19
Merge #14287: tests: Use MakeUnique to construct objects owned by unique_ptrs
MarcoFalke
2018-09-21
tests: Use MakeUnique to construct objects owned by unique_ptrs
practicalswift
2018-09-19
wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...
practicalswift
2018-09-17
amount: Move CAmount CENT to unit test header
MarcoFalke
2018-09-14
Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting down
Wladimir J. van der Laan
2018-09-13
Merge #14192: utils: Convert fs::filesystem_error messages from local multiby...
Wladimir J. van der Laan
2018-09-11
Merge #14168: Remove ENABLE_WALLET from libbitcoin_server.a
MarcoFalke
2018-09-11
Merge #13419: [tests] Speed up knapsack_solver_test by not recreating wallet ...
Wladimir J. van der Laan
2018-09-11
Merge #13558: Drop unused GetType() from CSizeComputer
Wladimir J. van der Laan
2018-09-11
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-09-11
utils: Convert fs error messages from multibyte to utf-8
Chun Kuan Lee
2018-09-10
[build] remove ENABLE_WALLET ifdef from httprpc.cpp
John Newbery
2018-09-10
Merge #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeys
Wladimir J. van der Laan
2018-09-10
Merge #14008: Preserve a format of RPC command definitions
Wladimir J. van der Laan
2018-09-10
Merge #14138: wallet: Set encrypted_batch to nullptr after delete. Avoid doub...
Wladimir J. van der Laan
2018-09-05
Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by co...
MarcoFalke
2018-09-04
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-09-04
Fix typos reported by codespell
practicalswift
2018-09-04
Merge #14094: refactoring: Remove unreferenced local variables
Wladimir J. van der Laan
2018-09-03
Increase signal to noise in appveyor build output by reducing the MSVC warnin...
practicalswift
2018-09-03
wallet: Set encrypted_batch to nullptr after delete. Avoid double free in the...
practicalswift
2018-08-31
Merge #10605: Add AssertLockHeld assertions in CWallet::ListCoins
MarcoFalke
2018-08-31
Add EXCLUSIVE_LOCKS_REQUIRED to CWallet::ListCoins
Russell Yanofsky
2018-08-30
Merge #13825: [wallet] Kill accounts
Wladimir J. van der Laan
2018-08-30
[wallet] Kill accounts
John Newbery
2018-08-30
Merge #14103: docs: Fix broken Doxygen comments
Wladimir J. van der Laan
2018-08-28
Merge #14055: fix walletcreatefundedpsbt deriv paths, add test
Wladimir J. van der Laan
2018-08-28
Merge #13723: PSBT key path cleanups
Wladimir J. van der Laan
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
[wallet] Re-sort wallet RPC commands
John Newbery
2018-08-27
[wallet] Remove wallet account RPCs
John Newbery
2018-08-27
[tests] Remove wallet accounts test
John Newbery
2018-08-27
Merge #13861: test: Add testing of value_ret for SelectCoinsBnB
Wladimir J. van der Laan
2018-08-27
Merge #14056: Docs: Fix help message typo optiona -> optional
Wladimir J. van der Laan
2018-08-26
Move cs_main locking annotations from .cpp to .h
practicalswift
2018-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-25
Merge #13961: util: Replace boost::signals2 with std::function
Wladimir J. van der Laan
2018-08-25
Merge #13429: Return the script type from Solver
Wladimir J. van der Laan
2018-08-25
Merge #13631: Add CMerkleTx::IsImmatureCoinBase method
Wladimir J. van der Laan
2018-08-24
Docs: Fix help message typo optiona -> optional
Ben Woosley
2018-08-24
fix walletcreatefundedpsbt deriv paths, add test
Gregory Sanders
2018-08-24
util: Replace boost::signals2 with std::function
MarcoFalke
2018-08-23
Merge #12559: Avoid locking cs_main in some wallet RPC
Wladimir J. van der Laan
[next]