| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | scripted-diff: Fully remove BOOST_FOREACH | Jorge Timón | 2017-06-05 | 1 | -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 Alm | 2017-03-08 | 1 | -6/+4 |
| | | |||||
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | Fix ismine and addwitnessaddress: no uncompressed keys in segwit | Pieter Wuille | 2016-10-17 | 1 | -8/+54 |
| | | |||||
| * | BIP143: Signing logic | Pieter Wuille | 2016-06-22 | 1 | -2/+17 |
| | | |||||
| * | wallet_ismine.h → script/ismine.h | Wladimir J. van der Laan | 2016-04-18 | 1 | -0/+95 |
| Removes conditional dependency of `src/test` on wallet. Makes multisig and P2SH tests complete without wallet built-in. | |||||