Roman Krasiuk

Results 29 issues of 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...

T-feature
C-forge

### 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...

T-bug
good first issue
C-forge
P-low
Cmd-forge-debug

## 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...

T-feature
C-forge
Cmd-forge-doc

Create an implementation of `net_` namespace for rpc

C-enhancement
A-rpc

## 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...

A-staged-sync
A-observability

## Description Add a `jemalloc-prof` feature to enable jemalloc profiling.

A-observability
A-cli

Builds on top of #3082. ## Description This PR modifies the matching logic of `address` and `topic` filters in `eth_getLogs` handler.

S-blocked
A-rpc

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`...

C-bug
A-consensus

## 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...

C-enhancement
A-staged-sync

## 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...

C-enhancement
D-good-first-issue
A-consensus