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
Temporary solution to prevent panics in gear run was to handle messages with outgoing bytes limit exceeded as execution error. This error can be removed after runtime-upgrade which includes #3743 commit and checking that all messages in waitlists after runtime upgrade does not overflow this limit.
The text was updated successfully, but these errors were encountered:
File Location(s)
core-processor/src/common.rs
Proposal
Temporary solution to prevent panics in
gear run
was to handle messages with outgoing bytes limit exceeded as execution error. This error can be removed after runtime-upgrade which includes #3743 commit and checking that all messages in waitlists after runtime upgrade does not overflow this limit.The text was updated successfully, but these errors were encountered: