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

fix(user-ops-indexer): u64 convert panic #1016

Merged
merged 2 commits into from
Aug 16, 2024

Conversation

k1rill-fedoseev
Copy link
Member

Fix panic for transactions with invalid gas limits that do not fit in u64 - https://base.blockscout.com/tx/0x26761bdbb17a201984859e0510eb0ae1f53616c7384fa64d9d100a49d1bd1ab8?tab=logs

Shouldn't impact API format, since u64 were serialized as string in JSON anyway.

@k1rill-fedoseev k1rill-fedoseev self-assigned this Aug 16, 2024
@k1rill-fedoseev k1rill-fedoseev force-pushed the kf/fix/user-ops-u64-panic branch from 744f3be to f5c5a9c Compare August 16, 2024 12:26
@k1rill-fedoseev k1rill-fedoseev changed the title fix: u64 convert panic fix(user-ops-indexer): u64 convert panic Aug 16, 2024
@k1rill-fedoseev k1rill-fedoseev merged commit 5faf103 into main Aug 16, 2024
3 checks passed
@k1rill-fedoseev k1rill-fedoseev deleted the kf/fix/user-ops-u64-panic branch August 16, 2024 14:12
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

Successfully merging this pull request may close these issues.

2 participants