coffee-tools / folgore

Universal Bitcoin backend for core lightning with BIP 157 support full based on the btcli4j Kotlin plugin! Ah, yes it is written in Rust
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

round-robin getblockbyheigh call #65

Open vincenzopalazzo opened 5 months ago

vincenzopalazzo commented 5 months ago

I noted that our architecture is allowing to work around an eclipsing attack on the lightning network https://arxiv.org/abs/2006.01418

We should just round-robin the way that we pick the backend to forward the call during the getblockbyheight call.