Skip to content

Conversation

@rezzmah
Copy link
Owner

@rezzmah rezzmah commented Dec 2, 2025

No description provided.

progr

simplify

Update cache.rs

Update cache.rs

simplify trait

simplify

Update sequence.rs

simplifies

Update lib.rs

Update service.rs

Simplify

simplify
fixes

mods

generic

Update decoding.rs

rpc fixes

temp remove consensus
fix custom node

tidy

Update lib.rs

Update worker.rs

Update worker.rs
@rezzmah rezzmah changed the title Rezbera/modular flashblocks [wip] modular fb Dec 2, 2025
@rezzmah rezzmah force-pushed the rezbera/modular-flashblocks branch from 21a3276 to 536bebf Compare December 4, 2025 14:44
@github-actions
Copy link

github-actions bot commented Dec 4, 2025

Your PR title doesn't follow the Conventional Commit guidelines.

Example of valid titles:

  • feat: add new user login
  • fix: correct button size
  • docs: update README

Usage:

  • feat: Introduces a new feature
  • fix: Patches a bug
  • chore: General maintenance tasks or updates
  • test: Adding new tests or modifying existing tests
  • bench: Adding new benchmarks or modifying existing benchmarks
  • perf: Performance improvements
  • refactor: Changes to improve code structure
  • docs: Documentation updates
  • ci: Changes to CI/CD configurations
  • revert: Reverts a previously merged PR
  • deps: Updates dependencies

Breaking Changes

Breaking changes are noted by using an exclamation mark. For example:

  • feat!: changed the API
  • chore(node)!: Removed unused public function

Help

For more information, follow the guidelines here: https://www.conventionalcommits.org/en/v1.0.0/

Update op_impl.rs
@rezzmah rezzmah force-pushed the rezbera/modular-flashblocks branch from 536bebf to 64b9548 Compare December 4, 2025 19:14
@github-actions github-actions bot removed the S-stale label Dec 30, 2025
mediocregopher and others added 30 commits January 16, 2026 01:06
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
…r RocksDB (paradigmxyz#21063)

Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
…igmxyz#21142)

Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: YK <chiayongkang@hotmail.com>
The reth-chain crate is inherently std-only (uses BTreeMap, Arc, etc.)
and was breaking the riscv32imac no_std builds by pulling in serde_core
which doesn't support no_std properly.

This makes reth-chain optional and only enables it when std feature is
active, gating the block_writer module that uses Chain behind std.
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.