-
Notifications
You must be signed in to change notification settings - Fork 419
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
feat: ZKSync provider types #5207
base: main
Are you sure you want to change the base?
feat: ZKSync provider types #5207
Conversation
…hyperlane-monorepo-zksync into txfusion/sending-messages
…/core from major to minor
…ess for ZKSync support
type: ProviderType.ZkSync; | ||
transaction: zkSyncTypes.TransactionRequest; | ||
} | ||
|
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.
Doesn't it have to ba added to the enum below?
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.
i think it should?
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.
How did this not cause an issue in a later PR?
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.
ethers/zksync-ethers provider are similar enough in where we use them that it would still be fine with the original ethers provider type / interface
would open up something breaking in the future should we do something that is in the zk-ethers but not in regular ethers
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5207 +/- ##
=======================================
Coverage 77.53% 77.53%
=======================================
Files 103 103
Lines 2110 2110
Branches 190 190
=======================================
Hits 1636 1636
Misses 453 453
Partials 21 21
|
…zksync-sdk-provider
Description
This PR introduces specific ZKSync Provider types for SDK.
PR to feat/core-zksync
Drive-by changes
Related issues
None
Backward compatibility
Yes
Testing
Build passing