flocore-node/lib/services
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
..
bitcoind.js bitcoind: bug with getting block hash from address 2016-05-26 10:15:42 -04:00
web.js web: get remoteAddress for socket with cloudflare header 2016-05-18 00:17:45 -04:00