-
# Problem
ICS e2e testing uses a long bash script to initialize the testing environment.
Although there is nothing wrong with using bash scripts they quickly become poorly maintained due to their imp…
-
## What is the Problem Being Solved?
In the 0.47 cosmos-sdk release, they made a number of changes in proto-handling. There is greater reliance on using the `buf` tool for managing proto dependenci…
-
## What is the Problem Being Solved?
This tracks the agoric-sdk work for #8225.
See also #9180 for considerations specific to the upgrade handler.
## Description of the Design
See https://…
-
The interchain is growing where it can be overwhelming to get a grasp on what chains are part of the interchain, what security models are available to use, i.e. what your options are as a user/dev.
…
-
## Summary
I propose we add a test (using interchain test) to test ledger support.
This would not be run on PRs, but would be something that can be manually triggered. I experimented br…
-
## What is the Problem Being Solved?
Many external users treat mainnet as a generic Cosmos-sdk-based chain using Cosmos tools. The Cosmos external interface evolves over time, so knowing the partic…
-
Take this module:
```
module test {
var x: int
action init = x' = 1
action inc = x' = x + 1
action failAction =
all {
false,
x' = 0
…
-
# Problem
When a user sends a query they should be informed about any errors that happened during query execution.
At present, queries that use iterators will return partial output in case of lo…
-
Issues can easily be deleted on Github, and Interchain foundation funded teams have often deleted issues I have opened. This is a backup of the issue on the cosmos hub:
## this is what security.…
-
## What is the Problem Being Solved?
As a developer using the Orchestration API, I want to be able to query state on remote chains that do not have the `async-icq` module enabled. #9198 gives me su…