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

Gas estimation error #111

Closed
nerfZael opened this issue Mar 29, 2024 · 1 comment
Closed

Gas estimation error #111

nerfZael opened this issue Mar 29, 2024 · 1 comment
Milestone

Comments

@nerfZael
Copy link
Contributor

An undefined gas error happens in the test below:

poetry run pytest -s ./autotx/tests/token/test_swap.py::test_auto_tx_swap_multiple
Error:

gnosis.safe.exceptions.CannotEstimateGas: Cannot estimate gas with eth_estimateGas: execution reverted: revert: STF: 

Logs: https://pastebin.com/6hFbHieV

@dOrgJelli dOrgJelli added this to the Sprint 2 milestone Apr 9, 2024
@nerfZael
Copy link
Contributor Author

nerfZael commented Apr 9, 2024

This test now passes at 100% rate:

Test Run Summary

  • Run from: ./autotx/tests/agents/token/test_swap.py::test_auto_tx_swap_multiple
  • Iterations: 10
  • Total Success Rate: 100.00%

Detailed Results

Test Name Success Rate Passes Fails Avg Time
autotx/tests/agents/token/test_swap.py::test_auto_tx_swap_multiple 100% 10 0 30s

Total run time: 5.03 minutes

@nerfZael nerfZael closed this as completed Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants