Skip to content

Releases: paritytech/polkadot-staking-miner

v0.1.2

11 Jan 21:01
v0.1.2
b9d908b
Compare
Choose a tag to compare

[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

v0.1.1

06 Dec 16:34
v0.1.1
6beab63
Compare
Choose a tag to compare

[v0.1.1] - 2022-12-06

This is a patch release that fixes a bug in --listen finalized before it was possible to submit multiple solutions because the solution was regarded as finalized when it was included in block.

Fixed

  • fix: --listen finalized wait for finalized xt (#425)

Changed

  • Bump jsonrpsee from 0.16.1 to 0.16.2 (#427)
  • Bump assert_cmd from 2.0.6 to 2.0.7 (#428)
  • Bump serde from 1.0.147 to 1.0.148 (#424)
  • Bump serde_json from 1.0.88 to 1.0.89 (#423)

Compatibility

Tested against:

  • Polkadot v9330
  • Kusama v9330
  • Westend v9330

v0.1.0

23 Nov 14:13
v0.1.0
fee348a
Compare
Choose a tag to compare

[v0.1.0] - 2022-11-23

The first release of staking miner v2.

Compatibility

Tested against:

  • Polkadot v9330
  • Kusama v9330
  • Westend v9330

v0.1.4-alpha

01 Nov 10:05
v0.1.4-alpha
Compare
Choose a tag to compare
v0.1.4-alpha Pre-release
Pre-release

Release that supports polkadot v0.9.31

  • RuntimeDispatchInfo type to circumvent DispatchClass breakage.

v0.1.3-alpha

28 Oct 08:30
v0.1.3-alpha
2168558
Compare
Choose a tag to compare
v0.1.3-alpha Pre-release
Pre-release

A release that supports polkadot v0.9.30

This releases has the following major changes:

  • Dynamic API for updating runtime constants and submitting NposSulutions
  • Weight v2
  • Runtime constants are upgraded on runtime upgrades

v0.1.2-alpha

14 Sep 14:49
v0.1.2-alpha
80c458d
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release

A release that updates the metadata on polkadot, kusama and westend.

Compatible >= polkadot v0.9.29

v0.1.1-alpha

14 Sep 08:59
v0.1.1-alpha
62e2124
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

Supports polkadot >= v0.9.28

It is using the RPC runtime API TransactionPaymentCallApi_query_call_info to estimate the weight of the Solution