v1.0.0
This is the first release staking-miner-v2 which makes it production ready
and the most noteable changes are:
- Add support for
emergency solutions
- Change
submission strategy if-leading
to only submit if the score is better. - Listen to
finalized heads
by default.
Added
Changed
- update subxt (#571)
- chore(deps): bump once_cell from 1.17.1 to 1.17.2 (#582)
- chore(deps): bump log from 0.4.17 to 0.4.18 (#580)
- chore(deps): bump tokio from 1.28.1 to 1.28.2 (#581)
- chore(deps): bump regex from 1.8.2 to 1.8.3 (#577)
- chore: remove unused deps and features (#575)
- chore(deps): bump regex from 1.8.1 to 1.8.2 (#574)
- chore(deps): bump anyhow from 1.0.69 to 1.0.71 (#570)
- chore(deps): bump scale-info from 2.6.0 to 2.7.0 (#569)
- chore(deps): bump serde from 1.0.162 to 1.0.163 (#565)
- chore(deps): bump tokio from 1.28.0 to 1.28.1 (#560)
- chore(deps): bump serde from 1.0.160 to 1.0.162 (#554)
- improve README (#587)
Fixed
- tests: read at most 1024 lines of logs before rpc server output (#556)
- helpers: parse rpc server addr (#552)
- change
submission strategy == if leading
to not submit equal score (#589)
Compatibility
Tested against:
- Polkadot v9420
- Kusama v9420
- Westend v9420