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

0.14.0

Latest
Compare
Choose a tag to compare
@rockacola rockacola released this 29 Dec 15:28
· 1 commit to develop since this release
  • Miscellaneous incremental developments
    • Neo.enableSyncer feature toggle, default to true.
    • Consolidate method nouns stop() and disconnect() to close().
    • Add Storage.getHighestBlockHeight() and deprecate Storage.getBlockCount() to minimize misleading.
    • Upgrade mongoose.remove() usage to mongoose.deleteMany() per deprecation recommendations.
    • Refactor BlockHelper.getGenerationTime(block, previousBlockTimestamp) to take in 2 blocks instead of a block and a timestamp.
    • Rework BlockMetaAnalyzer, it is now renamed to BlockAnalyzer.
    • Remove unused default collection name specifications in MongodbStorage.
    • Incremental transaction analyzer implementation as part of BlockAnalyzer.
    • Incremental implementation (and finalize) on transaction meta's schema
    • Ability to verify legacy transaction metas in BlockAnalyzer
    • Review indexes for block metas and transaction metas
    • Rename some event emitters in BlockAnalyzer
    • Rework on BlockAnalyzer.verifyTransactionMetas()