Add poh verification before processing entries
- Replicate stage now verifies entries delivered by the window - Minor refactor of entries_from_blobs
This commit is contained in:
@ -152,6 +152,8 @@ impl Default for Blob {
|
||||
pub enum BlobError {
|
||||
/// the Blob's meta and data are not self-consistent
|
||||
BadState,
|
||||
/// Blob verification failed
|
||||
VerificationFailed,
|
||||
}
|
||||
|
||||
impl Packets {
|
||||
|
Reference in New Issue
Block a user