benma

Results 434 comments of benma

Bump - this seems important to include for a good out of the box experience. I just waded through a lot of comments in the issue tracker to figure out...

> Yes, looks like taproot descriptor support in rust-miniscript is still in progress: [rust-bitcoin/rust-miniscript#267](https://github.com/rust-bitcoin/rust-miniscript/pull/267) I think I'll be able to help out when there's a new release for it. Seems...

The discoverability problem is pretty big imo. I want to expose a Prost generated struct as a function param in a library function. The rust docs just says `i32` for...

I am using this workaround to add additional files to be published, after `wasm-pack build`: jq '.files += ["somefile.js"]' pkg/package.json > tmp.json && mv tmp.json pkg/package.json Built-in support for adding...

@SomberNight from what I gather, https://github.com/spesmilo/electrumx/pull/101 is removing the need for DB compaction. I would appreciate if you could proceed with this - either as part of the above PR...

> > It would be great if you could review this and let me know if there is any obstacles to getting this merged > > I just want to...

Rebased to fix conflicts with `master`.

@real-or-random @jonasnick @apoelstra any chance of progress here? The code should be straight forward, with a little bit of concentrated effort we could get this merged and used in production...

Hi. BIP-44 does not directly apply to Ethereum and there is no one standard that everyone follows unfortunately. The BitBox02 follows the default keypath of myetherwallet.com, which is m/44'/60'/0'/0. The...

> Is there a guide to update the firmware to accept other paths ? We first need to implement the firmware change and release the update. After the update it...