Skip to content

Releases: Patrik-Stas/indyscan

Release 4.6.1

03 May 13:54
135e2f0
Compare
Choose a tag to compare

4.6.1 (2024-05-03)

  • Release 4.6.1 after UI dates fix #221
  • Pstlouis/fix local time timestamp #220
  • audit fix dependencies #218

Release 4.6.0

05 Aug 13:12
3f96f72
Compare
Choose a tag to compare

4.6.0 (2023-08-05)

  • Release 4.6.0, use vdrtools indy indypool-client #217
  • Use libvdrtools instead of libindy #216
  • fix: possible undefined exception #214

Release 4.5.2

10 Sep 17:07
b92f082
Compare
Choose a tag to compare

4.5.2 (2022-09-10)

  • Release 4.5.2 #190
  • Fix endpoint attrib processing, fix daemon hanging on regex #189

Release 4.5.1

09 Sep 22:57
1dc74fd
Compare
Choose a tag to compare

4.5.1 (2022-09-09)

  • Release 4.5.1 #188
  • quick fix for bad txn expansion #178

Release 4.5.0

08 Sep 20:40
e1090d2
Compare
Choose a tag to compare

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

Release 4.4.1

22 Aug 15:42
fbc959d
Compare
Choose a tag to compare

4.4.1 (2021-08-22)

  • Daemon/sovstaging genesis update #116

Release 4.4.0

02 Aug 22:39
6660a98
Compare
Choose a tag to compare

4.4.0 (2021-08-02)

  • Add copy value button to UI #115

Release 4.3.1

02 Aug 20:40
Compare
Choose a tag to compare

4.3.1 (2021-08-02)

  • UI/fix rev reg entry #114
  • Expansion/revocations #113
  • Update docs, removed unused script #112

Release 4.2.1

19 Jul 11:02
3ba5797
Compare
Choose a tag to compare

4.2.1 (2021-07-19)

  • Fix error when setting seqnoGte filter to 0 causes returning empty array #110

Release 4.2.0

18 Jul 20:32
bc99d0f
Compare
Choose a tag to compare

4.2.0 (2021-07-18)

  • Extend API such it's possible to query transactions within transaction seqNo range #109