Consensys / Consensys/abi-decoder
"Invalid character" error in indexed event
Open
- Dominant language
- JavaScript
- Stars
- 641
- Forks
- 215
- PR merge metrics
- No merged PRs in 30d
Description
"indexed uint256 event" with value 10 ~ 15 (hex a ~ f) decoding return "Invalid character" error.
so we need to use "uint256" instead of "indexed uint256"
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the decoding failure for an indexed uint256 event with hexadecimal values from a minimal test case. Trace the event-decoding entry point and existing tests for indexed parameters; done means hexadecimal values from indexed uint256 events decode successfully without the "Invalid character" error, while existing event decoding remains passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- blockchain
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100