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
/
test
Age
Commit message (
Expand
)
Author
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-26
Merge #10912: [tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp
Wladimir J. van der Laan
2017-07-26
[tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp
practicalswift
2017-07-25
test: Make sure wallet.backup is created in temp path
Wladimir J. van der Laan
2017-07-14
Make CoinControl a required argument to CreateTransaction
Alex Morcos
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-12
Merge #8694: Basic multiwallet support
Wladimir J. van der Laan
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-07
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-06
Wallet: Replace pwalletMain with a vector of wallet pointers
Luke Dashjr
2017-06-05
Merge test_random.h into test_bitcoin.h
Pieter Wuille
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
Merge #10403: Fix importmulti failure to return rescan errors
Wladimir J. van der Laan
2017-05-23
Merge #10295: [qt] Move some WalletModel functions into CWallet
Wladimir J. van der Laan
2017-05-17
[test] Move some tests from qt -> wallet
Russell Yanofsky
2017-05-16
Fix importwallet edge case rescan bug
Russell Yanofsky
2017-05-15
Fix importmulti failure to return rescan errors
Russell Yanofsky
2017-04-20
wallet: Introduce database handle wrapper
Wladimir J. van der Laan
2017-04-19
Merge #9827: Improve ScanForWalletTransactions return value
Wladimir J. van der Laan
2017-04-08
[Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin
NicolasDorier
2017-03-10
Add COutput::fSafe member for safe handling of unconfirmed outputs
Russell Yanofsky
2017-03-08
Refactor: Remove using namespace <xxx> from wallet/
Karl-Johan Alm
2017-03-07
Merge #9369: Factor out CWallet::nTimeSmart computation into a method.
Wladimir J. van der Laan
2017-03-06
Merge #9908: Define 7200 second timestamp window constant
Wladimir J. van der Laan
2017-03-03
Define 7200 second timestamp window constant
Russell Yanofsky
2017-03-03
Add tests for CWalletTx::nTimeSmart
Russell Yanofsky
2017-03-03
Merge #9828: Avoid -Wshadow warnings in wallet_tests
Wladimir J. van der Laan
2017-03-01
Improve ScanForWalletTransactions return value
Russell Yanofsky
2017-03-01
Add test for CWalletTx::GetImmatureCredit() returning stale values.
Russell Yanofsky
2017-02-27
Fix importmulti returning rescan errors for wrong keys
Russell Yanofsky
2017-02-27
tests: Fix dangling pwalletMain pointer in wallet tests
Wladimir J. van der Laan
2017-02-22
Avoid -Wshadow warnings in wallet_tests
Russell Yanofsky
2017-02-17
Return errors from importmulti if complete rescans are not successful
Russell Yanofsky
2017-01-12
Fix memory leak in wallet tests
Pieter Wuille
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-20
Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...
Wladimir J. van der Laan
2016-12-13
SelectCoinsMinConf: Prefer coins with fewer ancestors
Gregory Sanders
2016-12-12
Fix wallet/test/crypto_tests.cpp for OpenSSL 1.1 API.
Gregory Maxwell
2016-12-02
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
2016-11-14
update comments for tx weight
Brian Deery
2016-10-19
wallet: Change CCrypter to use vectors with secure allocator
Wladimir J. van der Laan
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-09-15
Remove last reference to CWalletDB from accounting_tests.cpp
Patrick Strateman
2016-09-15
Remove pwalletdb parameter from CWallet::AddAccountingEntry
Patrick Strateman
2016-09-15
Add CWallet::ReorderTransactions and use in accounting_tests.cpp
Patrick Strateman
2016-09-15
Add CWallet::ListAccountCreditDebit
Patrick Strateman
2016-08-31
Do not shadow variables.
Pavel Janík
2016-08-24
Merge #8450: [Test] Replace rpc_wallet_tests.cpp with python RPC unit tests
Wladimir J. van der Laan
2016-08-22
Add copyright header to wallet_text_fixture.cpp
Wladimir J. van der Laan
[next]