We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, it looks like the currenty typed data implementation is not conforming to the SNIP12 standard
some specifics gaps seems to be:
revision
Domain
Definition
contains
type
enum
merkleTree
StarkNetDomain
StarketDomain
The hashing itself is also currently using PEDERSEN instead of Poseidon and there is lack for encoding all non felt types
felt
are there any plans, or WIP to implement support for the formal SNIP? Thx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, it looks like the currenty typed data implementation is not conforming to the SNIP12 standard
some specifics gaps seems to be:
revision
fromDomain
Definition
is missing an optionalcontains
field, which should exist ifftype
isenum
ormerkleTree
StarkNetDomain
toStarketDomain
Domain
should be treated as ShortStr instead of feltsThe hashing itself is also currently using PEDERSEN instead of Poseidon
and there is lack for encoding all non
felt
typesare there any plans, or WIP to implement support for the formal SNIP?
Thx
The text was updated successfully, but these errors were encountered: