Skip to content

v0.1.2

Compare
Choose a tag to compare
@niklasad1 niklasad1 released this 11 Jan 21:01
· 302 commits to main since this release
v0.1.2
b9d908b

[v0.1.2] - 2022-01-11

This is a release that adds a couple of new features/CLI options, a useful one is --dry-run which will check the validity of
the mined solution which for example can spot if an account has too low balance but it requires that the RPC
endpoint exposes unsafe RPC methods to work.

In addition, this release fixes another multiple solution bug.

Added

  • feat: add delay and log CLI args (#442)

Fixed

  • fix: dryRun check + fix multiple solutions bug (#443)

Changed

  • Bump tokio from 1.23.1 to 1.24.1 (#448)
  • Bump assert_cmd from 2.0.7 to 2.0.8 (#449)
  • Bump tokio from 1.23.0 to 1.23.1 (#447)
  • Bump serde from 1.0.151 to 1.0.152 (#444)
  • Bump once_cell from 1.16.0 to 1.17.0 (#446)
  • Bump paste from 1.0.9 to 1.0.11 (#438)
  • Bump serde from 1.0.149 to 1.0.151 (#439)
  • Bump serde_json from 1.0.89 to 1.0.91 (#440)
  • Bump thiserror from 1.0.37 to 1.0.38 (#441)
  • Bump secp256k1 from 0.24.0 to 0.24.2 (#432)
  • Bump scale-info from 2.3.0 to 2.3.1 (#434)

Compatibility

Tested against:

  • Polkadot v9360
  • Kusama v9360
  • Westend v9360