Roman Hodulák
Roman Hodulák
In several use cases, I use non-standard mime types. In particular, I've used `application/x-7z-compressed` to accept a 7z archive and `application/vnd.move+json` to distinguish between POST route that moves a resource...
* [x] Fix: MockStream read function * [x] Feat: Implement `Client::execute` * [x] Test: Integration tests for client functions * [x] replace * [x] store * [x] execute * [x]...
Closes #15848 Extends the CLI with a new command dedicated for history import from ERA files stored in a folder on the node's file system. The ERA features need to...
### Describe the feature The pruner is triggered inside https://github.com/paradigmxyz/reth/blob/dd69dcbd012fb434cfacfbf9666ea7c5260d1ec4/crates/engine/tree/src/tree/mod.rs#L425-L452 If we integrate the history expiry based transaction pruning as a `Segment` of the `Pruner` then we will get them...
### Describe the feature Currently, the `reth_era_downloader` can deal with ERA1 hosts. https://github.com/paradigmxyz/reth/blob/9ab57f70e3e5686b59a6f93fc41363d46707de73/crates/era-downloader/Cargo.toml#L2 The goal is to add support for ERA (not ERA1) hosts. One notable difference is that compared...
Currently, the `ethereum/sync` test waits for the other peer to sync to head block. However, the other peer only syncs to latest finalized block. This test will therefore never pass...