Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Store improvements * Return `EmptyStore` error on empty store. * Optimize failure on appending already known header. * Remove custom genesis height. Now genesis is always height 1. * Rename `*_unverified` methods to `*_unchecked`. * Implement `append_single` and `append`. * remove `StoreError::EmptyStore` and use `StoreError::NotFound` instead
- Loading branch information