paritytech/hardhat-polkadot

Add debugging options

Open

#303 aperta il 2 set 2025

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (10 fork)auto 404
DevXP2 - Mediumenhancementgood first issue

Metriche repository

Star
 (16 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor