Releases: interlay/interbtc-clients
Releases · interlay/interbtc-clients
0.5.7
0.5.7 (2021-03-03)
Feat
- check for old redeem requests in vault system health check
- add info logs before and after parachain connect
- add more logging to faucet client
Refactor
- better system health check with timeout
- move runtime types to separate file
0.5.6
0.5.6 (2021-03-03)
Feat
- connect to bitcoin with retry
- connect to parachain with retry
0.5.5
0.5.5 (2021-03-02)
Chore
- log received errors as DEBUG rather than ERROR
- remove unmaintained helm charts
Feat
- add info logs before and after parachain connect
- add more logging to faucet client
0.5.4
0.5.4 (2021-03-01)
Feat
- require a configurable amount of confirmations before relaying block
Fix
- establish parachain connection after bitcoind sync to avoid timeout
0.5.3
0.5.3 (2021-02-26)
Chore
- remove docker-compose files
Chore
- fix path to gh binary in Jenkinsfile
Fix
- gitlab -> github
- update btc_relay and sla event types
0.5.2
0.5.2 (2021-02-26)
Chore
- create github release for tagged commits (#6)
Feat
- staked-relayer and vault clients now wait for Bitcoin to sync
Fix
- add VaultStatus to core types
0.5.1
0.5.1 (2021-02-24)
Chore
- bump docker-compose to 0.5.1
Feat
- scripts to register multiple vaults & staked relayers (#5)
- add polkadot types to core
Refactor
- update readmes, enable tls for faucet conn, improve docker-compose
- renable concurrent signing on rpc
Fee Model Release
This release includes the addition of the fee model and SLAs into the clients.
Features
- Vaults: Vaults are being paid a fee on issue and redeem
- Vaults: Vaults can increase their SLA by automatically completing issue requests
- Staked Relayers: staked relayers are being paid a fee on issue and redeem
Fixes
- All clients: adopting
FixedPoint
notation in most places to unify the handling of floating-point operations
Feedback
If you have any feedback, please reach out on Discord.