-
Notifications
You must be signed in to change notification settings - Fork 427
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
fix: Avoid Relayer to use GetBlock for Sealevel #4883
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4883 +/- ##
=======================================
Coverage 74.60% 74.60%
=======================================
Files 103 103
Lines 1516 1516
Branches 195 195
=======================================
Hits 1131 1131
Misses 364 364
Partials 21 21
|
### Description Avoid Relayer to use GetBlock for Sealevel. It is a temporary solution until we migrate Sealevel integration to the latest Solana libraries ### Related issues - Contributes into hyperlane-xyz#4271 ### Backward compatibility Yes ### Testing E2E Ethereum and Sealevel test --------- Co-authored-by: Danil Nemirovsky <[email protected]>
### Description Avoid Relayer to use GetBlock for Sealevel. It is a temporary solution until we migrate Sealevel integration to the latest Solana libraries ### Related issues - Contributes into hyperlane-xyz#4271 ### Backward compatibility Yes ### Testing E2E Ethereum and Sealevel test --------- Co-authored-by: Danil Nemirovsky <[email protected]>
Description
Avoid Relayer to use GetBlock for Sealevel.
It is a temporary solution until we migrate Sealevel integration to the latest Solana libraries
Related issues
Backward compatibility
Yes
Testing
E2E Ethereum and Sealevel test