Antoine Poinsot

Results 549 comments of Antoine Poinsot

For what it's worth, here is the implementation for the Bitcoin Core wallet: https://github.com/bitcoin/bitcoin/pull/24128.

I agree it would be super useful. There were a couple attempts (https://github.com/rust-fuzz/libfuzzer/pull/33, https://github.com/rust-fuzz/libfuzzer/pull/51) but it seems like the contributors / maintainers lost interest in this.

Also, re-constructing Pieter's list from #105 showed the need for `Wo` sometimes. I don't see anything wrong with forwarding it as well. (EDIT) Actually, does it change the current assumption...

Now, the work on the random fuzz targets was done on different forks of this Bitcoin Core branch https://github.com/bitcoin/bitcoin/pull/24149, which is itself not up to date due to verbose renames...

It's now complete! :tada:

Yeah IIRC the Rust implem was moved from Andrew's personal profile to the rust-bitcoin organization. The link could be updated.

I have no opinion on the changes but for what it's worth it confused me too when reading the satisfier and refering to the specs.

FWIW I tried this and succesfully ran C-lightning on my phone. I'll submit a patchset for the new version.

*(amended the first commit as I forgot to delete a patchfile..)*

Hey there, we are also very interested in using WebAuthn as a passwordless login method (as well as an MFA). @J0 thank you for following up with us about this...