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 was archived by the owner on Jan 6, 2025. It is now read-only.
Currently, the sharded blockchain and concurrent schedule protocols do not have safety detection implemented.
Proposed Implementation
Define when two messages conflict. There's a placeholder here in sharded blockchain. There's a placeholder here in concurrent schedule. Both of the placeholders may provide some hints on how to do it - but it isn't working properly currently :)
Define update_safe_estimates function. Here for sharded blockchain. Here for concurrent schedule.
Issue
Currently, the sharded blockchain and concurrent schedule protocols do not have safety detection implemented.
Proposed Implementation
update_safe_estimatesfunction. Here for sharded blockchain. Here for concurrent schedule.