pragmaxim-com / ergo-uexplorer

Supplementary ergo chain explorer/analyzer with Scala/ZIO
MIT License
15 stars 1 forks source link

refactoring towards rest-api #23

Closed pragmaxim closed 1 year ago

pragmaxim commented 1 year ago

UtxoTracker producing NormalizedBlock was a perf optimization that made ~ 40% speedup however it made the application quite complicated as we need a Storage to build the final block, it is very hard to test and further development would be quite painful.