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

Large default transaction polling time for waiting txn result in EVM chains #463

Open
bcsainju opened this issue Dec 16, 2024 · 0 comments · May be fixed by #464
Open

Large default transaction polling time for waiting txn result in EVM chains #463

bcsainju opened this issue Dec 16, 2024 · 0 comments · May be fixed by #464
Assignees
Labels
enhancement New feature or request iBriz

Comments

@bcsainju
Copy link
Collaborator

Describe the bug
The current default polling time which is set to 30s by default causes delay in getting the confirmation of the transaction in the EVM chain. The current implementation uses 30s default polling time which means if the initial check for transaction status is not success, it will try again only after 30s for 15 times.

Expected behavior
The delay should be configured smaller but with more polling attempt so that we get notified earlier than to wait for 30s.

@bcsainju bcsainju added enhancement New feature or request iBriz labels Dec 16, 2024
@sherpalden sherpalden linked a pull request Dec 16, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request iBriz
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants