Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/rust/protos/src/cosmos.tx.v1beta1.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion generated/rust/protos/src/union.ics23.v1.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/unionlabs/src/cosmos/staking/validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<u64>,
}

Expand Down
2 changes: 1 addition & 1 deletion typescript-sdk/src/query/offchain/ucs03-channels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion typescript-sdk/src/utilities/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion voyager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<https://github.com/clemensgg/xion-relayer-postmortem>)

Voyager takes a novel approach to solving these problems. Internally, everything is modeled as a
Expand Down