Jim Posen
|
7a1e873b27
|
[script] Unit tests for IsMine
Does not test watch-only addresses.
|
2017-09-21 12:24:23 -07:00 |
|
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 |
|
Karl-Johan Alm
|
8cbfc4e472
|
Refactor: Remove using namespace <xxx> from script/
|
2017-03-08 08:08:17 -08: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
|
248f3a76a8
|
Fix ismine and addwitnessaddress: no uncompressed keys in segwit
|
2016-10-17 00:34:37 +08:00 |
|
Pieter Wuille
|
605e8473a7
|
BIP143: Signing logic
|
2016-06-22 15:43:01 +02:00 |
|
Wladimir J. van der Laan
|
a25a4f5b04
|
wallet_ismine.h → script/ismine.h
Removes conditional dependency of `src/test` on wallet.
Makes multisig and P2SH tests complete without wallet built-in.
|
2016-04-18 15:14:36 +02:00 |
|