Skip to content

0.5.11

Compare
Choose a tag to compare
@nud3l nud3l released this 16 Mar 18:06
· 1200 commits to master since this release
f92c3dc

0.5.11 (2021-03-16)

Feat

  • handle reconnects in vault client
  • handle reconnects in faucet client
  • handle reconnects in staked-relayer client

Refactor

  • cli options for manager can be reused
  • match duplicate block relay error and log
  • simplify usage of arc
  • move relayer-core to staked-relayer crate

Fix

  • don't start the vault if liquidated
  • return only active vaults (for liquidation)
  • debug log if vault has insufficient funds on auction replace
  • match issue completed error and log info
  • subscription id not dropped if max notifs exceeded
  • re-enable execution tests
  • use correct vault amount in auction replace check

Chore

  • upgrade jsonrpsee-v2 and subxt
  • point to parachain master
  • add rustfmt config
  • tidy up dependencies