-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fraud-proofs
- Loading branch information
Showing
1,711 changed files
with
194,634 additions
and
47,069 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changesets | ||
|
||
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works | ||
with multi-package repos, or single-package repos to help you version and publish your code. You can | ||
find the full documentation for it [in our repository](https://github.com/changesets/changesets) | ||
|
||
We have a quick list of common questions to get you started engaging with this project in | ||
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", | ||
"changelog": "@changesets/cli/changelog", | ||
"commit": false, | ||
"fixed": [["@hyperlane-xyz/*"]], | ||
"linked": [], | ||
"access": "public", | ||
"baseBranch": "main", | ||
"updateInternalDependencies": "patch", | ||
"ignore": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@hyperlane-xyz/cli': patch | ||
--- | ||
|
||
Require at least 1 chain selection in warp init |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[codespell] | ||
skip = .git,node_modules,yarn.lock,Cargo.lock,./typescript/helloworld | ||
count = | ||
quiet-level = 3 | ||
ignore-words = ./.codespell/ignore.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
crate | ||
receipient | ||
received | ||
receivedFrom | ||
ser | ||
readded | ||
re-use |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
codespell==2.2.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules | ||
dist | ||
coverage | ||
coverage | ||
*.cts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
typescript/sdk/src/cw-types/*.types.ts linguist-generated=true | ||
rust/chains/hyperlane-ethereum/abis/*.abi.json linguist-generated=true | ||
solidity/contracts/interfaces/avs/*.sol linguist-vendored=true | ||
solidity/contracts/avs/ECDSA*.sol linguist-vendored=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,29 @@ | ||
# File extension owners | ||
|
||
*.sol @yorhodes @asaj @tkporter | ||
*.ts @yorhodes @jmrossy @nambrot | ||
*.rs @mattiecnvr @tkporter @asaj | ||
*.md @Skunkchain @asaj | ||
*.sol @yorhodes @tkporter @aroralanuk @nbayindirli | ||
*.ts @yorhodes @jmrossy @nbayindirli | ||
*.rs @tkporter @daniel-savu | ||
*.md @Skunkchain @avious00 | ||
|
||
# Package owners | ||
|
||
## Contracts | ||
solidity/ @yorhodes @asaj @tkporter | ||
solidity/ @yorhodes @tkporter @aroralanuk @nbayindirli | ||
|
||
## Agents | ||
rust/ @mattiecnvr @tkporter @asaj | ||
rust/ @tkporter @daniel-savu | ||
|
||
## SDK | ||
typescript/sdk @yorhodes @jmrossy | ||
|
||
## Token | ||
typescript/token @yorhodes @jmrossy @tkporter | ||
typescript/token @yorhodes @jmrossy @tkporter @aroralanuk @nbayindirli | ||
|
||
## Hello World | ||
typescript/helloworld @yorhodes @nambrot | ||
typescript/helloworld @yorhodes | ||
|
||
## CLI | ||
typescript/cli @jmrossy @yorhodes @aroralanuk @nbayindirli | ||
|
||
## Infra | ||
typescript/infra @tkporter @asaj @mattiecnvr | ||
typescript/infra @tkporter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
## Problem | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
|
||
## Solution | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
## Nice to Have | ||
|
||
**Describe non-essential extensions to the solution** | ||
Additional features which should be implemented if they are easy to accommodate but otherwise can be skipped |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: 'Checkout Registry' | ||
description: 'Checkout the hyperlane-registry repository and move it to the parent directory' | ||
inputs: | ||
registry_version: | ||
description: 'Override the version of the hyperlane-registry to checkout' | ||
runs: | ||
using: 'composite' | ||
steps: | ||
- name: Read .registryrc if registry_version not provided | ||
shell: bash | ||
run: | | ||
if [ -z "${{ inputs.registry_version }}" ]; then | ||
REGISTRY_VERSION=$(cat .registryrc) | ||
echo "REGISTRY_VERSION=$REGISTRY_VERSION" >> $GITHUB_ENV | ||
else | ||
echo "REGISTRY_VERSION=${{ inputs.registry_version }}" >> $GITHUB_ENV | ||
fi | ||
- name: Checkout hyperlane-registry | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: hyperlane-xyz/hyperlane-registry | ||
ref: ${{ env.REGISTRY_VERSION }} | ||
path: ./hyperlane-registry | ||
|
||
- name: Move hyperlane-registry to parent directory | ||
shell: bash | ||
run: mv ./hyperlane-registry ../ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,33 @@ | ||
### Description | ||
|
||
_What's included in this PR?_ | ||
<!-- | ||
What's included in this PR? | ||
--> | ||
|
||
### Drive-by changes | ||
|
||
_Are there any minor or drive-by changes also included?_ | ||
<!-- | ||
Are there any minor or drive-by changes also included? | ||
--> | ||
|
||
### Related issues | ||
|
||
<!-- | ||
- Fixes #[issue number here] | ||
--> | ||
|
||
### Backward compatibility | ||
|
||
_Are these changes backward compatible?_ | ||
|
||
Yes | ||
No | ||
|
||
_Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling?_ | ||
|
||
None | ||
Yes | ||
<!-- | ||
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?_ | ||
<!-- | ||
What kind of testing have these changes undergone? | ||
None | ||
Manual | ||
Unit Tests | ||
None/Manual/Unit Tests | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# A Github action that using codespell to check spelling. | ||
# see .codespell/* for configs | ||
# https://github.com/codespell-project/codespell | ||
|
||
name: codespell | ||
|
||
on: | ||
# Triggers the workflow on push or pull request against main | ||
push: | ||
branches: [main] | ||
pull_request: | ||
branches: [main] | ||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
jobs: | ||
codespell: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: pip cache | ||
uses: actions/cache@v4 | ||
with: | ||
path: ~/.cache/pip | ||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} | ||
restore-keys: ${{ runner.os }}-pip- | ||
|
||
- name: Install prerequisites | ||
run: sudo pip install -r ./.codespell/requirements.txt | ||
|
||
- name: Spell check | ||
run: codespell --config=./.codespell/.codespellrc |
Oops, something went wrong.