Seriality icon indicating copy to clipboard operation
Seriality copied to clipboard

Seriality is a library for serializing and de-serializing all the Solidity types in a very efficient way which mostly written in solidity-assembly

Results 7 Seriality issues
Sort by recently updated
recently updated
newest added

This PR bumps the pragma of Seriality to ^0.8.0, and makes a couple small tweaks to satisfy the compiler errors & warning. Only minimal changes were needed to get things...

Would be great to update library to work with more current compilers.

This statement in the docs could be much improved: > The buffer size must be chosen very carefully, if you are not sure about that choose your biggest guess. I'd...

Contributing to this project will be easier if there is one command which can run the test suite. Demonstrating that the commands exists and works can be done with CI...

Hi! first of all: Great work! this functions are real useful to make my contracts much more efficient! But I suggest to implement Seriality as am solidity Library. So you...