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

0.10.0

Compare
Choose a tag to compare
@rockacola rockacola released this 11 Nov 12:08
· 167 commits to develop since this release

Version 0.10.0 is a major rewrite and revaluation for this project.

  • Project is now written in TypeScript. Source codes are to be located in /src and transpiled codes are to be in /dist.
  • Features reconsiderations. Multiple existing features are now been cut back for revaluation, please use the issues to keep track on future enhancements.
  • MongoDB document schemas are been revised. The used schemas will be the ones going forward for version 1.0.
  • Examples will now be in its dedicated neo-js-examples repository for better black-box and regression testings.

Current Capabilities

As in version 0.10.0, following features are available:

  • Core mesh class to benchmark quality of chosen nodes.
  • Core API class to fetch node from storage or mesh, depends on availability.
  • Core syncer class to synchronise blocks from blockchain to chosen MongoDB as storage.