Erick λ
Erick λ
## Pull Request: Update Fibonacci sequence documentation in README ### Description This pull request addresses a documentation issue in the README.md file related to the Fibonacci sequence. The base cases...
Now that the payment secret is needed by both the writer and the reader, we should remove the ldk workaround Closes #138
This pr introduces support for deserializing Lightning Network invoices using the Eclair implementation. Key changes include: - Added Eclair as a Git submodule (`external/eclair`). - Created a new C++ module...
Add a new target to our differential fuzzing to test BOLT12 invoice decoding functionality across multiple Bitcoin implementations.
https://github.com/ElementsProject/lightning/blob/master/tests/fuzz/bolt12.h
Add a new target to our differential fuzzing to test BOLT12 invoice request decoding functionality across multiple Bitcoin implementations.
We need to integrate Eclair’s BOLT11 invoice parsing into our existing invoice_deserialization target. Unlike other Lightning implementations, Eclair is written in Scala and runs on the JVM, introducing unique challenges...
When attempting to link both btcd and lnd modules (built as static libraries) into the same executable, the following linking errors occur: ``` /usr/bin/ld: modules/lnd/module.a(go.o): in function `_cgo_topofstack': (.text+0x75ee0): multiple...