Mark Tyneway
Mark Tyneway
Is there a list of tasks that can be delegated to help out on this issue? This functionality is critical and I'm willing to help out on getting this over...
I was calling `getSize` on the packets in a patch that I applied to `bcoin` to log packet sizes. It would probably be better to do with wireshark, but doing...
@braydonf Wondering the status on this and if there is anything that I can do to help
One thing to note is that `encode`/`decode` have aliases defined on `bio.Struct` which are `toRaw`/`fromRaw`. This would allow for backwards compatibility for people consuming the modules outside of `bcoin` that...
Maybe breaking this PR into smaller chunks would be easier to get it reviewed and merged.
I think that this would be useful to include in the [v3 milestone](https://github.com/bcoin-org/bcoin/milestone/2), or at least some of this PR as having primitives extend `bio.Struct` will clean up a ton...
> Should bpkg be added to devDependencies I don't think so, it seems like things like `bmocha` and `bpkg` and `eslint` are assumed to be installed globally between all of...
> Okay, with the fields rename and removed, bcoin would respond with: > > ```json > { > "height": 622239, > "bestblock": "0000000000000000000c6c452c2f0d2d852404511230c90d5ee4c8bf0d6d948c", > "transactions_all": 513890624, > "txouts": 66368257, >...
Maybe `bcrypto.random.randomRange` would be a better source of randomness? It uses `"openssl/rand.h"` and `"random.h"` https://github.com/bcoin-org/bcrypto/blob/master/src/random/random.c https://github.com/bcoin-org/bcrypto/blob/master/lib/js/random.js#L89