Lloyd Fournier

Results 280 comments of Lloyd Fournier

So I think the two things that got me were: 1. This eprintln: https://github.com/romanz/electrs/blob/master/src/config.rs#L284 confused me. Since I was getting something to stderr I thought that I was actually getting...

is the idea of a scanning key included in this? I would have expected `sp(...)` to contain 64 bytes (two xonly keys).

This is still an issue. All that is required to reproduce is: ``` vue create my-app cd my-app vue add tauri yarn tauri:build ``` ``` yarn list |grep tauri ├─...

This seems like quite a severe bug to me. Very easy to design something that skips the first address. My weak preference is to do the `next_derivation_index` solution since that's...

Hey @benthecarman. It'd be useful to know what bits of esplora you'd like to use from BDK. We're currently thinking about a `v1.0` release and a big part of that...

Sure thanks. Yep the plan is to make it separate.

I'm reluctantly giving a soft (and probably too late to be useful) NACK on this. The main reason is that a much better scheme is possible with schnorr/taproot which requires...

Attempting to keep discussion of merits of BIP47 away from the PR #574. In there @afilini mentioned: > Also, my personal opinion is that BIP47 is pretty cool: it works...

@cryptoquick fwiw I am working on this as part of #165. My plan is to have a sync blockchain traits in `blockchain` and async versions in `blockchain::async`. Would this work...

We are starting work on this change today. Won't be ready for testing this week I suspect. I'll keep you updated.