Releases: paritytech/polkadot-staking-miner
v0.1.3
[v0.1.3] - 2022-03-21
This is a patch release that fixes a bug which takes the Weight::proof_size
into account.
Fixed
- fix: use
Weight::proof_size
(#481)
Changed
- chore: upgrade subxt v0.27 (#464)
- chore(deps): bump once_cell from 1.17.0 to 1.17.1 (#463)
- chore(deps): bump secp256k1 in /staking-miner-playground (#470)
- chore(deps): bump tokio in /staking-miner-playground (#471)
- chore: adjust ci staking-miner-playground (#469)
- chore(deps): bump paste from 1.0.11 to 1.0.12 (#477)
- chore(deps): bump thiserror from 1.0.38 to 1.0.39 (#478)
- chore(deps): bump serde_json from 1.0.93 to 1.0.94 (#479)
- chore(deps): bump tokio from 1.25.0 to 1.26.0 (#476)
- chore(deps): bump assert_cmd from 2.0.9 to 2.0.10 (#493)
- chore(deps): bump assert_cmd from 2.0.8 to 2.0.9 (#492)
- chore(deps): bump serde from 1.0.155 to 1.0.156 (#490)
- chore(deps): bump serde from 1.0.154 to 1.0.155 (#487)
- chore(deps): bump hyper from 0.14.24 to 0.14.25 (#488)
- chore(deps): bump futures from 0.3.26 to 0.3.27 (#489)
- chore(deps): bump serde from 1.0.153 to 1.0.154 (#486)
- chore: remove unused dependencies (#485)
- chore(deps): bump wasmtime from 5.0.0 to 5.0.1 (#484)
- chore(deps): bump serde from 1.0.152 to 1.0.153 (#482)
- Bump hyper from 0.14.23 to 0.14.24 (#457)
- Bump serde_json from 1.0.91 to 1.0.93 (#460)
- Bump futures from 0.3.25 to 0.3.26 (#456)
- Bump tokio from 1.24.2 to 1.25.0 (#455)
- Bump bumpalo from 3.10.0 to 3.12.0 (#453)
- Bump tokio from 1.24.1 to 1.24.2 (#452)
Compatibility
Tested against:
- Polkadot v9390
- Kusama v9390
- Westend v9390
v0.1.2
[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
[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
v0.1.4-alpha
Release that supports polkadot v0.9.31
- RuntimeDispatchInfo type to circumvent DispatchClass breakage.
v0.1.3-alpha
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
A release that updates the metadata on polkadot, kusama and westend.
Compatible >= polkadot v0.9.29
v0.1.1-alpha
Supports polkadot >= v0.9.28
It is using the RPC runtime API TransactionPaymentCallApi_query_call_info
to estimate the weight of the Solution