Open jubnzv opened 2 months ago
Would be nice to have those bullet points in the OP configurable
A couple more things regarding order-independence of things:
But, the above two cases can result in different gas consumption! So we cannot really ignore order for the above two cases.
We need an API that provides a way to compare any Tact AST:
AstComparator
:AstHasher
: Write the hashing module that doesn't take names into accountAstRenamer
: Canonicalize binder names introducing something like de Bruijn indicesAstSorter
: Improve the sorting routines