-
Notifications
You must be signed in to change notification settings - Fork 107
chore: update OpenAPI spec, all clients, add rust to check workflow #515
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
Conversation
✅ Heimdall Review Status
|
8a08194 to
01c2971
Compare
|
@sammccord can we publish the new rust sdk? |
| For EVM networks, the transaction will be a 0x-prefixed, EVM transaction hash. | ||
| For Solana-based networks, the transaction will be a base58-encoded Solana signature. | ||
| pattern: ^0x[a-fA-F0-9]{40}|[A-Za-z0-9][A-Za-z0-9-]{0,34}[A-Za-z0-9]$ | ||
| pattern: ^(0x[a-fA-F0-9]{40}|[1-9A-HJ-NP-Za-km-z]{32,44})$ |
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.
@sammccord This pattern is wrong, solana signature should be {64,88}
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.
@sammccord Also, I think EVM transaction hash is {64}, not {40}.
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're updating the spec and cutting a release asap today thanks for pointing this out
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.
@sammccord Thank you! There are some other issues here too #516 .
Description
update_openapiworkflowTests
Checklist
A couple of things to include in your PR for completeness: