Jonathan Underwood

Results 435 comments of Jonathan Underwood

RPC seems like low hanging fruit and would be useful for reuse in external apps without messing with privacy aspects. I would ACK a good proposal to tease that into...

I think this should wait for 1. https://github.com/bitcoin-core/secp256k1/pull/1519 2. merging 1 into the secp256k1 wrapper crate. `rust-silentpayments` crate is a great prototype, but it is weak to timing attacks.

> This should be mitigated in v0.3.0. I see you just released this about an hour ago. Nice!

Related: https://github.com/bitcoin/bitcoin/issues/24186

Last time I looked into it, it requires a script interpreter... so the bar is set quite high...

I think it also requires access to the UTXO set...

I think this is a browser error... but that file is not used in browsers. `wasm_loader.browser.ts` is for browsers. Either: 1. It's an error in whatever bundler you used. 2....

Thanks! I would definitely appreciate it.

Perhaps we should also move from travis to github actions.