evan saulpaugh

Results 13 comments of evan saulpaugh

Does this have an advantage over using RLP? ABI arguments and return values can be represented as RLP right now. Tuples and Arrays are represented by RLPList and everything else...

https://github.com/esaulpaugh/headlong supports it. I would like to see headlong incorporated into web3j at some point. Currently web3j is developing its own implementation.

Yes, I believe this is the work in progress https://github.com/web3j/web3j/tree/feature/653-solidity-structs

@hazae41 relevant: https://github.com/web3j/web3j/issues/832

@charles-cooper I have a proof-of-concept https://github.com/esaulpaugh/abiv3 We should collaborate.

The admittedly limited feedback I've received from experienced Solidity contract developers indicates that gas usage is their first, last, and only concern with respect to calldata, and that manual bit...

I have no idea what I'm doing python-wise but an attempt was made: https://github.com/esaulpaugh/abiv3/tree/master/python Work in progress.

@gnidan @charles-cooper I've got Java and Python prototypes set up to use an unsigned integer as the function selector instead of a hash, to save space. Integer arrays can also...

I plan on submitting an ABIv3 draft EIP soon, so if anyone wants to help author it, let me know. I'm also working on some reference code in Yul to...

just say "without regard for identity"