This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
availability erasure-coding: limit proof size #157
Labels
I9-footprint
An enhancement to provide a smaller (system load, memory, network or disk) footprint.
#56 (comment)
In the erasure-coding crate, we verify branch proofs based on nodes send over the network. But we are too lenient in that we will accept more data than is necessary (non-compact proof).
We can set an upper bound on the depth of the trie based on the number of validators and an upper bound on the size of nodes as well. More details in the linked comment.
The text was updated successfully, but these errors were encountered: