Skip to content
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

Merged
merged 5 commits into from
Oct 7, 2024

Conversation

aussedatlo
Copy link
Contributor

@aussedatlo aussedatlo commented Oct 7, 2024

πŸ“ Description

Use descriptors_eip712 instead of eip712_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.

  • Covered by automatic tests.
  • Changeset is provided
  • Impact of the changes:
    • ...

🧐 Checklist for the PR Reviewers

  • The code aligns with the requirements described in the linked JIRA or GitHub issue.
  • The PR description clearly documents the changes made and explains any technical trade-offs or design decisions.
  • There are no undocumented trade-offs, technical debt, or maintainability issues.
  • The PR has been tested thoroughly, and any potential edge cases have been considered and handled.
  • Any new dependencies have been justified and documented.

Copy link

vercel bot commented Oct 7, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
device-sdk-ts-sample βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Oct 7, 2024 3:12pm

Copy link
Contributor

github-actions bot commented Oct 7, 2024

Messages
βœ… Danger: All checks passed successfully! πŸŽ‰

Generated by 🚫 dangerJS against 296b51a

@aussedatlo aussedatlo force-pushed the feat/dsdk-516-new-cal-object branch from de15908 to f1c5f85 Compare October 7, 2024 14:41
| InstructionFieldV1
| InstructionFieldV2
| InstructionFieldV2WithCoinRef
| InstructionFieldWithContractInfo;
Copy link
Contributor

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";
Copy link
Contributor

@paoun-ledger paoun-ledger Oct 7, 2024

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)

Copy link
Contributor Author

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 πŸ€”

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants