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 Nov 15, 2023. It is now read-only.
The message should be put back to queue if execution failed because of weight exhausted (which is caused by ump_service_total_weight limitation in host config). Currently it's discarded, which would lead to fund loss.
Fortunately this hasn't happened yet, as ump_service_total_weight is set to 100_000_000_000, which makes it be able to handle 33 orml-xtokens transfer in one block. max_upward_message_num_per_candidate is set to 10, and since we have only Karura and Statemine sending ump transfers/teleports for now, this limitation hasn't be reached yet.
But it needs to be fixed ASAP.
The text was updated successfully, but these errors were encountered:
The message should be put back to queue if execution failed because of weight exhausted (which is caused by
ump_service_total_weight
limitation in host config). Currently it's discarded, which would lead to fund loss.polkadot/runtime/parachains/src/ump.rs
Lines 419 to 424 in 285a35b
Fortunately this hasn't happened yet, as
ump_service_total_weight
is set to100_000_000_000
, which makes it be able to handle 33 orml-xtokens transfer in one block.max_upward_message_num_per_candidate
is set to 10, and since we have only Karura and Statemine sending ump transfers/teleports for now, this limitation hasn't be reached yet.But it needs to be fixed ASAP.
The text was updated successfully, but these errors were encountered: