Skip to content

Commit

Permalink
Merge main to v3 (#2812)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes authored Oct 17, 2023
1 parent 9168cca commit 1d18549
Show file tree
Hide file tree
Showing 193 changed files with 7,210 additions and 2,487 deletions.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*.sol @yorhodes @tkporter @aroralanuk
*.ts @yorhodes @jmrossy @nambrot
*.rs @mattiecnvr @tkporter @daniel-savu
*.rs @tkporter @daniel-savu
*.md @Skunkchain @nambrot @avious00

# Package owners
Expand All @@ -11,7 +11,7 @@
solidity/ @yorhodes @tkporter @aroralanuk

## Agents
rust/ @mattiecnvr @tkporter @daniel-savu
rust/ @tkporter @daniel-savu

## SDK
typescript/sdk @yorhodes @jmrossy
Expand All @@ -23,4 +23,4 @@ typescript/token @yorhodes @jmrossy @tkporter @aroralanuk
typescript/helloworld @yorhodes @nambrot

## Infra
typescript/infra @tkporter @nambrot @mattiecnvr
typescript/infra @tkporter @nambrot
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Hyperlane is an interchain messaging protocol that allows applications to commun

Developers can use Hyperlane to share state between blockchains, allowing them to build interchain applications that live natively across multiple chains.

To read more about interchain applications, how the protocol works, and how to integrate with Hyperlane, please see the [documentation](https://docs.hyperlane.xyz/).
To read more about interchain applications, how the protocol works, and how to integrate with Hyperlane, please see the [documentation](https://docs.hyperlane.xyz).

## Working on Hyperlane

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.71.1"
channel = "1.72.1"
profile = "default"
Loading

0 comments on commit 1d18549

Please sign in to comment.