Commit Graph

18 Commits

Author SHA1 Message Date
Luke Dashjr
f4ef2ae23b Merge branch 'bugfix_test_builddir' 2020-10-02 15:49:38 +00:00
Luke Dashjr
c821364d6e Bugfix: Tests need the build directory in PATH, not source directory 2020-10-02 13:12:25 +00:00
CoperNick8
f0e2b756cd Make README as Markdown format 2018-07-03 13:32:30 +02:00
Luke Dashjr
1c9930a246
Merge pull request #8 from luke-jr/avoid_ssize_t
Avoid ssize_t
2018-06-03 23:14:43 +00:00
Luke Dashjr
ccb7b43e9b tests: Check encoding with highest bit set
Detects j dropping below 0 going unchecked.
This bug was originally fixed in 2c6b7916b6, but due to ssize_t being a POSIX extension, we are going to check it manually.
2018-06-03 22:06:15 +00:00
e271828-
1cb26b5bff Add INSTALL, fix README typo. 2017-04-06 11:52:25 -07:00
Jon Griffiths
bee00a6e88 Test case 2016-04-10 14:14:46 +12:00
Luke Dashjr
5d53799021 Adapt tests so they can run with the serial harness used in older automake versions 2014-09-16 07:28:10 +00:00
Luke Dashjr
06e594e37f Include COPYING in dist_doc_DATA 2014-08-31 20:50:45 +00:00
Luke Dashjr
2b70e26f47 AUTHORS: List of contributors 2014-08-29 01:22:33 +00:00
Luke Dashjr
3e3cfa849e tests: Check small decode/encode 2014-08-18 20:22:13 +00:00
Luke Dashjr
09d549e15d Rename base58.h to libbase58.h to decrease chance of conflicts 2014-08-18 15:53:56 +00:00
Luke Dashjr
2880b80cbd Modify b58tobin to return canonical size 2014-08-18 15:50:06 +00:00
Luke Dashjr
58d0e9a7ab Bugfix: Actually skip building the tool if disabled 2014-08-17 17:03:08 +00:00
Luke Dashjr
c0994385c3 Test suite using base58 CLI tool 2014-08-17 17:01:47 +00:00
Luke Dashjr
4e05a3d300 Command line tool "base58" 2014-08-17 16:43:27 +00:00
Luke Dashjr
d761ab6401 Add README documentation 2014-08-17 11:52:36 +00:00
Luke Dashjr
f703579360 Initial import of code from libblkmaker 2014-08-17 11:52:26 +00:00