This repository has been archived by the owner on Apr 5, 2021. It is now read-only.
- Miscellaneous incremental developments
Neo.enableSyncer
feature toggle, default totrue
.- Consolidate method nouns
stop()
anddisconnect()
toclose()
. - Add
Storage.getHighestBlockHeight()
and deprecateStorage.getBlockCount()
to minimize misleading. - Upgrade
mongoose.remove()
usage tomongoose.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 toBlockAnalyzer
. - 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()