Skip to content

Commit 91b6abe

Browse files
Merge remote-tracking branch 'origin/feat/starknet-core-abi-exports' into feat/starknet-utils
2 parents 1f989d6 + 0eb975f commit 91b6abe

132 files changed

Lines changed: 5860 additions & 1463 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/chilly-lizards-watch.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@hyperlane-xyz/cosmos-sdk': minor
3+
'@hyperlane-xyz/sdk': minor
4+
---
5+
6+
Add Cosmos Native ISM Reader & Module

.changeset/curly-bobcats-doubt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hyperlane-xyz/cli": patch
3+
---
4+
5+
Remove outputting isNft in warp init config

.changeset/little-houses-crash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hyperlane-xyz/cli': minor
3+
---
4+
5+
Refactored warp route configuration functions to use object parameters instead of positional parameters for improved clarity and flexibility.

.changeset/loose-numbers-tease.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@hyperlane-xyz/helloworld': minor
3+
'@hyperlane-xyz/widgets': minor
4+
'@hyperlane-xyz/infra': minor
5+
'@hyperlane-xyz/cli': minor
6+
---
7+
8+
Upgraded @hyperlane-xyz/registry to v14.0.0 and updated warp route config API usage.

.changeset/modern-owls-beam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hyperlane-xyz/sdk': minor
3+
---
4+
5+
Add HookModule.resolveHookAddresses() to resolve all HookConfig addresses

.changeset/nasty-bugs-cross.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hyperlane-xyz/sdk': patch
3+
---
4+
5+
Pass remote chain to adjustForPrecisionLoss for better error logging

.changeset/soft-foxes-sit.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@hyperlane-xyz/cli': minor
3+
'@hyperlane-xyz/sdk': minor
4+
---
5+
6+
Enables the CLI to warp check routes that include non EVM routes

.changeset/wise-hairs-hope.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hyperlane-xyz/sdk': minor
3+
---
4+
5+
Adds fiatCollateral token on chain config derivation logic as it was incorrectly inferred as collateral

.changeset/yummy-toes-pick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hyperlane-xyz/sdk': minor
3+
---
4+
5+
add cosmos native hook module & reader

.gitleaks.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,13 @@ keywords = [
8686
"grove.city"
8787
]
8888
tags = ["key", "Grove City"]
89+
90+
[[rules]]
91+
id = "ccvalidators-api-key"
92+
description = "CryptoCrew API Key"
93+
regex = '''https://(rpc|grpc|rest)\.[a-zA-Z0-9-]+\.ccvalidators\.com:?[0-9]*/?[a-zA-Z0-9-]*'''
94+
keywords = [
95+
"ccvalidators",
96+
"ccvalidators.com"
97+
]
98+
tags = ["key", "Crypto Crew"]

0 commit comments

Comments
 (0)