Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ltyu committed May 2, 2024
2 parents e140813 + 8246f14 commit 9b0a464
Show file tree
Hide file tree
Showing 221 changed files with 3,382 additions and 5,475 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-kings-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/sdk': minor
---

Adds modular transaction submission support for SDK clients, e.g. CLI.
6 changes: 6 additions & 0 deletions .changeset/chilled-lamps-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@hyperlane-xyz/infra': patch
'@hyperlane-xyz/sdk': patch
---

Removes Gnosis safe util from infra in favor of SDK
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
5 changes: 5 additions & 0 deletions .changeset/wet-ghosts-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/cli': patch
---

Adds defaultDescription to yargs --key option.
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
2 changes: 2 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

yarn lint-staged

echo "📝 If you haven't yet, please add a changeset for your changes via 'yarn changeset'"

# if any *.rs files have changed
if git diff --staged --exit-code --name-only | grep -q -E ".*\.rs$"; then
echo "Running cargo fmt pre-commit hook"
Expand Down
Loading

0 comments on commit 9b0a464

Please sign in to comment.