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
/
accounting_tests.cpp
Age
Commit message (
Expand
)
Author
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-07
[wallet] Get rid of CWalletTx default constructor
Russell Yanofsky
2018-03-07
Merge #11687: External wallet files
Wladimir J. van der Laan
2018-03-03
Allow wallet files in multiple directories
Russell Yanofsky
2018-02-23
Avoid unintentional unsigned integer wraparounds in tests
practicalswift
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-18
tests: move pwalletMain to wallet test fixture
Wladimir J. van der Laan
2017-11-18
Fix for mismatched extern definition in wallet test classes which was breakin...
Aaron Clauson
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Merge #10368: [wallet] Remove helper conversion operator from wallet
Wladimir J. van der Laan
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-05-09
[wallet] Remove CTransaction&() helper conversion operator from wallet implem...
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
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-07-29
Remove CWalletDB* parameter from CWallet::AddToWallet
Patrick Strateman
2016-07-29
Split CWallet::AddToWallet into AddToWallet and LoadToWallet.
Patrick Strateman
2016-04-18
test: Create test fixture for wallet
Wladimir J. van der Laan
2016-04-18
test: move accounting_tests and rpc_wallet_tests to wallet/test
Wladimir J. van der Laan