More raw rpc request testing #6534
Labels
C-enhancement
New feature or request
C-test
A change that impacts how or what we test
D-good-first-issue
Nice and easy! A great choice to get started
S-stale
This issue/PR is stale and will close with no further activity
Describe the feature
In order to prevent regressions with changes of rpc types we need a few more tests.
Ideally here
https://github.com/paradigmxyz/reth/blob/3c3c7b36adeb0a0491518854a2b13f9f85fc0aff/crates/rpc/rpc-builder/tests/it/http.rs
The tests should not make of the API, but instead send raw json requests (string)
The requests for call related endpoint should include unknown fields, like
gasLimit
instead ofgas
this should not cause an errorAdditional context
No response
The text was updated successfully, but these errors were encountered: