Quentin V

Results 3 issues of Quentin V

Closes https://github.com/paradigmxyz/reth/issues/4614 * Update `insert_state` in `crates/node-core/src/init.rs` to use BundleBuilder * Update `unwind_or_peek_state` in `crates/storage/provider/src/providers/database/provider.rs` to use BundleBuilder * Remove `BundleStateInit`, `AccountRevertInit`, and `RevertInit`.

D-good-first-issue
C-debt
A-db

## Motivation Adding `from_file` and `try_create` methods to `JwtSecret`. These method allow the caller to read and write from the filesystem. This change should help fully deprecate and remove the...

### Describe the bug I am currently syncing a Reth node with an Exex that indexes some data into a relational db. One of the fields that I am indexing...

C-bug
S-stale
A-exex