Skip to content

Commit

Permalink
fix: update config api reference (#412)
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman authored Nov 25, 2024
1 parent 9818ee5 commit 427f814
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions SUPPORTED_APIS.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ The `status` options are:

### `config_getShowCalls`

[source](src/node/config.rs)
[source](src/node/config_api.rs)

Gets the current value of `show_calls` that's originally set with `--show-calls` option

Expand All @@ -173,7 +173,7 @@ curl --request POST \

### `config_getShowOutputs`

[source](src/node/config.rs)
[source](src/node/config_api.rs)

Gets the current value of `show_outputs` that's originally set with `--show-outputs` option

Expand All @@ -196,7 +196,7 @@ curl --request POST \

### `config_getCurrentTimestamp`

[source](src/node/config.rs)
[source](src/node/config_api.rs)

Gets the value of `current_timestamp` for the node

Expand All @@ -219,7 +219,7 @@ curl --request POST \

### `config_setShowCalls`

[source](src/node/config.rs)
[source](src/node/config_api.rs)

Updates `show_calls` to print more detailed call traces

Expand All @@ -242,7 +242,7 @@ curl --request POST \

### `config_setShowOutputs`

[source](src/node/config.rs)
[source](src/node/config_api.rs)

Updates `show_outputs` to print calls outputs

Expand All @@ -265,7 +265,7 @@ curl --request POST \

### `config_setShowStorageLogs`

[source](src/node/config.rs)
[source](src/node/config_api.rs)

Updates `show_storage_logs` to print storage log reads/writes

Expand All @@ -288,7 +288,7 @@ curl --request POST \

### `config_setShowVmDetails`

[source](src/node/config.rs)
[source](src/node/config_api.rs)

Updates `show_vm_details` to print more detailed results from vm execution

Expand All @@ -311,7 +311,7 @@ curl --request POST \

### `config_setShowGasDetails`

[source](src/node/config.rs)
[source](src/node/config_api.rs)

Updates `show_gas_details` to print more details about gas estimation and usage

Expand All @@ -334,7 +334,7 @@ curl --request POST \

### `config_setResolveHashes`

[source](src/node/config.rs)
[source](src/node/config_api.rs)

Updates `resolve-hashes` to call OpenChain for human-readable ABI names in call traces

Expand All @@ -357,7 +357,7 @@ curl --request POST \

### `config_setLogLevel`

[source](src/node/config.rs)
[source](src/node/config_api.rs)

Sets the logging level for the node and only displays the node logs.

Expand All @@ -380,7 +380,7 @@ curl --request POST \

### `config_setLogging`

[source](src/node/config.rs)
[source](src/node/config_api.rs)

Sets the fine-tuned logging levels for the node and any of its dependencies.
The directive format is comma-separated `module=level` for any number of modules.
Expand Down

0 comments on commit 427f814

Please sign in to comment.