From 12af0035eb41e4761a55f7657a31064e83fa5cae Mon Sep 17 00:00:00 2001 From: sashaodessa <140454972+sashaodessa@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:44:56 +0200 Subject: [PATCH 1/6] Update ucs03-channels.ts --- typescript-sdk/src/query/offchain/ucs03-channels.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript-sdk/src/query/offchain/ucs03-channels.ts b/typescript-sdk/src/query/offchain/ucs03-channels.ts index 76a9b07851..69ea0cbc56 100644 --- a/typescript-sdk/src/query/offchain/ucs03-channels.ts +++ b/typescript-sdk/src/query/offchain/ucs03-channels.ts @@ -92,7 +92,7 @@ export const getQuoteToken = async ( let wrappingTokens = wrapping.value.v1_ibc_union_tokens - // if it is, quote token is the unwrapped verison of the wrapped token. + // if it is, quote token is the unwrapped version of the wrapped token. // @ts-expect-error if (wrappingTokens.length > 0) { // @ts-expect-error From 69bf9865738e73ba9b03664175c20cfe6f3c0437 Mon Sep 17 00:00:00 2001 From: sashaodessa <140454972+sashaodessa@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:45:19 +0200 Subject: [PATCH 2/6] Update index.ts --- typescript-sdk/src/utilities/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript-sdk/src/utilities/index.ts b/typescript-sdk/src/utilities/index.ts index bcfbf9b164..8f4c20bd84 100644 --- a/typescript-sdk/src/utilities/index.ts +++ b/typescript-sdk/src/utilities/index.ts @@ -28,7 +28,7 @@ export function raise(error: unknown): never { /** * generates salts to be used on transfer submission - * used to prevent transfer hash colissions + * used to prevent transfer hash collisions */ export function generateSalt(): Hex { const rawSalt = new Uint8Array(32) From 765d7ec070ba522ec99b7b0824c8c0af19527cf9 Mon Sep 17 00:00:00 2001 From: sashaodessa <140454972+sashaodessa@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:45:46 +0200 Subject: [PATCH 3/6] Update validator.rs --- lib/unionlabs/src/cosmos/staking/validator.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unionlabs/src/cosmos/staking/validator.rs b/lib/unionlabs/src/cosmos/staking/validator.rs index 27c98d72e1..630cf48241 100644 --- a/lib/unionlabs/src/cosmos/staking/validator.rs +++ b/lib/unionlabs/src/cosmos/staking/validator.rs @@ -46,7 +46,7 @@ pub struct Validator { pub min_self_delegation: String, /// strictly positive if this validator's unbonding has been stopped by external modules pub unbonding_on_hold_ref_count: i64, - /// list of unbonding ids, each uniquely identifing an unbonding of this validator + /// list of unbonding ids, each uniquely identifying an unbonding of this validator pub unbonding_ids: Vec, } From a0bd533bdd054930c1cf3d70f0de10f3a74189b2 Mon Sep 17 00:00:00 2001 From: sashaodessa <140454972+sashaodessa@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:46:27 +0200 Subject: [PATCH 4/6] Update README.md --- voyager/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voyager/README.md b/voyager/README.md index 9b4b62cc53..023ed2fae0 100644 --- a/voyager/README.md +++ b/voyager/README.md @@ -10,7 +10,7 @@ which being: ordered channels, as a channel will be closed if a packet on it times out. - **Quick Startup Times.** RPCs are unreliable, and it's incredibly difficult to build around every possible failure case - especially when connecting to multiple different chains. Even with proper - error handling and retry logic, in the event of a crash, startup time should be miniscule (see: + error handling and retry logic, in the event of a crash, startup time should be minuscule (see: ) Voyager takes a novel approach to solving these problems. Internally, everything is modeled as a From 1b60c7598463816acf5c22377f1be64bb8a2f759 Mon Sep 17 00:00:00 2001 From: sashaodessa <140454972+sashaodessa@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:46:56 +0200 Subject: [PATCH 5/6] Update union.ics23.v1.rs --- generated/rust/protos/src/union.ics23.v1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generated/rust/protos/src/union.ics23.v1.rs b/generated/rust/protos/src/union.ics23.v1.rs index ff7256c490..61cef731f3 100644 --- a/generated/rust/protos/src/union.ics23.v1.rs +++ b/generated/rust/protos/src/union.ics23.v1.rs @@ -1,6 +1,6 @@ /// * /// ExistenceProof takes a key and a value and a set of steps to perform on it. -/// The result of peforming all these steps will provide a "root hash", which can +/// The result of performing all these steps will provide a "root hash", which can /// be compared to the value in a header. /// /// Since it is computationally infeasible to produce a hash collission for any of the used From 4ca75d538c4ed00175925d7d5ccaa8233d69a266 Mon Sep 17 00:00:00 2001 From: sashaodessa <140454972+sashaodessa@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:47:35 +0200 Subject: [PATCH 6/6] Update cosmos.tx.v1beta1.rs --- generated/rust/protos/src/cosmos.tx.v1beta1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generated/rust/protos/src/cosmos.tx.v1beta1.rs b/generated/rust/protos/src/cosmos.tx.v1beta1.rs index f724c571e4..e6d032906a 100644 --- a/generated/rust/protos/src/cosmos.tx.v1beta1.rs +++ b/generated/rust/protos/src/cosmos.tx.v1beta1.rs @@ -90,7 +90,7 @@ pub struct BroadcastTxResponse { } /// Fee includes the amount of coins paid in fees and the maximum /// gas to be used by the transaction. The ratio yields an effective "gasprice", -/// which must be above some miminum to be accepted into the mempool. +/// which must be above some minimum to be accepted into the mempool. #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, :: prost :: Message)] pub struct Fee {