Skip to content

v1.1.0

Compare
Choose a tag to compare
@niklasad1 niklasad1 released this 15 Jun 13:04
· 216 commits to main since this release
v1.1.0
0337d4d

[v1.1.0] - 2023-06-15

This release adds a subcommand info to detect whether the metadata
of the staking-miner is compatible with a remote node.

$ staking-miner --uri wss://rpc.polkadot.io:443 info
Remote_node:
{
  "spec_name": "polkadot",
  "impl_name": "parity-polkadot",
  "spec_version": 9370,
  "impl_version": 0,
  "authoring_version": 0,
  "transaction_version": 20,
  "state_version": 0
}
Compatible: NO

Added

  • add info command (#596)

Changed

  • strip metadata (#595)
  • chore(deps): bump clap from 4.3.3 to 4.3.4 (#602)
  • chore(deps): bump clap from 4.3.2 to 4.3.3 (#601)
  • chore(deps): bump log from 0.4.18 to 0.4.19 (#600)
  • chore: fix clippy warnings (#599)
  • chore(deps): clap v4 (#598)
  • chore(deps): bump serde from 1.0.163 to 1.0.164 (#597)
  • chore(deps): bump futures from 0.3.27 to 0.3.28 (#590)
  • chore(deps): bump once_cell from 1.17.2 to 1.18.0 (#592)
  • chore(deps): bump regex from 1.8.3 to 1.8.4 (#593)