Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/kunal/sdk-update-routing-ism' in…
Browse files Browse the repository at this point in the history
…to kunal/sdk-update-routing-ism
  • Loading branch information
aroralanuk committed Dec 13, 2023
2 parents 3b838c8 + c925c09 commit 9f92581
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .changeset/breezy-bats-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
'@hyperlane-xyz/sdk': patch
---

Granular control of uupdating predeployed routingIsms based on routing config mismatch
Granular control of updating predeployed routingIsms based on routing config mismatch
- Add support for routingIsmDelta which filters out the incompatibility between the onchain deployed config and the desired config.
- Based on the above, you either update the deployed Ism with new routes, delete old routes, change owners, etc.
- `moduleMatchesConfig` uses the same
2 changes: 1 addition & 1 deletion typescript/sdk/src/ism/HyperlaneIsmFactory.hardhat-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describe('HyperlaneIsmFactory', async () => {
}

for (const type of [IsmType.ROUTING, IsmType.FALLBACK_ROUTING]) {
it('deploys routingIsm with correct routes', async () => {
it(`deploys ${type} routingIsm with correct routes`, async () => {
exampleRoutingConfig.type = type as
| IsmType.ROUTING
| IsmType.FALLBACK_ROUTING;
Expand Down

0 comments on commit 9f92581

Please sign in to comment.