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
check why weights of receive_delivery_proof_for_two_messages_by_two_relayers and receive_delivery_proof_for_two_messages_by_single_relayer are currently the same (almost). My guess that there must be at least 1 db read and 1 db write per relayer;
increase MAX_UNREWARDED_RELAYERS_IN_CONFIRMATION_TX, respecting weights from previous point and inbound lane state size.
The text was updated successfully, but these errors were encountered:
Related to https://github.com/paritytech/srlabs_findings/issues/49
For that we need to:
receive_delivery_proof_for_two_messages_by_two_relayers
andreceive_delivery_proof_for_two_messages_by_single_relayer
are currently the same (almost). My guess that there must be at least 1 db read and 1 db write per relayer;MAX_UNREWARDED_RELAYERS_IN_CONFIRMATION_TX
, respecting weights from previous point and inbound lane state size.The text was updated successfully, but these errors were encountered: