Skip to content

0.10.0

Compare
Choose a tag to compare
@ns212 ns212 released this 09 Aug 11:21
· 2048 commits to master since this release
cd2a3a2

0.10.0 (2021-08-09)

Chore

  • upgrade all crates to 0.10.0
  • better griefing_collateral variable naming
  • use uniform pre/post condition comments
  • change spec name from BTC Parachain to InterBTC Parachain
  • add refund integration tests based on spec conditions
  • add doc comments to all primitive types
  • add refund unit tests based on spec conditions
  • cleanup dependencies
  • remove checked math from integration tests

Feat

  • oracle medianizing

Fix

  • don't withdraw stake if amount is zero
  • make feed_values weight depend on vec length
  • make sure that parachain is started with oracle offline

Refactor

  • vault can self-redeem without fees
  • vault should always be slashed first
  • use feed_values also for bitcoin fee estimates
  • place issue/redeem/replace/refund request in primitives
  • bind reward config to vault-registry

Test

  • total interbtc supply increases on refund