BlockExplorer
BlockExplorer copied to clipboard
qbitninja missing reference to nodeblocksrepository
Appears this is no longer present after this commit: https://github.com/stratisproject/BlockExplorer/commit/f069b1e385e8411ab9c8d2a9ff052b225f3b94da
QBitNinja seems to still have a reference to it. Does QBitNinja need to get refactored or should it get added back into azureindexer?
Reference is in this source file https://github.com/stratisproject/BlockExplorer/blob/master/QBitNinja/QBitNinja/InitialIndexer.cs
@YakupIpek @quantumagi @bokobza
I also realized that QBitNinja has some issues after last pull requests. We need to resolve it because we are going to deploy this. Otherwise we will deploy last working commit.
I see that as well. Does the current deployed version of QBitNinja have any problem? Why do we need to deploy it?
Currently deployed version doesn't have continuous deployment so it doesn't update itself automatically for latest commits so it works fine. But we will deploy QBitNinja for MainNet and TestNet again for ICO Platform and we would like to set up continuous deployment for it.