You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we need an implementation of cache in Kura? Can unbounded block_data cause an OOM? This can happen as the network grows, but also when restarting a peer when there was no snapshot
If we do make a block cache we should make sure that it's not susceptible to probing attacks from block_sync or simple FindBlocks query execution
The text was updated successfully, but these errors were encountered:
Do we need an implementation of cache in
Kura
? Can unboundedblock_data
cause anOOM
? This can happen as the network grows, but also when restarting a peer when there was no snapshotIf we do make a block cache we should make sure that it's not susceptible to probing attacks from
block_sync
or simpleFindBlocks
query executionThe text was updated successfully, but these errors were encountered: