clear statedb panics (#797)
* state-db: remove the assertion and replace it with Result<> * state-db: unit test fixes * comment fixes * typo fix
Showing
- substrate/core/client/db/src/lib.rs 2 additions, 1 deletionsubstrate/core/client/db/src/lib.rs
- substrate/core/client/src/error.rs 1 addition, 1 deletionsubstrate/core/client/src/error.rs
- substrate/core/state-db/src/lib.rs 15 additions, 11 deletionssubstrate/core/state-db/src/lib.rs
- substrate/core/state-db/src/noncanonical.rs 42 additions, 33 deletionssubstrate/core/state-db/src/noncanonical.rs
Please register or sign in to comment