Erick λ
Erick λ
Any update? _Edit by maintainers: Comment was **automatically** minimized because it was considered unhelpful. (If you think this was by mistake, let us know). Please only comment if it adds...
I had the same issue @vivekascoder, but using Dropdown Menu, thanks for sharing the resolution!
On CI it was called here: https://github.com/bitcoinfuzz/bitcoinfuzz/actions/runs/15191972937/job/42726825044#step:23:14 If `config.vars` already exists, `./configure` won’t run again. Maybe we can improve the `./configure` for MACOS? ```makefile $(LIGHTNING_DIR)/config.vars: @echo "Running ./configure in $(LIGHTNING_DIR)..."...
> The current test vector uses the following TLV stream: > > ``` > 06 02 8041 // Type: 6 (offer_currency), Length: 2, Value: two bytes that form an invalid...
> OK, I understand the problem now. But if we really want to check that this field is a valid ISO 4217 code we should also add test vectors with...
> Eclair now supports the currency field and properly validates it. The new test case is correct (as was the old one), however I think it should be replaced by...
I used the nightly version and installed normally. Because the nightly version doesn't use any python lib https://www.lunarvim.org/docs/installation#nightly
> Nice! Do you want to work on it? I'll work on this after adding Lightning Core and Eclair to the differential fuzzing on BOLT-11, but if someone else wants...
> hi [@brunoerg](https://github.com/brunoerg) , I understand the concerns about not needing the whole codebase > > > Specially for Bitcoin Core, we just import part of the codebase > >...
We can probably close this issue since #223 and #224 is already merged.