Daniel Cousens
Daniel Cousens
@coreyphillips I'd recommend you open an issue at [`random-bytes`](https://github.com/crypto-browserify/randombytes)
@coreyphillips was the issue https://github.com/bitcoinjs/bitcoinjs-lib/issues/559#issuecomment-205040571 not helpful to you?
> This appears to be the only remaining issue encountered when using this library in RN. @corey-phillips what about the other `reverse()` calls? `tx.getId()`?
@corey-phillips OK... I'm not against re-introducing `buffer-reverse` for the sake of RN... but, it is a bit frustrating. Why isn't RN addressing this with an up-to-date `Buffer`?
@jackylimel great to know! I wasn't aware that `Error.captureStackTrace` wasn't standard to JS, but V8-specific. It is used by https://github.com/dcousens/typeforce ... that will need to be fixed.
@jackylimel so, `Error.captureStackTrace` is no longer `undefined`?
@jackylimel maybe it does exist in RN (via polyfill?), but was mangled. In any case, I'll leave https://github.com/dcousens/typeforce/issues/49 open
Are you using `node` js? Or?
@imerkle what version of Node? ``` bash node --version ``` If you want to use BIP39... use it. Don't make up your own.