Releases: interlay/interbtc-clients
Releases · interlay/interbtc-clients
0.8.1
0.8.1 (2021-07-14)
Chore
- remove ssh pre-requisite in before_script
0.8.0
0.8.0 (2021-07-14)
Chore
- upgrade parachain to 0.8.0
- add new interbtc banner
- upgrade to polkadot-v0.9.7
- don't log regalloc messages
- upgrade parachain with relay pallet
- remove ssh-agent from workflow
- upgrade parachain and rename telemetry
- remove old branding banner
- allow upper case acronyms for currency id
- deprecate (remove) unused testdata-gen tool
- upgrade to polkadot-v0.9.5
Chore
- publish rustdoc
- import github ssh key for gitlab-ci
- webfactory/ssh-agent github action for access to interbtc git
Feat
- integrate orml-tokens into runtime
Fix
- block version should be at least 4
- remove check that opentime must be smaller than current height; this is no longer necessary
- take bitcoin height into account for cancellation
- take bitcoin height into account for execution
- use redeem amount from request
- update issue, redeem and refund events to include btc fees
- use accountdata struct from orml-tokens
- integration tests and runtime types
- only impl relay error partialeq on test
Refactor
- use vault-registry rpc to compute collateral
- InterBTC -> interBTC
- relayer components should be configurable
- submit full exchange rate to oracle
- relayer config naming
- merge relayer client into vault
- merge relay and core crates
Test
- fix broken cancellation test by mining bitcoin blocks
0.7.11
0.7.11 (2021-06-08)
Chore
Chore
Fix
- rescan bitcoin chain on restart to add any missed wallet addresses
- on resume try to execute paid redeem/replaces
- rpc requests should use finalized blocks
Refactor
- rename polkabtc -> interbtc
0.7.10
0.7.10 (2021-06-04)
Chore
- add rust-toolchain override file
Fix
- fix calculation of max collateral when none is supplied
- only deposit 2/3 of vault allowance from faucet
Refactor
- remove unused errors
- use account's free balance if maximum_collateral is None
Test
0.7.5
0.7.5 (2021-05-26)
Beta V2
0.7.2
0.7.2 (2021-05-26)
Chore
- Disable Windows builds in gitlab-ci
- Disable Windows builds in gitlab-ci
Refactor
- polka_btc_connection_timeout_ms > btc_parachain_connection_timeout_ms
- refresh readmes, use --btc-parachain-url for connection
- specific faucet funding errors, only update claim on success
0.6.4
0.6.4 (2021-05-12)
Chore
- improve logging of AccountId and H256
Chore
- update github release process
Refactor
- log network encoded bitcoin addresses in vault client
- propogate reason for invalid transaction
- only throw execute retry on rpc disconnect
- handle errors in redeem retry
0.6.3
0.6.3 (2021-05-10)
Fix
- restart clients on any rpc error
Refactor
- remove staked-relayer voting
- connect bitcoin-core in service, restart on initial errors
- don't use service manager for faucet