EspressoSystems / hotshot-query-service

Generic query service for HotShot applications
https://espressosystems.github.io/hotshot-query-service/
GNU General Public License v3.0
5 stars 1 forks source link

Don't panic in update #717

Closed jbearer closed 3 weeks ago

jbearer commented 4 weeks ago

Previously, we panicked if we got an invalid decide event (leaves not chained properly). Now, we return an error. Even if we expect this to never happen, it is easier to monitor and debug if we return an error instead of panicking.