Erick λ

Results 71 comments of Erick λ

I'll wait for the rebase to review this thoroughly. But I really like the auto_build.sh. It greatly improves the UX.

One thing that would be nice is to have a volume to save crash files on the user's machine. Right now, when the container stops due to a bitcoinfuzz crash...

> Crash files are already saved in the same directory as the corpus, both inside `/app/data`. When using Docker Compose, volumes are mapped automatically to `./docker/`. For manual docker run,...

I had some trouble when trying to compile clightning. Probably the problem is the version of `glibc`. After bumping the version ubuntu 22.04 to -> 24.04 fixed the problem. Obs:...

I think this highlights a good use case for building all components together. We should be able to run any fuzz target without repeatedly rebuilding bitcoinfuzz. This same linking issue...

Adding `--cfg=rust_secp_no_symbol_renaming` to `RUSTFLAGS` give undefined reference errors: https://github.com/brunoerg/bitcoinfuzz/actions/runs/13813902574/job/38641980908pr=91#step:16:47

> Hi [@erickcestari](https://github.com/erickcestari) , can I work on the issue? From Summer of Bitcoin Hi @Lymah123, yes, feel free to take this on! Just a heads-up that this might be...

> 4\. Modify the InvoiceDeserializationTarget function to call the Eclair parser through the JNI bridge I think it's a good approach. However, you don't need to modify the `InvoiceDeserializationTarget` function....

> Alright. Thanks for that. > > [@erickcestari](https://github.com/erickcestari) and [@brunoerg](https://github.com/brunoerg) . Does this mean I can proceed with the implementation? Thank you. Yes, you can proceed with the implementation. Let...

> > I think we need to wait on this until CLN, LND (and others?) also reject such invoices. > > What is the current state of it? The LND...