Skip to content

Commit

Permalink
Merge branch 'main' of github.com:abacus-network/abacus-monorepo into…
Browse files Browse the repository at this point in the history
… trevor/helm-always-get-endpoint-and-endpoints
  • Loading branch information
tkporter committed May 1, 2024
2 parents 8c08ba8 + 3528b28 commit 36bb69f
Show file tree
Hide file tree
Showing 219 changed files with 4,310 additions and 5,604 deletions.
7 changes: 7 additions & 0 deletions .changeset/cool-readers-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@hyperlane-xyz/sdk': minor
---

Added RPC `concurrency` property to `ChainMetadata`.
Added `CrudModule` abstraction and related types.
Removed `Fuel` ProtocolType.
5 changes: 5 additions & 0 deletions .changeset/eight-cherries-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/sdk': minor
---

Add EvmERC20WarpRouterReader to derive WarpConfig from TokenRouter address
2 changes: 1 addition & 1 deletion .changeset/khaki-days-float.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@hyperlane-xyz/sdk": patch
'@hyperlane-xyz/sdk': patch
---

Allow gasLimit overrides in the SDK/CLI for deploy txs
5 changes: 5 additions & 0 deletions .changeset/moody-colts-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/sdk': minor
---

Remove consts such as chainMetadata from SDK
5 changes: 5 additions & 0 deletions .changeset/nine-masks-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/cli': minor
---

Restructure CLI params around registries
100 changes: 0 additions & 100 deletions .github/workflows/cron.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: 18.x

- name: Install Dependencies
run: yarn
run: yarn install --immutable

- name: Create Release PR or Publish to NPM
id: changesets
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
LOG_FORMAT: PRETTY
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
REGISTRY_URI: ../../node_modules/@hyperlane-xyz/registry/dist

jobs:
yarn-install:
Expand Down
Loading

0 comments on commit 36bb69f

Please sign in to comment.