Skip to content
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

Merged
merged 49 commits into from
Jan 30, 2024
Merged

Deploy viction core and warp routes #3067

merged 49 commits into from
Jan 30, 2024

Conversation

yorhodes
Copy link
Member

@yorhodes yorhodes commented Dec 15, 2023

Description

Drive-by changes

Related issues

Backward compatibility

Testing

Copy link

changeset-bot bot commented Dec 15, 2023

⚠️ No Changeset found

Latest commit: 15a01b1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@yorhodes yorhodes requested a review from aroralanuk as a code owner December 15, 2023 22:11
@yorhodes yorhodes changed the title Add viction Deploy viction core and warp routes Dec 15, 2023
jmrossy and others added 9 commits December 19, 2023 16:45
### 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
yorhodes and others added 9 commits January 3, 2024 16:35
### 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
typescript/infra/config/environments/mainnet3/owners.ts Outdated Show resolved Hide resolved
typescript/infra/scripts/deploy.ts Outdated Show resolved Hide resolved
typescript/sdk/src/consts/chainMetadata.ts Outdated Show resolved Hide resolved
typescript/sdk/src/metadata/ChainMetadataManager.ts Outdated Show resolved Hide resolved
Copy link

codecov bot commented Jan 30, 2024

Codecov Report

Merging #3067 (15a01b1) into main (9e61465) will not change coverage.
The diff coverage is n/a.

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           
Components Coverage Δ
core 50.00% <ø> (ø)
hooks 68.79% <ø> (ø)
isms 65.94% <ø> (ø)
token 58.41% <ø> (ø)
middlewares 81.46% <ø> (ø)

@yorhodes yorhodes enabled auto-merge (squash) January 30, 2024 20:39
@yorhodes yorhodes merged commit 8fe2483 into main Jan 30, 2024
27 of 28 checks passed
@yorhodes yorhodes deleted the viction-deploy branch January 30, 2024 21:19
ltyu pushed a commit to ltyu/hyperlane-monorepo that referenced this pull request Mar 13, 2024
### 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants