Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TT-1100] enable debug and trace apis for nethermind #926

Merged
merged 3 commits into from
Apr 26, 2024

Conversation

Tofel
Copy link
Contributor

@Tofel Tofel commented Apr 25, 2024


Below is a summarization created by an LLM (gpt-4-0125-preview). Be mindful of hallucinations and verify accuracy.

Why

The changes enhance the JSON RPC capabilities of the Nethermind Ethereum 2.0 client by expanding the list of enabled modules. This allows for improved debugging, transaction pool management, and tracing functionalities, which are crucial for developers and operators for more in-depth interaction with the Ethereum node.

What

  • docker/test_env/nethermind_eth2.go
    • Modified the --JsonRpc.EnabledModules flag by adding txpool, debug, trace modules. This change extends the node's JSON RPC interface to support additional queries and operations, enabling better blockchain interaction and analysis capabilities.

@Tofel Tofel changed the title enable debug and trace apis for nethermind [TT-1100 ]enable debug and trace apis for nethermind Apr 25, 2024
@Tofel Tofel marked this pull request as ready for review April 25, 2024 10:58
@Tofel Tofel requested review from sebawo and a team as code owners April 25, 2024 10:58
@Tofel Tofel changed the title [TT-1100 ]enable debug and trace apis for nethermind [TT-1100] enable debug and trace apis for nethermind Apr 25, 2024
@cl-sonarqube-production
Copy link

@Tofel Tofel merged commit 6d06777 into main Apr 26, 2024
15 of 17 checks passed
@Tofel Tofel deleted the tt_100_debug_nethermind branch April 26, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants