Jorge Timón
|
5995735c5b
|
scripted-diff: Remove #include <boost/foreach.hpp>
-BEGIN VERIFY SCRIPT-
sed -i ':a;N;$!ba;s/#include <boost\/foreach.hpp>\n//' ./src/*.h ./src/*.cpp ./src/*/*.h ./src/*/*.cpp ./src/*/*/*.h ./src/*/*/*.cpp
-END VERIFY SCRIPT-
|
2017-06-22 03:48:52 +02:00 |
|
Jorge Timón
|
7c00c26726
|
scripted-diff: Fully remove BOOST_FOREACH
-BEGIN VERIFY SCRIPT-
sed -i 's/BOOST_FOREACH *(\(.*\),/for (\1 :/' ./src/*.h ./src/*.cpp ./src/*/*.h ./src/*/*.cpp ./src/*/*/*.h ./src/*/*/*.cpp ;
-END VERIFY SCRIPT-
|
2017-06-05 20:10:50 +02:00 |
|
isle2983
|
27765b6403
|
Increment MIT Licence copyright header year on files modified in 2016
Edited via:
$ contrib/devtools/copyright_header.py update .
|
2016-12-31 11:01:21 -07:00 |
|
Pieter Wuille
|
c3f5673a63
|
Make CWalletTx store a CTransactionRef instead of inheriting
|
2016-12-02 18:28:22 -08:00 |
|
Patrick Strateman
|
2ca6b9df1d
|
Remove last reference to CWalletDB from accounting_tests.cpp
|
2016-09-15 13:51:04 -07:00 |
|
Patrick Strateman
|
02e2a81536
|
Remove pwalletdb parameter from CWallet::AddAccountingEntry
|
2016-09-15 13:50:59 -07:00 |
|
Patrick Strateman
|
d2e678d7d2
|
Add CWallet::ReorderTransactions and use in accounting_tests.cpp
|
2016-09-15 06:52:15 -07:00 |
|
Patrick Strateman
|
59adc86680
|
Add CWallet::ListAccountCreditDebit
Simple pass through for CWalletDB::ListAccountCreditDebit
|
2016-09-15 06:52:15 -07:00 |
|
Patrick Strateman
|
867f842f1e
|
Remove CWalletDB* parameter from CWallet::AddToWallet
|
2016-07-29 17:04:14 -07:00 |
|
Patrick Strateman
|
00f09c920c
|
Split CWallet::AddToWallet into AddToWallet and LoadToWallet.
This removes the fFromLoadWallet flag in AddToWallet. These were already
effectively two methods.
|
2016-07-29 17:04:14 -07:00 |
|
Wladimir J. van der Laan
|
f4eae2d910
|
test: Create test fixture for wallet
Removes all the `#ifdef ENABLE_WALLET` from `test_bitcoin` by
making the wallet tests use their own fixture.
|
2016-04-18 14:57:42 +02:00 |
|
Wladimir J. van der Laan
|
de39c95c24
|
test: move accounting_tests and rpc_wallet_tests to wallet/test
Move the two other wallet tests to where they belong.
|
2016-04-18 14:04:40 +02:00 |
|