Skip to content

0.7.1

Compare
Choose a tag to compare
@ns212 ns212 released this 24 May 12:23
· 2399 commits to master since this release
5d0df77

0.7.1 (2021-05-24)

Chore

  • Remove unused SlashingError member
  • upgrade rococo-v1 dependencies to polkadot-v0.9.1
  • upgrade crate versions to 0.7.0
  • remove all runtime upgrades

Doc

  • remove duplicate (outdated) comments
  • add radicle

Feat

  • implement scriptSig builders for the public key type
  • Deposit nominated collateral
  • implement reward crate for constant-time distribution
  • slashable vault for scalable nominator slashing

Fix

  • expose rpc handlers
  • initialize liquidationVaultId
  • use local cumulus import queue
  • don't subtract to-be-redeemed in liquidation threshold check

Refactor

  • upgrade parachain-tokens to FRAME v2
  • lockAdditionalCollateral > depositCollateral
  • convert exchange rate oracle pallet to FRAME v2
  • trim btc-relay mock runtime
  • rename currency type alias
  • remove unused sla rpc crate
  • rename slash_collateral to transfer_funds
  • trim nomination pallet for vault improvements