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

Make sure max tx time override works on EVM (Multicall) #28

Closed
rozzaswap opened this issue Apr 3, 2024 · 1 comment
Closed

Make sure max tx time override works on EVM (Multicall) #28

rozzaswap opened this issue Apr 3, 2024 · 1 comment
Assignees

Comments

@rozzaswap
Copy link

https://gist.github.com/guilledk/0735d3d3294c1cdc8fe71b12f9f5f7b5

@guilledk
Copy link
Collaborator

This test: https://github.com/telosnetwork/telos-evm-docker/blob/master/tests/test_tx_time_override.py

which uses this contract to calculate primes: https://github.com/guilledk/evm-mechanics/blob/52a989a7bba5d5088bdb3c89b2b5fd4bfbf2f47d/src/EVMMechanics.sol

if i pass --override-max-tx-time=499 i can calculate up to 2200, if i dont i only can up to 1200

So, im gonna say its working as intenteded, and in any case something familiar with multicall's having issues should check it out.

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