-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
β¨ (context-module) [DSDK-516]: Use descriptors_eip712 instead of eip712_signatures #367
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
ec25a32
to
14068b6
Compare
packages/signer/context-module/src/typed-data/data/FiltersDto.ts
Outdated
Show resolved
Hide resolved
packages/signer/context-module/src/typed-data/data/FiltersDto.ts
Outdated
Show resolved
Hide resolved
de15908
to
f1c5f85
Compare
f1c5f85
to
979c18c
Compare
| InstructionFieldV1 | ||
| InstructionFieldV2 | ||
| InstructionFieldV2WithCoinRef | ||
| InstructionFieldWithContractInfo; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe just InstructionContractInfo
since it's not a field?
field_mappers_count?: never; | ||
field_path: string; | ||
signatures: InstructionFieldSignatures; | ||
type: "field" | "message"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only field
here (same for InstructionFieldV2
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can get a message type with the current CAL version π€
979c18c
to
296b51a
Compare
π Description
Use
descriptors_eip712
instead ofeip712_signatures
while fetching data from the CAL service.β Context
β Checklist
Pull Requests must pass the CI and be code reviewed. Set as Draft if the PR is not ready.
π§ Checklist for the PR Reviewers