Skip to content

Releases: gskapka/etheroff

v2.2.0

15 May 18:18
Compare
Choose a tag to compare

Adds random ETH key generation to CLI

Adds the above, plus also:

  • formats the code via config in the new .rustfmt.toml
  • uses quick_error for error handling
  • removes the try_trait allowing the tool to be built with the stable toolchain
  • lints repo with clippy