flocore-node/lib
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
..
cli general: code cleanup, refactoring and formatting 2016-04-27 11:36:26 -04:00
scaffold scaffold: remove no longer needed '-dev' version handling 2016-05-24 17:15:28 -04:00
services bitcoind: bug with getting block hash from address 2016-05-26 10:15:42 -04:00
bus.js build: fix jshint unused variable warnings 2016-05-17 23:03:04 -04:00
errors.js test: update unit tests, refactoring and cleanup 2016-04-15 11:20:33 -04:00
index.js
logger.js logger: added option to disable formatting 2016-04-27 13:46:50 -04:00
node.js web: added logging for web socket events 2016-05-17 18:16:56 -04:00
service.js general: code cleanup, refactoring and formatting 2016-04-27 11:36:26 -04:00
utils.js build: add support for nodejs 0.10 2016-04-25 17:23:48 -04:00