hyperledger / anoncreds-rs

anoncreds-rs
https://wiki.hyperledger.org/display/anoncreds
Apache License 2.0
73 stars 55 forks source link

Make commented demo tests work again #19

Open TimoGlastra opened 1 year ago

TimoGlastra commented 1 year ago

Tests: https://github.com/hyperledger/anoncreds-rs/blob/main/tests/anoncreds_demos.rs

Need in memory storage implementation (current tests made a start at this)

3000 of 3500 lines are still commented (85%). The tests are written for the Indy SDK, so we do have to update all code to work with AnonCreds RS. Goal is to reach a good level of testing, it's infeasible to update all tests from indy-sdk

berendsliedrecht commented 1 year ago

After #150 is merged, we are at 1080/2850 working (30%)