Lloyd Fournier

Results 280 comments of Lloyd Fournier

> I always called this a loop. A little loop "B -> C -> D -> B" inside the route. The technical term for this is a cycle I think...

> In graph theory, a loop (also called a self-loop or a buckle) is an edge that connects a vertex to itself. I really hope that no implementation allows buckles...

My use case is that I am using a file as a database and some parts of the buffer are not being used. I want to know whether the thing...

> If I understand, you're using range in a couple different ways: in keychain/txout_index to range over keychains, and in spk_txout_index to range over derivation indexes - with `map_to_inner_bounds` having...

It's an API change for `bdk_chain` and doesn't effect `bdk_wallet` I don't think. it doesn't need a milestone since if I understand that system is only meant for prioritizing tasks...

I think this crate will include some logic and not just types. E.g. the `CheckPoint` I think is the main thing that's caused the desire to have this. I did...

I don't know that it's not a good idea I just am not convinced it is compared to other possible directions. Happy to leave this call to you if you...

FWIW the reason we require it is because hardware wallets often require it for segwitv0. We could add an option to wave the requirement I guess. [EDIT] We already have...

@stevenroose did you see that there is `only_witness_utxo` option on the transaction builder. The docs for `add_foreign_utxo` actually mentions that this will happen unless you set it. Sorry I had...