flocore-node/test
Braydon Fuller e8a35e2bb5 bitcoind: bug with getting block hash from address
Fixes an issue where passing an address as the blockArg would get the blockhash
for the parsed integer of the address. `parseInt` would parse the address as
an integer and then get the block hash for 1. A regular expression now checks
that the string is numeric with only 0-9 and the length is less than 40, the
size of a ripemd160, and also less than the length of a sha256 hash.
2016-05-26 10:15:42 -04:00
..
data bitcoind: add uacomment option to default config 2016-04-18 18:34:54 -04:00
scaffold scaffold: expanded v2 config checks 2016-05-23 11:30:57 -04:00
services bitcoind: bug with getting block hash from address 2016-05-26 10:15:42 -04:00
bus.integration.js test: stub logging in unit tests 2016-05-18 00:33:57 -04:00
bus.unit.js Rename modules to services. 2015-08-31 11:31:28 -04:00
logger.unit.js logger: added option to disable formatting 2016-04-27 13:46:50 -04:00
node.unit.js test: increase test coverage for lib/node.js 2016-05-23 15:45:13 -04:00
utils.unit.js Add unit tests for utils. 2015-09-01 12:48:08 -04:00