scaffino / Blink

MIT License
4 stars 0 forks source link

excess of bytes received #7

Open scaffino opened 2 months ago

scaffino commented 2 months ago

At the moment, we keep querying the node until the block with entropy has 6 confirmations. Then, we ask for the proof. In this way, the verifier receives an excess of data. Is there a better way to handle this?

If we keep querying for the last block to remain up to date with the chain, I think we have the same problem.

scaffino commented 2 months ago

we can query, say, every 10 minutes, trading off bytes with time