Chris Kleeschulte

Results 6 issues of Chris Kleeschulte

``` js var bitcore = require('bitcore-lib'); var assert = require('assert'); var crypto = require('crypto'); var privateKey = bitcore.PrivateKey.fromBuffer(crypto.randomBytes(32)); assert(privateKey.toObject().compressed, 'key should be compressed but isn\'t'); ``` https://github.com/bitpay/bitcore-lib/blob/master/lib/privatekey.js#L184

api change

Finality of a bitcoin transaction, as of this writing, is partially a function of the values of the nSequence fields in the transaction. In this context, if any of the...

bug report

32 and 64 bit support (like Bitcoind)

feature request

add a log message about how to access services that are listening for connections such as insight and json api

feature request

Mac OS X Yosemite: I am building my c++ bindings as a bundle (mh_bundle). This seems to be the default for node-gyp. Now, I want to use cppunitlite npm module...

Error:(15, 23) error: cannot find symbol class HttpEntity Error:(16, 23) error: cannot find symbol class HttpResponse Error:(17, 23) error: cannot find symbol class ParseException As a dependency of Android itself,...