Patrik

Results 43 issues of Patrik

`libvcx` maintenance support was dropped long time ago in indysdk repo. Maintained alternative forks are: - Hyperledger [Aries VCX](https://github.com/hyperledger/aries-vcx) - Evernym [EV-VCX](https://gitlab.com/evernym/mobile/ev-vcx) Signed-off-by: Patrik Stas

Github actions pipeline prototype. - To work, `PACKAGES_ACCESS_TOKEN` secret needs to be set up on Github repo. That's because the pipeline as is is leveraging [Github Packages](https://github.com/features/packages) product for docker...

If verkey was abbreaviated on NYM or ATTRIB tx, fullVerkey in `expansion` is simply concatentaion of the did and verkey. Whereas correct value is calculated as follows here: https://github.com/hyperledger/indy-sdk/blob/master/libindy/src/utils/crypto/verkey_builder.rs

When I go to page like https://indyscan.io/tx/sovstaging/domain/81042 and I double click on value of roothash on the transaction data overview on top of the page, it automatically selects `RootHashGcfRRVeMC4AZHuWrU27anqNNRCrQpXnYqT8EjocF758i` isntead...

good first issue

On the page displaying list of transactions (here https://indyscan.io/txs/sovstaging/domain) add date range selection. I think it might be nice to reuse this react module https://www.npmjs.com/package/react-date-range

good first issue

In version 3.0.0 was removed `Stats` section. It would be nice to restore it again. This would mean - pick some UI visualization framework integrating well with react - implement...

good first issue

App idea: - listen on indyscan-daemon websockets - send slack notification / generic webhook call if pre-configured parameters are met - there would have to be some sort of UI...

good first issue