abi-utils icon indicating copy to clipboard operation
abi-utils copied to clipboard

Add test vectors for individual parsers

Open Mrtenz opened this issue 3 years ago • 0 comments

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

Mrtenz avatar Oct 11 '22 16:10 Mrtenz