Matthew Zipkin

Results 644 comments of Matthew Zipkin

@martindale any interest in finishing up this PR? If not we may just take it over to formalize it and stage for merge.

The wallet shows you your *next* receive address in the [BIP32 path](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki), but of course all previous addresses are still valid, the wallet just shows you one at a time....

Ok so the fix downstream in hsd is here: https://github.com/handshake-org/hsd/pull/533 if merged I can backport to bcoin. The solution wasn't changing the `emitAsync` in `setBestChain` because that screws up the...

Could you provide more context? All I see here is warnings. Webpack config files and scripts were removed from bcoin a while ago: https://github.com/bcoin-org/bcoin/pull/741

Sorry the browser node guide is outdated now, and its such bad practice to run a node in a web browser anyway, its not really worth updating. We should probably...

I believe `standalone` has been replaced with `umd` please read the documentation here: https://github.com/chjj/bpkg

This command worked for me: ``` bpkg --browser --umd --name HD --plugin uglify-es \ --output /home/pinheadmz/Desktop/work/bpkgtest/bcoin-hd.js lib/hd/index.js ``` Then create `index.html`: ```html test ``` ![Screenshot from 2020-07-29 08-27-14](https://user-images.githubusercontent.com/2084648/88799988-62f7b080-d175-11ea-9deb-655c8b8e6eab.png)

yup. i think so :-) That's how this works: https://github.com/pinheadmz/bcoin-webapp

> its working but there is a question i want to ask can i make like this from this codes https://bcoin.io/browser/ You would have to do some patching yourself -...

Tree helper works as expected! I tested it against the [BIP341 test vectors](https://github.com/bitcoin/bips/blob/master/bip-0341.mediawiki#Test_vectors), you might want to cherry pick this commit to your branch: https://github.com/pinheadmz/bcoin/commit/3521aee3035359b3a4e2d1d52f7548237cc2087b