Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

0.11.0

Compare
Choose a tag to compare
@rockacola rockacola released this 19 Nov 04:36
· 119 commits to develop since this release

0.11.0 Release Note

Incremental feature maintenance and updates:

  • Prevent Syncer.analyzeBlocks() overlaps #177
  • Ability to override neon-js' request timeout #180
  • Complete blocks pruning support in Syncer #174

Other updates:

  • Emit ready when MemoryStorage is prepared
  • API.getBlock() will now attempt to obtain node endpoint as its 'source'
  • Update on mainnet endpoint list in profiles
  • Update Syncer.maxStoreQueueLength default value to 1000 from 10000
  • Add feature toggle to check for database indexes in MongodbStorage
  • Remove Node.toBenchmark feature toggle, as it will now always perform basic benchmarkings
  • Add Node.isBenchmarking flag to avoid benchmark overlaps
  • Node.pendingRequest property can be undefined
  • Ability to calculate and obtain reliability value of a node
  • Case update for Syncer completion event emitter key to upToDate from UpToDate
  • Modify Mesh.pendingRequestsThreshold usage to be inclusive
  • Worker enqueues in Syncer now pass metadata to improve debugging
  • Add Node.getShapedLatency() method