Skip to content

fix: handle int/uint array types in parse_solidity_integer_type#396

Open
liu-zhipeng wants to merge 3 commits intojoshstevens19:masterfrom
liu-zhipeng:fix/parse-int-uint-array-types
Open

fix: handle int/uint array types in parse_solidity_integer_type#396
liu-zhipeng wants to merge 3 commits intojoshstevens19:masterfrom
liu-zhipeng:fix/parse-int-uint-array-types

Conversation

@liu-zhipeng
Copy link
Copy Markdown

Strip array suffixes (e.g., [], [N]) before parsing the bit width to prevent ParseIntError when codegen encounters event definitions with integer array types like uint256[].

Fixes #318

Strip array suffixes (e.g., [], [N]) before parsing the bit width
to prevent ParseIntError when codegen encounters event definitions
with integer array types like uint256[].

Fixes joshstevens19#318
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 2, 2026

@liu-zhipeng is attempting to deploy a commit to the joshaavecom's projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

Parsing int/uint arrays in events (codegen indexer)

2 participants