-
**Is your feature request related to a problem? Please describe.**
Vaults are currently using Bitcoin core 22. Bitcoin core 24 comes with support for more features and in the spirit of keeping depe…
-
**Describe the bug**
A user has reported that our dApp is not connecting to Nova wallet
**To Reproduce**
Steps to reproduce the behavior:
1. Install Nova
2. Navigate to app.interlay.io from wit…
-
Currently, the `loans` pallet only allows for setting a single global currency for subsidy rewards. Look into what implementing multiple subsidy currencies (possibly per-market) entails.
-
**Is your feature request related to a problem? Please describe.**
The compound interest formula uses `saturating_pow`, which can iterate 32 times in the worst case. Lending interest is accrued by ex…
-
## Goal
Add a `vaults` endpoint where we can the data available at https://app.interlay.io/dashboard/vaults
## Implementation
Vaults have:
- AccountId
- Identity
- Locked collateral (upd…
-
**Is your feature request related to a problem? Please describe.**
A key use case for building smart contracts on Interlay will be the ability to read trustlessly from Bitcoin via the BTC light clien…
-
The latest subxt release ([`v0.29.0`](https://github.com/paritytech/subxt/releases/tag/v0.29.0)) includes support for metadata v15 and generating a runtime API interface. See [this PR](https://github.…
-
Vaults are slashed on redeem failure, do we also need to ban them for 24h?
-
I've been experimenting with the `sc-consensus-manual-seal` pallet and since instant-seal doesn't finalize blocks, I wrote a wrapper around manual-seal. I used the `run_instant_seal` function (https:/…
-
Can't find a way to replicate this issue minimally, so here are the setup instructions.
### Setup
```shell
git clone git@github.com:interlay/interbtc.git
git checkout 73ddda2210618c3becd76…