Roman Krasiuk
Roman Krasiuk
### Component Forge ### Describe the feature you would like This feature request is a tracker for `forge doc` subcommand that, given the solidity source files, generates an mdbook-like documentation...
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
## Motivation Early implementation of `forge doc` described in #1675 ## Solution The `forge doc` command parses the source contracts and generates markdown files under `/docs`. These files can be...
## Motivation `current_block` variable is used for retrieving the **target** block from the database, but also as current block in logs. ## Solution * Use `to_block` variable to retrieve the...
## Description Add a `jemalloc-prof` feature to enable jemalloc profiling.
Builds on top of #3082. ## Description This PR modifies the matching logic of `address` and `topic` filters in `eth_getLogs` handler.
The EL node might have a more recent state than CL. If CL issues an FCU with head that was already inserted into the database, the `make_canonical` call to `BlockchainTree`...
## Description This PR introduces log address and topic indexing - supplementary indices for log querying (intended to be used by RPC module). Two new tables are added to the...
## Description Currently, various `reth` components use the default block gas limit (extracted to a constant in https://github.com/paradigmxyz/reth/pull/3224). ## Requirement Allow configuring block gas limit through CLI or chain spec...