aboutsummaryrefslogtreecommitdiff
path: root/src/script/ismine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-1/+1
| | | | | | -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-
* Refactor: Remove using namespace <xxx> from script/Karl-Johan Alm2017-03-081-6/+4
|
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* Fix ismine and addwitnessaddress: no uncompressed keys in segwitPieter Wuille2016-10-171-8/+54
|
* BIP143: Signing logicPieter Wuille2016-06-221-2/+17
|
* wallet_ismine.h → script/ismine.hWladimir J. van der Laan2016-04-181-0/+95
Removes conditional dependency of `src/test` on wallet. Makes multisig and P2SH tests complete without wallet built-in.