Matthew Zipkin

Results 644 comments of Matthew Zipkin

We should implement CPFP as well in general. I think this particular policy would evolve from that. There's also #811 (replace by fee).

Hmm, yeah maybe we should remove the `/scripts` directory: `certs.sh`: only relevant for bip70, removed from bcoin a long time ago `dump.js`: requires npm package `heapdump`, not a bcoin dependency,...

so... certs.sh: remove dump.js: remove fuzz.js: remove? or fix the `toString` and remove `nodeconsensus` path? gen.js: remove seeds.sh: keep - may be only truly useful script here ...?

More details... I am having trouble identifying the problem as either being on the wallet side OR the miner side. These transactions are getting marked as "free" here: https://github.com/bcoin-org/bcoin/blob/master/lib/mining/template.js#L652 `item.free...

Just to be clear, so far this PR adds REST API endpoints for block filters but does not actually implement BIP157 which is the p2p networking mechanism for filters. You...

lets add also: ```diff diff --git a/lib/net/pool.js b/lib/net/pool.js index 6541ce248..5cd3966d3 100644 --- a/lib/net/pool.js +++ b/lib/net/pool.js @@ -1233,6 +1233,8 @@ class Pool extends EventEmitter { await this.handleBlockTxn(peer, packet); break; case packetTypes.UNKNOWN:...

Just adding to this discussion: We have an API call `backup` http://bcoin.io/api-docs/?shell--cli#wallet-backup that makes a copy of the walletDB's levelDB directory to ``. (The directory name must be `wallet`) Then...

@IMPranshu `reset` will usually timeout. That's because the rpc command doesnt return a `success` until the entire chain has been reset, which takes a lot longer than the timeout (of...

https://bcoin.io/api-docs/#create-a-wallet

what user were you when you launched bcoin? Is there any permissions restrictions in the home directory? bcoin will try to create a directory at `~/.bcoin` If you can respond...