-
@carsonfarmer This might be a dumb question, but I'm having trouble figuring out if we are actually using `tsconfig.json` somewhere. Is `tsconfig.build.json` sufficient?
Digging into commit history …
-
### Describe the feature
currently we only have:
https://github.com/paradigmxyz/reth/blob/77d108660e78660d32aa3a35fc664fd5fbfdf985/crates/rpc/rpc/src/eth/error.rs#L177-L179
which is used like:
…
-
### Describe the feature
atm some code in https://github.com/paradigmxyz/reth/blob/main/crates/rpc/rpc/src/eth/api/call.rs
like:
https://github.com/paradigmxyz/reth/blob/d164a16be7481ebeeda70ba…
-
### Describe the feature
**It would be great if reth supports building blocks, and allows submitting to multiple mev-boost relays.**
Based on early reth metrics, it looks like it could be severa…
-
I read the code in `snark-verifier-cd02c9c9f799657f/a3d0a5a/snark-verifier-sdk/src/evm.rs:188:24` but have no idea what cause the failures.
```
[2023-06-02T02:51:42.502Z INFO aggregation_tests] got…
-
As an outcome of #141, it was noted that it would be good to leverage GitHub tagged releases to make auto-publishing to npm a little nicer.
[REVM-24](https://linear.app/tableland/issue/REVM-24/chore-…
-
## Overview
This document is meant to specify the findings and needs in regards to testing. Some of the main take aways are:
---
## Overview of Current Capabilities
- Compile Solidity smart …
-
After using rustup and the following cmd >
- cargo install --git https://github.com/foundry-rs/foundry foundry-cli anvil --bins --locked
when trying cmd >
- forge init hello_foundry
I get :
…
-
### 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 0.2.0 (e85435a 2022-04-14T00:06:25.800261822…
-
### Describe the feature
This is a tracking issue to add [Shanghai](https://decrypt.co/resources/what-is-ethereums-shanghai-upgrade) support to reth.
# Tasks
```[tasklist]
* [x] Add `Withdrawals` …