What's Changed
- Moved some mining logic into rust resulting in a performance boost #916
- Add new flag
--rpc.tcp.secure
and configrpcTcpSecure
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