Nikolai Golub
Nikolai Golub
Refactor Witness trait so it only require serde Serialize/Deserialize and manages hints differently
Follow up of #260 For now blocked by https://github.com/penumbra-zone/jmt/pull/92 # Trait Currently `Witness` trait that is defined inside `sov-state` module have this defintion: ```rust pub trait Witness: Default + Serialize...
# Description High level feature for tracking based sequencing: https://ethresear.ch/t/based-rollups-superpowers-from-l1-sequencing/15016 ## Scope - [x] Allow multiple sequencers and change them https://github.com/Sovereign-Labs/sovereign-sdk/pull/410 - [x] Sequencer implementation for full node and demo...
In order to have unified private key files
Rollup with based sequencing can function in 2 modes: 1. If rollup has preferred sequencer, blobs execution from all other sequencers are always deferred to next slot. 2. If there's...
If I run `cargo clippy --all-targets --all-features` getting this error: ``` error[E0599]: no method named `join` found for struct `indicatif::MultiProgress` in the current scope --> src/progress.rs:107:18 | 106 | /...