-
Hi everyone,
We did a PR last week [#229 ](https://github.com/InjectiveLabs/injective-ts/pull/229) to add an icon on our validator. The pR was merged but not sure if a new release of the hub has be…
-
Hi,
I'm a little confused about the injective mapping $\Pi_I$ after reading the Instance Loss paragraph. I could not find more details about it in the paper. Could you please explain the objective…
-
## Overview
Alot of the chains are not able to support `cosmjs` facuet, which causes the issues around scaling.
## Proposal
Create a custom go facuet binary that runs inside the docker image of t…
-
We currently pass in `i32` for chain enum types like the order type or cancellation strategy. Wonder if we instead could use a Rust enum type or use some kind of alias to actually know what the i32 st…
-
Implement first version of the orderbook arbitrage between a AMM dex and an Orderbook. Make sure it uses proper abstractions so it could be used for different orderbooks if possible.
-
### Prerequisites
- [X] I am running the [latest fetchd version](https://docs.fetch.ai/ledger_v2/versions/).
- [X] I checked the [documentation](https://docs.fetch.ai/ledger_v2/cli-introduction/) and…
-
Hi,
thanks to your great work, I am just copy the pmf code and use it in refinement of the example code of PyFM, it seems the code doesnt work.
![IMG_20231214_185435](https://github.com/alexanderb…
-
specifically the error is
```
error[E0432]: unresolved import `test_helpers::testing_helpers`
--> /Users/ewoolsey/.cargo/registry/src/github.com-1ecc6299db9ec823/injective-cosmwasm-0.2.1/src/lib.…
-
`Fingerprint::combine` is not a cryptographic hash, so when we use it we might lose the "cryptographic" guarantee of collision safety. Potentially even worse, `Fingerprint::combine` is associative: `F…
-
I have this code on the ESP32-C3 board (CP 9.1-beta)
```Python
async def get_data():
pool = socketpool.SocketPool(wifi.radio)
session = requests.Session(pool, ssl.create_default_context(…