-
I have a question to ask. I didn't encounter this error when creating a trading pair between JUNO and OSMO. However, when I tried creating a trading pair between OSMO and Injective, I encountered an e…
-
Building with goreleaser is broken on main. Running
```
goreleaser build --snapshot --clean
```
results in
```
error=failed to build for darwin_amd64_v1: exit status 1: # github.com/stra…
-
I am using grpc to connect to cosmos blockchain, some blockchain works well while others fail
3.1.0
## Repro steps
working urls
----------------------
1. grpc.osmotest5.osmosis.zone
2. r…
-
The following input:
```java
class C {
/*@
requires arr != null;
requires Value(arr[*]);
requires (\forall* int k = 0 .. arr.length; Value(arr[k].arr[*]));
pure int mySum2(D[] arr) = …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### have you checked our wiki for common solutions?
- [X] I have searched the wiki or docs
### Bridge Experience
…
-
Review the routes to select test tokens to enable bridge on injective testnet from inj to inevm as shown below.
![Screenshot_20240317-133620](https://github.com/hyperlane-xyz/hyperlane-warp-ui-templ…
-
In [this comment](https://github.com/pi-base/data/pull/547#issuecomment-1920580779) @marswill suggested introducing the notion of "totally arc disconnected", as it would allow to unify some theorems r…
-
### Prerequisites
- [X] I am running the [latest CosmPy version](https://docs.fetch.ai/CosmPy/#version).
- [X] I checked the [documentation](http://docs.fetch.ai/CosmPy/) and found no answer to my pr…
-
Given table definition
`CREATE TABLE t ( A UInt32, B UInt32, C UInt32, D UInt32) ENGINE = MergeTree() PARTITION BY toUInt32(A / 128) ORDER BY (A, C, D) SETTINGS index_granularity = 8192`
And ~160bn …
-
Consider:
```agda
data Wrap (A : Set) : Set where
wrap : A -> Wrap A
unwrap : (A : Set) -> Wrap A -> A
unwrap A (wrap x) = x
```
This fails the injectivity analysis since `varToArg`
https:…