-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mattupham/fe 1077 v26 fe tasks (#3843)
* feat: adding ledger support to 1CT * fix: make hash optional for TransactionRow type * Add timeout * Update default timeout height offset * Update OSMOSIS_COMMIT_HASH * Revert "(1CT) Add Ledger Coming Soon Copy (#3554)" This reverts commit 94f041a. * Remove ledger paragraph * Clean up paragraph spacing * Update protos * Temp commit - snapshot of working progress * Update 1ct session allowed functions * get feature flags ready for launch * Clean up for launch * remove log * Fix type issues related to telescope --------- Co-authored-by: ghost <[email protected]>
- Loading branch information
Showing
114 changed files
with
3,376 additions
and
979 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,67 @@ | ||
//@ts-nocheck | ||
import * as _55 from "./auth/v1beta1/auth"; | ||
import * as _56 from "./auth/v1beta1/genesis"; | ||
import * as _57 from "./bank/v1beta1/authz"; | ||
import * as _58 from "./bank/v1beta1/bank"; | ||
import * as _59 from "./bank/v1beta1/genesis"; | ||
import * as _60 from "./bank/v1beta1/tx"; | ||
import * as _111 from "./bank/v1beta1/tx.amino"; | ||
import * as _114 from "./bank/v1beta1/tx.registry"; | ||
import * as _61 from "./base/query/v1beta1/pagination"; | ||
import * as _62 from "./base/v1beta1/coin"; | ||
import * as _63 from "./staking/v1beta1/authz"; | ||
import * as _64 from "./staking/v1beta1/genesis"; | ||
import * as _65 from "./staking/v1beta1/staking"; | ||
import * as _66 from "./staking/v1beta1/tx"; | ||
import * as _112 from "./staking/v1beta1/tx.amino"; | ||
import * as _115 from "./staking/v1beta1/tx.registry"; | ||
import * as _67 from "./upgrade/v1beta1/tx"; | ||
import * as _113 from "./upgrade/v1beta1/tx.amino"; | ||
import * as _116 from "./upgrade/v1beta1/tx.registry"; | ||
import * as _68 from "./upgrade/v1beta1/upgrade"; | ||
import * as _57 from "./auth/v1beta1/auth"; | ||
import * as _58 from "./auth/v1beta1/genesis"; | ||
import * as _59 from "./bank/v1beta1/authz"; | ||
import * as _60 from "./bank/v1beta1/bank"; | ||
import * as _61 from "./bank/v1beta1/genesis"; | ||
import * as _62 from "./bank/v1beta1/tx"; | ||
import * as _113 from "./bank/v1beta1/tx.amino"; | ||
import * as _116 from "./bank/v1beta1/tx.registry"; | ||
import * as _63 from "./base/query/v1beta1/pagination"; | ||
import * as _64 from "./base/v1beta1/coin"; | ||
import * as _65 from "./staking/v1beta1/authz"; | ||
import * as _66 from "./staking/v1beta1/genesis"; | ||
import * as _67 from "./staking/v1beta1/staking"; | ||
import * as _68 from "./staking/v1beta1/tx"; | ||
import * as _114 from "./staking/v1beta1/tx.amino"; | ||
import * as _117 from "./staking/v1beta1/tx.registry"; | ||
import * as _69 from "./upgrade/v1beta1/tx"; | ||
import * as _115 from "./upgrade/v1beta1/tx.amino"; | ||
import * as _118 from "./upgrade/v1beta1/tx.registry"; | ||
import * as _70 from "./upgrade/v1beta1/upgrade"; | ||
export namespace cosmos { | ||
export namespace auth { | ||
export const v1beta1 = { | ||
..._55, | ||
..._56, | ||
..._57, | ||
..._58, | ||
}; | ||
} | ||
export namespace bank { | ||
export const v1beta1 = { | ||
..._57, | ||
..._58, | ||
..._59, | ||
..._60, | ||
..._111, | ||
..._114, | ||
..._61, | ||
..._62, | ||
..._113, | ||
..._116, | ||
}; | ||
} | ||
export namespace base { | ||
export namespace query { | ||
export const v1beta1 = { | ||
..._61, | ||
..._63, | ||
}; | ||
} | ||
export const v1beta1 = { | ||
..._62, | ||
..._64, | ||
}; | ||
} | ||
export namespace staking { | ||
export const v1beta1 = { | ||
..._63, | ||
..._64, | ||
..._65, | ||
..._66, | ||
..._112, | ||
..._115, | ||
..._67, | ||
..._68, | ||
..._114, | ||
..._117, | ||
}; | ||
} | ||
export namespace upgrade { | ||
export const v1beta1 = { | ||
..._67, | ||
..._68, | ||
..._113, | ||
..._116, | ||
..._69, | ||
..._70, | ||
..._115, | ||
..._118, | ||
}; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.