Matthew Zipkin

Results 663 comments of Matthew Zipkin
trafficstars

Just to confirm, the signing wallet is completely separate from the watch-only wallet and the locked coins? Meaning, even in your test case, you didn't create the hot and cold...

I'm having trouble recreating this behavior, but as you said, it's not a reliable error which makes me think it's got to be a race condition in the application layer....

I did just notice something about your logs though: you seem to have two wallets: ``` walletId[btc-01]|hash[e985b0....]|index[7] walletId[btc-wallet-01]|hash[e985b0...]|index[7] ``` The set of locked coins is saved in memory in a...

So I think I see how a race condition could exist here, and actually it looks like it could happen with `createTX` accidentally using _spent_ coins, the same way in...

You should be able to apply that diff directly with [`git apply`](https://git-scm.com/docs/git-apply) but please, testnet only, regtest more ideally, the patch is 0% tested or reviewed :-)

There is another possibility here, related if not your exact case. I encountered this sequence in a Bitcoin Core test (paraphrasing) ``` utxos = self.nodes[0].listunspent() for i in range(100): #...

If you're running the wallet as a plugin, its log output will be inline with the full node log (default `~/.bcoin/debug.log`) and labeled with the `wallet` or `wallet-http` context. Ok...

If you're using latest master branch from GitHub, suggestions should work now: https://github.com/bcoin-org/bcoin/commit/0e93cbaec4f5f8f0b814c5fa75ac834aa1621cea At least, hitting `tab` in REPL mode. Not sure about VS Code. There's been discussions on our...

@JoePotentier this is very likely never going to happen. bcoin has no active maintainers. If this is a feature you really want, you may need to write it yourself. 🤷‍♂️

Hi Ray! The most important thing to have ready by Taproot activation is the ability to SEND to Taproot addresses, so if Purse customers are super excited about Taproot and...