David Sanders
David Sanders
### What was wrong? The initial version of eth-abi was designed to accomodate basic types (types of the form `` such as `int256[2]`, `fixed128x18` etc. Later, support was added for...
### What was wrong? In the following integration tests that test custom registrations, our method of testing is a bit stateful since it registers then unregisters coders for the custom...
### What was wrong? Though there is clear value in using property testing for certain kinds of tests (such as end-to-end encoding tests), I've recently had some doubts about some...