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

GenesisL1 autostake issues #772

Closed
zenodeapp opened this issue Mar 5, 2024 · 1 comment
Closed

GenesisL1 autostake issues #772

zenodeapp opened this issue Mar 5, 2024 · 1 comment

Comments

@zenodeapp
Copy link
Contributor

Hey,

So we've forked our source code to a different code base (from evmos to cronos). But I'm having a bit of difficulties getting autostaking to work again. For some reason I'm getting an enormous gas wanted value (possibly a max integer).

[20:47:47.353] Failed 50 messages: authz Exec message is disabled: invalid type [evmos/[email protected]/app/ante/reject_msgs.go:27] With gas wanted: '18446744073709551615' and gas used: '6690' 
[20:47:47.925] genesis17ljslchxlj5s2uu3s3v7mypf3u6uat3axe7qpu Can autostake 257406666557409742 el1
[20:47:47.927] genesis1ag940t2gd4sn0wey7xgfjl83x2t5v62mvgdrnl Can autostake 380754029103371253190 el1
[20:47:47.927] genesis1llf63weea9zwqd0mnhrqn0nspr2tjvex8l8rdk 0 el1 reward is too low, skipping
[20:47:47.928] genesis1az557ezp4r3s4jv5ka7nmzrly34w9eztm4mzkk Can autostake 403384428451732346 el1
[20:47:47.935] genesis1lk9s8cjwn9532kht5g29zc35dyrd6mkmmwnu7u Can autostake 39089964865417306053 el1
[20:47:47.935] Sending batch 2
[20:47:48.532] Failed 23 messages: authz Exec message is disabled: invalid type [evmos/[email protected]/app/ante/reject_msgs.go:27] With gas wanted: '18446744073709551615' and gas used: '13380' 
[20:47:48.532] Sent 0/2 transactions
[20:47:48.533] TX 1: Failed 50 messages: authz Exec message is disabled: invalid type [evmos/[email protected]/app/ante/reject_msgs.go:27] With gas wanted: '18446744073709551615' and gas used: '6690' 
[20:47:48.533] TX 2: Failed 23 messages: authz Exec message is disabled: invalid type [evmos/[email protected]/app/ante/reject_msgs.go:27] With gas wanted: '18446744073709551615' and gas used: '13380' 
@zenodeapp
Copy link
Contributor Author

zenodeapp commented Mar 10, 2024

Okay I figured it out. We're on a version where authz messages are disabled in the mempool, see this PR:
crypto-org-chain/cronos#846 (for anyone who is interested in this particular case hehe!).

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

1 participant