Skip to content

v0.1.20

Compare
Choose a tag to compare
@NullSoldier NullSoldier released this 20 Jan 23:38
· 2656 commits to master since this release

What's Changed

  • Moved some mining logic into rust resulting in a performance boost #916
  • Add new flag --rpc.tcp.secure and config rpcTcpSecure that will mount config and accounts RPC routes into the TCP adapter (which is dangerous security wise). This flag is off by default. #908
  • Fix a bug where some config options were always ignored #910
  • Display memory usage in the ironfish status command #918
  • Format miners hash rate using the metric system #921
  • Refactor Accounts to use ChainProcessor #914
  • Added a new hidden ironfish debug command we can ask users to run to get information about their setup #920
  • Made version in app driven by the consumer of the library, so the version is now the CLI version and not the lib version by default #917
  • Made a change to how ironfish-cli builds #915

Community Changes

  • Fixed links to the sapling projects source code #907 (Thanks andreysingular)
  • Fixed a minor typo in the readme #919 (Thanks blrhc)