Skip to content

v0.1.23

Compare
Choose a tag to compare
@NullSoldier NullSoldier released this 17 Feb 00:23
· 2601 commits to master since this release
0e9e22f

What's Changed

  • Update to latest napi-rs to fix BigInt usage issue - #1014
  • Cleanup RPCClient routes to use enum instead of literals - #1013
  • Move telemetry fields to tags to resolve high cardinality issues - #1026
  • Put in a potential fix for latest rust NAPI issue with transactions - #1025
  • Make telemtry poll metrics monitor instead of the other way around - #1029
  • Add new node stats to telemetry system like peer count, and network traffic - #1030

Community Contributions

  • Fix miners:mined getting stuck at 99% #994 (Thanks wd021)