Skip to content

v0.1.19

Compare
Choose a tag to compare
@NullSoldier NullSoldier released this 15 Jan 01:33
· 2668 commits to master since this release

There is an important security fix included in this release related to the RPC and changing graffiti. Please upgrade.

What's Changed

  • Fix the faucet paying too much ore for each faucet fee #879
  • Added memory usage to the status command #888
  • Optimized followChain RPC call to use less CPU #881
  • Use path.join for worker file path for windows compatability #897
  • Remove account and config RPC routes from TCP adapter to avoid users having their graffiti changed by bots #892
  • Optimize block explorer syncer by only fetching head from API when no head is passed #887
  • Optimize faucet service by only checking balance when API has faucet requests to complete #898

Community Changes

  • Add a config option for miner batch size #894 (Thanks kernel32uiuc)
  • Upgraded axios for security reasons #874 (Thanks oldhill)