The Wayback Machine - https://web.archive.org/web/20220522095602/https://github.com/topics/aries
Skip to content
#

aries

Here are 52 public repositories matching this topic...

karimStekelenburg
karimStekelenburg commented May 6, 2022

Currently, the only place were JSON is being validated is inside the MessageReceiver. However, there are many cases where we manually transform JSON into class instances. This currently requires us to manually call the class-validator, which is easy to forget.

One way to make this process less error prone is to add this validation step to the JsonTransformer.fromJson() method as default b

esune
esune commented Dec 9, 2020

When publishing a new tails file, the server needs to read the current state of the targeted ledger in order to check the state of the revocation registry.

Every time a new file is pushed, the server needs to "start from scratch" and re-read all of the transactions from inception on the specified ledger (via the genesis file specified during upload + new entries on that ledger).

To speed-up

enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the aries topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aries topic, visit your repo's landing page and select "manage topics."

Learn more