abi-utils
abi-utils copied to clipboard
Add test vectors for individual parsers
Right now we have test vectors for testing encoding as a whole, but we should also have test vectors for individual parsers, using both the normal and packed mode.
The test vectors can be extracted from the general test vectors, and verified using Solidity.
- [ ] address
- [ ] array
- [ ] bool
- [ ] bytes
- [ ] fixed-bytes
- [ ] function
- [ ] number
- [ ] string
- [ ] tuple