-
Node cannot get any parachain peers after upgrading to version 1.25.0, downgrading to 1.24.1 solves the issue.
Ubuntu 22.04 LTS
Binary: version1.25.0
Execute command:
ExecStart=/path/interbt…
-
**Describe the bug**
A recent parachain update changed the supported runtime-api version for `transactionPaymentApi`.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://kintnet.i…
-
Required data-points:
- Repaid debt amount and token
- Seized collateral amount and token
- Cost of liquidation amount and token
- Timestamp
- Transaction id (extrinsic)
The USD amounts are no…
-
Add earned interest for supply positions. If it's too complex we can track only total deposited amount in underlying asset by updating state on each supply/withdrawal from market.
https://discord.…
-
I am mocking a method that is async. The mocked method is called in context of a timeout (from tokio). I would like to add a delay to the mocked return value. Something like this:
```rs
port.expec…
-
**Describe the solution you'd like**
Transactions should be dry-run before submission so that user is aware there is high possibility of transaction failing. From UX perspective we can warn the user …
-
**Describe the bug**
When I try upgrading to [1.22.1](https://github.com/interlay/interbtc-clients/releases/tag/1.22.1), I run into GLIBC compatibility issues. Has something changed in this release a…
-
**Is your feature request related to a problem? Please describe.**
Developing smart contracts with Bitcoin capabilities relies on using Solidity and the EVM mostly. We can offer developers Rust contra…
-
Command use to run the node
```
docker run --network=host interlayhq/interbtc:1.25.0-rc1 --dev --instant-seal
```
Subxt version
```
subxt-cli 0.30.1-unknown
```
Command use to generate m…
-
**Describe the bug**
Kintsugi and Interlay are both hanging at the 'Loading accounts' screen on initial load. This is fixed with a refresh. At first we thought this was an issue on mainnet only, but …