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
For testnet only, we can just drop the claim if a tx is not verified in time (hardcoded 10 mins)
Rebroadcast the tx with gas price increased by 25% so it can replace the old tx (we are using this strategy now).
Query last counter from contract side and put all shares of the claim back to active share pool so they can be included in next claim. This is applicable only if tx that is submitting the claim is stuck.
In mainnet, we might retransmit the tx from some chosen stable public nodes.
The text was updated successfully, but these errors were encountered:
some discussed strategies:
For testnet only, we can just drop the claim if a tx is not verified in time (hardcoded 10 mins)Query last counter from contract side and put all shares of the claim back to active share pool so they can be included in next claim. This is applicable only if tx that is submitting the claim is stuck.The text was updated successfully, but these errors were encountered: