ava-labs/spacesvm

Avoid Gossiping Large Values

patrick-ogrady opened this issue · 0 comments

If we enlarge the max value size to support media files, we need to find a way to avoid gossiping them aggressively to the rest of the network.

We could consider automatically replacing them with a hash within the value in the node and then querying the rest of the network for their actual value for RPC responses (this would ensure blocks never get too heavy).