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
Currently calling pallet_bridge_grandpa::submit_finality_proof requires the relayer to pay full cost of the transaction.
We may consider reducing these costs (maybe even to 0), under some very detailed assumptions (modelling required):
The finality proofs are correct & useful.
The finality proofs are within expected rate (i.e. the cost should be larger for submitting them too often).
The text was updated successfully, but these errors were encountered:
Currently calling
pallet_bridge_grandpa::submit_finality_proof
requires the relayer to pay full cost of the transaction.We may consider reducing these costs (maybe even to 0), under some very detailed assumptions (modelling required):
The text was updated successfully, but these errors were encountered: