Releases: Patrik-Stas/indyscan
Releases · Patrik-Stas/indyscan
Release 4.6.1
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
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
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
4.5.1 (2022-09-09)
- Release 4.5.1 #188
- quick fix for bad txn expansion #178
Release 4.5.0
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
4.4.1 (2021-08-22)
- Daemon/sovstaging genesis update #116
Release 4.4.0
4.4.0 (2021-08-02)
- Add copy value button to UI #115
Release 4.3.1
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
4.2.1 (2021-07-19)
- Fix error when setting seqnoGte filter to 0 causes returning empty array #110
Release 4.2.0
4.2.0 (2021-07-18)
- Extend API such it's possible to query transactions within transaction
seqNo
range #109