Skip to content

sometime tx takes too long to verify #13

Open
@tranvictor

Description

@tranvictor

some discussed strategies:

  • 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions