aboutsummaryrefslogtreecommitdiff
path: root/src/test/base58_tests.cpp
AgeCommit message (Expand)Author
2022-07-27refactor: Make const refs vars where applicableAurèle Oulès
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-05-10refactor: Remove useless extern keywordMarcoFalke
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-10-31test: fix creation of std::string objects with \0sVasil Dimov
2020-08-12util: make EncodeBase58 consume SpansSebastian Falbesoner
2019-12-12tests: Add tests for base58-decoding of std::string:s containing non-base58 c...practicalswift
2019-12-05Add bounds checks in key_io before DecodeBase58CheckPieter Wuille
2019-11-19Pass a maximum output length to DecodeBase58 and DecodeBase58CheckPieter Wuille
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-07-27Update copyright headers to 2018DrahtBot
2018-02-19Split off key_io_tests from base58_testsPieter Wuille
2018-02-19Split key_io (address/key encodings) off from base58Pieter Wuille
2018-02-19Replace CBitcoinSecret with {Encode,Decode}SecretPieter Wuille
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16test: refactor: Use absolute include paths for test data filesWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-28Implement BIP173 addresses and testsPieter Wuille
2017-09-28Add regtest testing to base58_testsPieter Wuille
2017-09-28Convert base58_tests from type/payload to scriptPubKey comparisonPieter Wuille
2017-09-06Introduce wrappers around CBitcoinAddressPieter Wuille
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-06-09Remove unused Boost includespracticalswift
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-09Refactor: Removed begin/end_ptr functions.Karl-Johan Alm
2016-08-24[test] Remove unused codeMarcoFalke
2016-06-07Do not shadow local variablesPavel Janík
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-06-04Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli
2015-06-04remove JSON Spirit UniValue wrapperJonas Schnelli
2015-06-04Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik
2015-03-12tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan
2015-03-09test: Remove UNITTEST paramsWladimir J. van der Laan
2014-12-16Remove references to X11 licenceMichael Ford
2014-10-17script: add a slew of includes all around and drop includes from script.hCory Fields
2014-10-02Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner
2014-10-02Revert merge of pull #4845Wladimir J. van der Laan
2014-09-29Switch testing framework from MAIN to new UNITTEST networkSergioDemianLerner
2014-09-25script: Fix reference into empty vector run time exceptionENikS
2014-09-08Move CScript class and dependencies to script/scriptjtimon
2014-09-08Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon
2014-06-25Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan
2014-05-10Move base58.h implementation code to base58.cppPieter Wuille
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
2014-02-25Merge pull request #3712Wladimir J. van der Laan
2014-02-21add test of DecodeBase58 skipping whitespaceChristian von Roques