tbro
tbro
Omit transactions that exceed max_block_size from payload. Use mocked `max_block_size` for now. Depends on: https://github.com/EspressoSystems/HotShot/pull/3096 Related to: https://github.com/EspressoSystems/hotshot-builder-core/pull/122
Reference jellyfish to a specific revision to avoid implicit updates. Please note that even though we are pinning to the same revision declared in the `Cargo.lock` of the previous commit,...
Rework the validation helper functions in `state.rs` so they just update the state but don't validate it against the proposed header. The caller then can just update the state and...
Depends on https://github.com/EspressoSystems/HotShot/pull/3164
Test marketplace upgrade
Following up #1773 sequencer will need to execute transactions and bundle fees. Most of this work is completed in #1696. ## requirements This list is possibly incomplete - [x] ChainConfig...
Review the tests identified as slow, and see if there is a way to lower their runtime. You can see which ones are slow in CI. For example: https://github.com/EspressoSystems/espresso-sequencer/actions/runs/10387105099/job/28759858781
Experiment using mold linker in CI
We will introduce a `thiserror` dependency w/ #1463. For consistency, at some future moment we should remove snafu dependency and update those error types that depend on it to use...
Install mold into nix environment and configure rust to use it.