-
## Description
The vault logs uses prefix `42` instead of whichever chain it is connected to e.g. `2092` for kintsugi.
**Tested against**: `kintsugi main net`, vault is successfully integrated to…
-
We need to configure `mock.rs` and `tests.rs` with the pallets that we want to include in our mocked runtime, in order to start writing tests for the pallet.
-
Our [clients](https://github.com/interlay/interbtc-clients) use the static metadata as the source of truth, but I've noticed more recently that some aspects of subxt (constants and errors) prefer to d…
-
related https://github.com/parallel-finance/parallel/pull/1904
```
relaychain:
image: parallelfinance/polkadot:v0.9.28
chain: polkadot-local
runtimeGenesisConfig:
hrmp:
preopenH…
-
@niklasad1 perhaps you can help with this, I'm trying to integrate the embedded client as per [your suggestion](https://github.com/paritytech/subxt/pull/341#issuecomment-1029071793) but I'm getting th…
-
During the development of the vault client we encountered the following error:
```
WARN vault::deposit: Failed to process transaction: RuntimeError(SubxtBasicError(Rpc(Request("{\"jsonrpc\":\"2.0\",…
-
Hi guys,
I want to check KINT balance. Can you tell me where i do mistakes?
const { ApiPromise } = require('@polkadot/api');
const { createInterbtcAPI } = require('@interlay/interbtc');
const ac…
-
On Kintsugi, no fee estimate is shown when trying to submit an extrinsic, [easiliy reproducible here](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fapi-kusama.interlay.io%2Fparachain#/extrinsics). On …
-
resolve this compile error:
```
error: failed to select a version for `parity-util-mem`.
... required by package `sp-core v6.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.18…
-
**Describe the bug**
I cannot get `cargo build` to work. I've tried on two different architectures
**To Reproduce**
```sh
git clone git@github.com:interlay/interbtc.git
git checkout tags/1.…