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

feat: deploy to berachain #5375

Merged
merged 21 commits into from
Feb 5, 2025
Merged

feat: deploy to berachain #5375

merged 21 commits into from
Feb 5, 2025

Conversation

paulbalaji
Copy link
Contributor

@paulbalaji paulbalaji commented Feb 5, 2025

Description

feat: deploy to berachain

Drive-by changes

Related issues

hyperlane-xyz/hyperlane-registry#553

Backward compatibility

Testing

manual

Copy link

changeset-bot bot commented Feb 5, 2025

🦋 Changeset detected

Latest commit: 8500f66

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 9 packages
Name Type
@hyperlane-xyz/sdk Minor
@hyperlane-xyz/cli Minor
@hyperlane-xyz/helloworld Minor
@hyperlane-xyz/infra Minor
@hyperlane-xyz/widgets Minor
@hyperlane-xyz/ccip-server Minor
@hyperlane-xyz/github-proxy Minor
@hyperlane-xyz/utils Minor
@hyperlane-xyz/core Patch

Not sure what this means? Click here to learn what changesets are.

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

tkporter and others added 3 commits February 5, 2025 01:16
### Description

- lower to Solana, lower to Ethereum
- A little bit of wrangling due to #5339 not being merged yet

### 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
-->
Base automatically changed from pb/enroll-feb3 to main February 5, 2025 15:35
tkporter and others added 2 commits February 5, 2025 15:56
### Description

- A bit hacky, but we need to satisfy the quick goal of adding headers
to Http RPCs
- Doesn't do anything for ws
- Any `custom_rpc_header` query parameter is expected to have the value
format: `header_name:header_value`, will be added to the headers, and
removed from the URL params.
- Allows you to for example do:
```
HYP_CHAINS_MYCHAIN_CUSTOMRPCURLS=https://foo.bar.com?custom_rpc_header=Authorization%3A%20Bearer%20MySecret
```

### 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
-->
Copy link

codecov bot commented Feb 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.53%. Comparing base (6013dd6) to head (8500f66).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5375   +/-   ##
=======================================
  Coverage   77.53%   77.53%           
=======================================
  Files         103      103           
  Lines        2110     2110           
  Branches      190      190           
=======================================
  Hits         1636     1636           
  Misses        453      453           
  Partials       21       21           
Components Coverage Δ
core 87.80% <ø> (ø)
hooks 79.39% <ø> (ø)
isms 83.68% <ø> (ø)
token 91.27% <ø> (ø)
middlewares 79.80% <ø> (ø)

.registryrc Outdated Show resolved Hide resolved
@paulbalaji paulbalaji marked this pull request as ready for review February 5, 2025 17:29
@paulbalaji paulbalaji enabled auto-merge February 5, 2025 21:28
@paulbalaji paulbalaji added this pull request to the merge queue Feb 5, 2025
Merged via the queue into main with commit 276d7ce Feb 5, 2025
47 of 48 checks passed
@paulbalaji paulbalaji deleted the pb/bera branch February 5, 2025 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants