Additional Flags
To use the Wasm binary stored on-chain, run the following command:
--execution=wasm -- sets the execution strategy that should be used by all execution contexts to wasm
By default, the maximum number of trace entries a single request of trace_filter is allowed to return is 500. A request exceeding this limit will return an error. You can set a different maximum limit with the following flag:
--ethapi-trace-max-count <uint> -- sets the maximum number of trace entries to be returned by the node
Blocks processed by requests are temporarily stored on cache for a certain amount of time (default is 300 seconds), after which they are deleted. You can set a different time for deletion with the following flag:
--ethapi-trace-cache-duration <uint> -- sets the duration (in seconds) after which the cache of trace_filter, for a given block, is discarded
Last updated