Skip to content

Release 4.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 20:40
e1090d2

4.5.0 (2022-09-08)

  • This release is response to a bug which has on Indyscan.io scanner for Sovrin Buildernet. There are 2 types of workers in indyscan, ledgercpy and expansion. While ledgercpy simply copies the content it discovered on the ledger to ES as a string, expansion worker read this stringified transactions and stores them in ES in JSON format which can be indexed and henced searched etc.
  • The workers are running independently and currently sequentially, so having a worker getting stuck on particular transaction means that it won't be processing latter transactions on given subledger neiter. This is what happened to expansion worker on indyscan for buildernet domain subledger.
  • As Indyscan UI (indyscan-webapp) relied on transactions in "expansion" format, getting that worker stuck caused that new transactions were not displayed in UI.
  • This release updates the UI to rely on transactions in the raw format (produced by ledgercpy worker), which has much smaller probability ever getting stuck as its complexity is much smaller.

  • Display indexed info in txs view, if available #187
  • Run audit fix #185
  • Rebuild lock files with npm 8.16.0, fix import issue in storage module #183
  • Release 4.5.0 #182
  • Reuse vcxagency-node libindy image as base layer for daemon #180
  • List transactions based on 'serialized' format #179