Open agnxsh opened 9 months ago
@agnxsh
I think this should be better if shifted from inside the eth-verkle/tree/ipa
to eth-verkle/ipa
Since the part we are going to add, helps in statelessness and not exactly core tree operation.
What's your suggestion ?
@agnxsh I think this should be better if shifted from inside the
eth-verkle/tree/ipa
toeth-verkle/ipa
Since the part we are going to add, helps in statelessness and not exactly core tree operation.What's your suggestion ?
okay makes sense
looks ok to merge
Plan to finish this pass by pass in future, will rebase and merge once #22 gets merged.
Ready for review, 1 verkle error file consisting of verkle error types, maybe needed in future for integration. Tests pending, will do in next passes, and subsequent fixes whenever needed.
Adds the Stateless Tree types as well helper functions that allow
nim-eth-verkle
to do the following things:Types may get refactored while implementing. Tried to make the most meaningful function names to avoid confusion.
Documentation is not yet ready, but I have tried to add in-line comments as much as possible