-
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
feat: Retrieve gas payments by sequence for scraping Sealevel #4942
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4942 +/- ##
=======================================
Coverage 77.53% 77.53%
=======================================
Files 103 103
Lines 2110 2110
Branches 190 190
=======================================
Hits 1636 1636
Misses 453 453
Partials 21 21
|
29f3fc1
to
3a1c74a
Compare
rust/main/utils/run-locally/src/invariants/termination_invariants.rs
Outdated
Show resolved
Hide resolved
rust/main/agents/scraper/migration/src/m20230309_000004_create_table_gas_payment.rs
Show resolved
Hide resolved
4da365e
to
8ca0b9d
Compare
8ca0b9d
to
24139a4
Compare
449d33d
to
6a58a06
Compare
…ane-xyz#4942) ### Description - Retrieve gas payment by origin, interchain_gas_paymaster and sequence - Add Sealevel to Scraper in E2E Ethereum and Sealevel tests ### Related issues - Contributes into hyperlane-xyz#4271 ### Backward compatibility Yes (after backfill of origin, destination, interchain_gas_paymaster) ### Testing E2E Ethereum and Sealevel tests (including scraping Sealevel) --------- Co-authored-by: Danil Nemirovsky <[email protected]>
…ane-xyz#4942) ### Description - Retrieve gas payment by origin, interchain_gas_paymaster and sequence - Add Sealevel to Scraper in E2E Ethereum and Sealevel tests ### Related issues - Contributes into hyperlane-xyz#4271 ### Backward compatibility Yes (after backfill of origin, destination, interchain_gas_paymaster) ### Testing E2E Ethereum and Sealevel tests (including scraping Sealevel) --------- Co-authored-by: Danil Nemirovsky <[email protected]>
Description
Related issues
Backward compatibility
Yes (after backfill of origin, destination, interchain_gas_paymaster)
Testing
E2E Ethereum and Sealevel tests (including scraping Sealevel)