Open Issues Need Help
View All on GitHub bug: parseAbiParameter caching 2 months ago
good first issue
wevm/abitype
527
Strict TypeScript types for Ethereum ABIs
TypeScript
#abi#ethereum#static-types#type-inference#types#typescript#web3
can't parse `address payable` arg 3 months ago
AI Summary: The task is to fix a bug in the `abitype` library where it fails to correctly parse Solidity function parameters containing `address payable`. The issue arises when using the `parseAbi` function with an ABI containing an `address payable` type. The solution likely involves updating the library's parsing logic to handle this specific type correctly.
Complexity:
4/5
good first issue
wevm/abitype
527
Strict TypeScript types for Ethereum ABIs
TypeScript
#abi#ethereum#static-types#type-inference#types#typescript#web3