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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
We should trust self-forged blocks and broadcast them before verification
Every node should decide to include (or not) block on his own - so we should broadcast block immediately without verification (we can perform schema verification only)
Decrease block size by removing empty/insignificant properties
This Issue has been reopened for the following reasons:
It is insecure to forward a block that has not been validated. Deleting certain fields, while saving some bytes, is not secure, as it requires mutating the block multiple times.
Belongs to: #449The text was updated successfully, but these errors were encountered: