Skip to content

Commit

Permalink
docs: change configuration topic
Browse files Browse the repository at this point in the history
CARTESI_CONTRACTS_INPUT_BOX_DEPLOYMENT_BLOCK_NUMBER was registered in the wrong topic, making it appear out of place in the final Markdown file
  • Loading branch information
torives committed Apr 5, 2024
1 parent 392c759 commit 64cb4af
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 22 deletions.
14 changes: 7 additions & 7 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,6 @@ WebSocket endpoint for the blockchain RPC provider.

* **Type:** `string`

## `CARTESI_CONTRACTS_INPUT_BOX_DEPLOYMENT_BLOCK_NUMBER`

The deployment block for the input box contract.
The node will begin to read blockchain events from this block.

* **Type:** `int64`

## `CARTESI_CONTRACTS_APPLICATION_ADDRESS`

Address of the DApp's contract.
Expand Down Expand Up @@ -147,6 +140,13 @@ Address of the InputBox contract.

* **Type:** `string`

## `CARTESI_CONTRACTS_INPUT_BOX_DEPLOYMENT_BLOCK_NUMBER`

The deployment block for the input box contract.
The node will begin to read blockchain events from this block.

* **Type:** `int64`

## `CARTESI_EXPERIMENTAL_SERVER_MANAGER_BYPASS_LOG`

When enabled, prints server-manager output to stdout and stderr directly.
Expand Down
4 changes: 1 addition & 3 deletions internal/node/config/generate/Config.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# (c) Cartesi and individual authors (see AUTHORS)
# SPDX-License-Identifier: Apache-2.0 (see LICENSE)

#
# Logging
#

[logging.CARTESI_LOG_LEVEL]
default = "info"
go-type = "LogLevel"
Expand Down Expand Up @@ -123,7 +121,7 @@ go-type = "string"
description = """
Address of the InputBox contract."""

[blockchain.CARTESI_CONTRACTS_INPUT_BOX_DEPLOYMENT_BLOCK_NUMBER]
[contracts.CARTESI_CONTRACTS_INPUT_BOX_DEPLOYMENT_BLOCK_NUMBER]
go-type = "int64"
description = """
The deployment block for the input box contract.
Expand Down
24 changes: 12 additions & 12 deletions internal/node/config/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64cb4af

Please sign in to comment.