encointer / encointer-node

encointer node and cli client
Apache License 2.0
23 stars 8 forks source link

[cli] allow querying ceremony history during any ceremony phase #255

Closed brenzi closed 2 years ago

brenzi commented 2 years ago

currently, querying ceremony stats for past ceremonies fails during registering phase:

listing meetups for cid u0qj944rhWE and ceremony nr 15
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Other("ceremony phase must be Assigning or Attesting to request meetup location.")', client/src/main.rs:734:102
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

this error doesn't make sense for historical data and should be fixed