-
Notifications
You must be signed in to change notification settings - Fork 389
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
Deploy viction core and warp routes #3067
Conversation
|
### Description Avalanche is like 5x more expensive now, see relayer txs https://snowtrace.io/address/0x74Cae0ECC47B02Ed9B9D32E000Fd70B9417970C5. A single funding of 0.3 is only enough to cover like 2 messages ### Drive-by changes <!-- Are there any minor or drive-by changes also included? --> ### Related issues <!-- - Fixes #[issue number here] --> ### Backward compatibility <!-- Are these changes backward compatible? Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling? Yes/No --> ### Testing <!-- What kind of testing have these changes undergone? None/Manual/Unit Tests -->
### Description Removes most occurences of lines that contain the `neutron` string from the testnet4 context. Where validators are set (e.g. [here](https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/3e685f9fb04fd1dd10b05250ade5b65150b75086/typescript/infra/config/environments/testnet4/validators.ts#L29)), the neutron context is required for type safety but can stay empty
### Description Adds a cosmos-specific config item for setting the minimum gas price, in the format returned by the `cosmos.base.node.v1beta1.Service/Config` cosmos-sdk grpc endpoint. ### Related issues - Fixes hyperlane-xyz/issues#810 ### Backward compatibility No. Will break existing cosmos configs. ### Testing None yet, will test in e2e
### Description - Add ancient8 - Deploy ancient8testnet core contracts - Deploy ancient8 agents Co-authored-by: J M Rossy <[email protected]> Co-authored-by: Trevor Porter <[email protected]>
#3124) ### Description Adds mantapacific to the scraper, and attempted adding viction & ancient8testnet, which are now explicitly skipped (which is now necessary) They were not able to be added because: - ancient8testnet not possible because of #3121 - viction not possible because its eth_getLogs doesn't give back correct block hashes ### Drive-by changes some minor rearrangement of consts to be in alphabetical order ### Related issues Fixes #3123 ### Backward compatibility no ### Testing deployed
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3067 +/- ##
=======================================
Coverage 67.65% 67.65%
=======================================
Files 99 99
Lines 1014 1014
Branches 106 106
=======================================
Hits 686 686
Misses 284 284
Partials 44 44
|
### Description Deploys core and warp to viction ### Related issues - Fixes hyperlane-xyz/issues#850 - Fixes hyperlane-xyz/issues#859 ### Backward compatibility Yes ### Testing Fork tests --------- Co-authored-by: J M Rossy <[email protected]> Co-authored-by: Trevor Porter <[email protected]> Co-authored-by: Daniel Savu <[email protected]> Co-authored-by: Nam Chu Hoai <[email protected]>
Description
Drive-by changes
Related issues
Backward compatibility
Testing