forked from cerc-io/laconicd-deprecated
fix: set EVM debug based on tracer config (#746)
* set debug based on tracer * fix tests * set default tracer * remove debug from keeper * remove unnecesary param * remove unnecesary param * Update x/evm/keeper/state_transition.go * changelog Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>
This commit is contained in:
co-authored by
Federico Kunze Küllmer
Federico Kunze Küllmer
parent
f42f339d05
commit
d4621f3e82
@@ -58,4 +58,4 @@ ethermintd collect-gentxs
|
||||
ethermintd validate-genesis
|
||||
|
||||
# Start the node (remove the --pruning=nothing flag if historical queries are not needed)
|
||||
ethermintd start --pruning=nothing --rpc.unsafe --keyring-backend test --trace --log_level info --json-rpc.api eth,txpool,personal,net,debug,web3
|
||||
ethermintd start --pruning=nothing --rpc.unsafe --keyring-backend test --log_level info --json-rpc.api eth,txpool,personal,net,debug,web3
|
||||
|
||||
Reference in New Issue
Block a user