Skip to content

Releases: interlay/interbtc-clients

0.8.1

15 Jul 08:31
8ef79b0
Compare
Choose a tag to compare

0.8.1 (2021-07-14)

Chore

  • remove ssh pre-requisite in before_script

0.8.0

15 Jul 08:30
2caf0a1
Compare
Choose a tag to compare

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

10 Jun 08:43
0.7.11
5b1c584
Compare
Choose a tag to compare

0.7.11 (2021-06-08)

Chore

  • fix clippy warnings

Chore

  • github actions

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

04 Jun 12:51
0.7.10
fda548f
Compare
Choose a tag to compare

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

  • fix broken test

0.7.9

01 Jun 14:39
0.7.9
1b5ce45
Compare
Choose a tag to compare

0.7.9 (2021-06-01)

0.7.6

27 May 18:01
fdae72a
Compare
Choose a tag to compare

0.7.6 (2021-05-27)

Chore

  • disable broken test

0.7.5

27 May 16:12
4ba028b
Compare
Choose a tag to compare

0.7.5 (2021-05-26)

Beta V2

0.7.2

26 May 12:24
e7a13a4
Compare
Choose a tag to compare

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

20 May 08:36
6a953b8
Compare
Choose a tag to compare

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

11 May 08:35
4f99696
Compare
Choose a tag to compare

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