Nodar Chkuaselidze
Nodar Chkuaselidze
That is Path object, not an actual string. :)
LGTM Note: Mnemonic allows higher entropy bits then in specification. [BIP 39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki#generating-the-mnemonic) allows bits from 128-256 bits and bcoin has 512. https://github.com/bcoin-org/bcoin/blob/6beb54dddc1256cca379ad765b71fd5cdee427f3/lib/hd/common.js#L35
That is main branch which does not have windows tests, that's what I am trying to upgrade and add windows to the mix (already have macos). On the runners you...
So I tried isolating dependencies to see how the failures happen in https://github.com/nodech/ci-test. Dependencies used for testing (all three are using node-gyp): - [bcrypto][bcrypto] (v5.4.0 from npm) - [bdb][bdb] (v1.4.0...
It seems that current version of the `bcrypto` is not building `secp256k1` correctly on circle ci version. `gmp.h` not found. ``` ../src/secp256k1/src/num_gmp.h:10:17: fatal error: gmp.h: No such file or directory...
The reason why build fails after `3.1.2`: https://github.com/bcoin-org/bcrypto/issues/16
Thank you for your interest in bcash. Unfortunately, currently we don't have any plans on supporting those changes. But It should be possible and welcome to fork bcash apply those...
It seems after parser catches first error, it will continue parsing next chunks anyway causing it to emit rapidly after that. It actually throws ~2.7k errors (tested on bcash/bcoin). Either...
We can implement this on bcoin as well.
I believe we can include both for the hsd-ledger library, probably as `optional` dependencies. (E.g. WebUSB can only be supported by `busb`) This is the current situation of the supported...