paritytech/hardhat-polkadot

Add debugging options

Open

#303 opened on Sep 2, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (10 forks)auto 404
DevXP2 - Mediumenhancementgood first issue

Repository metrics

Stars
 (16 stars)
PR merge metrics
 (PR metrics pending)

Description

Debugging is a huge headache at this point, since we don't have any way of really generating verbose logs from the node/rpc and sometimes it fails silently.

We need to add something to display the logs from the node in a verbose way, most likely something like:

RUST_LOG="info,eth-rpc=debug,error,evm=debug,sc_rpc_server=info,runtime::revive=debug

We also need to define some values to display compiler outputs for logging and later debugging.

Contributor guide