Age | Commit message (Expand) | Author |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-10-31 | test: fix creation of std::string objects with \0s | Vasil Dimov |
2020-08-12 | util: make EncodeBase58 consume Spans | Sebastian Falbesoner |
2019-12-12 | tests: Add tests for base58-decoding of std::string:s containing non-base58 c... | practicalswift |
2019-12-05 | Add bounds checks in key_io before DecodeBase58Check | Pieter Wuille |
2019-11-19 | Pass a maximum output length to DecodeBase58 and DecodeBase58Check | Pieter Wuille |
2019-11-06 | scripted-diff: test: Move setup_common to test library | MarcoFalke |
2019-04-11 | scripted-diff: Bump copyright headers in test, bench | MarcoFalke |
2019-04-11 | scripted-diff: Rename test_bitcoin to test/setup_common | MarcoFalke |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-02-19 | Split off key_io_tests from base58_tests | Pieter Wuille |
2018-02-19 | Split key_io (address/key encodings) off from base58 | Pieter Wuille |
2018-02-19 | Replace CBitcoinSecret with {Encode,Decode}Secret | Pieter Wuille |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | test: refactor: Use absolute include paths for test data files | Wladimir J. van der Laan |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-28 | Implement BIP173 addresses and tests | Pieter Wuille |
2017-09-28 | Add regtest testing to base58_tests | Pieter Wuille |
2017-09-28 | Convert base58_tests from type/payload to scriptPubKey comparison | Pieter Wuille |
2017-09-06 | Introduce wrappers around CBitcoinAddress | Pieter Wuille |
2017-08-16 | Declare single-argument (non-converting) constructors "explicit" | practicalswift |
2017-06-09 | Remove unused Boost includes | practicalswift |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-12-09 | Refactor: Removed begin/end_ptr functions. | Karl-Johan Alm |
2016-08-24 | [test] Remove unused code | MarcoFalke |
2016-06-07 | Do not shadow local variables | Pavel JanÃk |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-10-01 | [Univalue] add univalue over subtree | Jonas Schnelli |
2015-06-04 | Remove JSON Spirit wrapper, remove JSON Spirit leftovers | Jonas Schnelli |
2015-06-04 | remove JSON Spirit UniValue wrapper | Jonas Schnelli |
2015-06-04 | Convert tree to using univalue. Eliminate all json_spirit uses. | Jeff Garzik |
2015-03-12 | tests: add a BasicTestingSetup and apply to all tests | Wladimir J. van der Laan |
2015-03-09 | test: Remove UNITTEST params | Wladimir J. van der Laan |
2014-12-16 | Remove references to X11 licence | Michael Ford |
2014-10-17 | script: add a slew of includes all around and drop includes from script.h | Cory Fields |
2014-10-02 | Switch testing framework from MAIN to new UNITTEST network | SergioDemianLerner |
2014-10-02 | Revert merge of pull #4845 | Wladimir J. van der Laan |
2014-09-29 | Switch testing framework from MAIN to new UNITTEST network | SergioDemianLerner |
2014-09-25 | script: Fix reference into empty vector run time exception | ENikS |
2014-09-08 | Move CScript class and dependencies to script/script | jtimon |
2014-09-08 | Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes) | jtimon |
2014-06-25 | Remove unnecessary dependencies for bitcoin-cli | Wladimir J. van der Laan |
2014-05-10 | Move base58.h implementation code to base58.cpp | Pieter Wuille |
2014-03-18 | Add licenses for tests and test data | Wladimir J. van der Laan |
2014-02-25 | Merge pull request #3712 | Wladimir J. van der Laan |
2014-02-21 | add test of DecodeBase58 skipping whitespace | Christian von Roques |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler |
2013-10-22 | Revert "Switch to using raw_utf8" | Jeff Garzik |
2013-10-22 | Merge pull request #2740 from constantined/constantined | Gavin Andresen |