IDunion / indy-did-resolver

Resolver for the did:indy method
Apache License 2.0
8 stars 7 forks source link

Driver crashes on startup at the DIF Resolver #28

Closed BernhardFuchs closed 1 year ago

BernhardFuchs commented 1 year ago

Currently the indy-did-driver on the DIF Universal Resolver doesn't start with the following error:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: VdrError { kind: PoolNoConsensus, msg: None, source: None }', indy-did-driver/src/main.rs:150:72
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

I can reproduce this issue locally.

paulbastian commented 1 year ago

Can you try again?

c2bo commented 1 year ago

Everything seems to be working again and we can close this issue, correct @BernhardFuchs?

BernhardFuchs commented 1 year ago

Yes, everything is fine again.
Closing this.