Mark Tyneway
Mark Tyneway
I'd personally like to run `bcoin` with RBF enabled, so taking another look at this. One thought is that we should also be sure that the wallet does not index...
@chjj Can you publish the latest changes to `blgr` so that this PR can include a `blgr` npm version in the `package.json` instead of referencing a specific commit? The update...
@pinheadmz what is the status on the TODOs for this pull request?
Although it would be a slight hack, it is also possible to implement this functionality in a plugin. The plugin would hold a reference to `chain.reorganize` and then overwrite it...
The purpose is to give a nice convenience function for getting inputs and outputs. It feels safer to me to check the size of the array and return `null` instead...
Each function can now accept a negative value to index from the final element, similar to Python lists. > There isn't an out-of-bounds access, as the array is an object....
> Tests seem to pass (surprisingly) Most http based tests run against the full node, not the spv node. I agree that not enabling the http servers could be useful,...
`foundry` is supportive of adding `forge bind go` which would use `abigen` to build bindings
The compiler version is locked by foundry, it's the version of abigen that is not locked. Currently we use latest, as the check in ci uses the master branch of...
We currently do not support `snap` or `light` syncing but will eventually. I'd imagine for the `1.0.0` release