Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sometime tx takes too long to verify #13

Open
1 of 4 tasks
tranvictor opened this issue Apr 3, 2017 · 3 comments
Open
1 of 4 tasks

sometime tx takes too long to verify #13

tranvictor opened this issue Apr 3, 2017 · 3 comments

Comments

@tranvictor
Copy link
Member

tranvictor commented Apr 3, 2017

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.
@yaronvel
Copy link

yaronvel commented Apr 3, 2017

Item 3 is applicable only if submitClaim tx is stuck.
If verifyClaim tx stuck you cannot resubmit them.

Also:
4. In mainnet, retransmit from

@tranvictor
Copy link
Member Author

You are right, updated the issue.

@tranvictor
Copy link
Member Author

I'm going to implement 2 and 4 to test on ETH soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants