upgrade to ethermint v0.21.0 #99
3
.github/workflows/linter.yml
vendored
3
.github/workflows/linter.yml
vendored
@ -5,9 +5,10 @@ linter:
|
|||||||
# See https://github.com/github/super-linter#supported-linters
|
# See https://github.com/github/super-linter#supported-linters
|
||||||
# An example of adding a custom linter is available at https://github.com/github/super-linter/tree/main/custom_linters
|
# An example of adding a custom linter is available at https://github.com/github/super-linter/tree/main/custom_linters
|
||||||
#
|
#
|
||||||
Disabled linters
|
Disabled linters:
|
||||||
- gitleaks # Remove this line to enable gitleaks
|
- gitleaks # Remove this line to enable gitleaks
|
||||||
- hadolint
|
- hadolint
|
||||||
|
- standard
|
||||||
|
|
||||||
# Enabled linters
|
# Enabled linters
|
||||||
# - ansible-lint
|
# - ansible-lint
|
||||||
|
1
.github/workflows/super-linter.yml
vendored
1
.github/workflows/super-linter.yml
vendored
@ -26,6 +26,7 @@ jobs:
|
|||||||
uses: github/super-linter@v4
|
uses: github/super-linter@v4
|
||||||
env:
|
env:
|
||||||
LINTER_RULES_PATH: /
|
LINTER_RULES_PATH: /
|
||||||
|
FILTER_REGEX_EXCLUDE: "Dockerfile"
|
||||||
YAML_CONFIG_FILE: .yamllint
|
YAML_CONFIG_FILE: .yamllint
|
||||||
VALIDATE_ALL_CODEBASE: false
|
VALIDATE_ALL_CODEBASE: false
|
||||||
MARKDOWN_CONFIG_FILE: .markdownlint.yml
|
MARKDOWN_CONFIG_FILE: .markdownlint.yml
|
||||||
|
2
init.sh
2
init.sh
@ -82,7 +82,7 @@ if [[ $1 == "pending" ]]; then
|
|||||||
sed -i '' 's/timeout_commit = "5s"/timeout_commit = "150s"/g' "$HOME"/.laconicd/config/config.toml
|
sed -i '' 's/timeout_commit = "5s"/timeout_commit = "150s"/g' "$HOME"/.laconicd/config/config.toml
|
||||||
sed -i '' 's/timeout_broadcast_tx_commit = "10s"/timeout_broadcast_tx_commit = "150s"/g' "$HOME"/.laconicd/config/config.toml
|
sed -i '' 's/timeout_broadcast_tx_commit = "10s"/timeout_broadcast_tx_commit = "150s"/g' "$HOME"/.laconicd/config/config.toml
|
||||||
else
|
else
|
||||||
sed -i 's/create_empty_blocks_interval = "0s"/create_empty_blocks_interval = "30s"/g' $HOME/.laconicd/config/config.toml
|
sed -i 's/create_empty_blocks_interval = "0s"/create_empty_blocks_interval = "30s"/g' "$HOME"/.laconicd/config/config.toml
|
||||||
sed -i 's/timeout_propose = "3s"/timeout_propose = "30s"/g' "$HOME"/.laconicd/config/config.toml
|
sed -i 's/timeout_propose = "3s"/timeout_propose = "30s"/g' "$HOME"/.laconicd/config/config.toml
|
||||||
sed -i 's/timeout_propose_delta = "500ms"/timeout_propose_delta = "5s"/g' "$HOME"/.laconicd/config/config.toml
|
sed -i 's/timeout_propose_delta = "500ms"/timeout_propose_delta = "5s"/g' "$HOME"/.laconicd/config/config.toml
|
||||||
sed -i 's/timeout_prevote = "1s"/timeout_prevote = "10s"/g' "$HOME"/.laconicd/config/config.toml
|
sed -i 's/timeout_prevote = "1s"/timeout_prevote = "10s"/g' "$HOME"/.laconicd/config/config.toml
|
||||||
|
Loading…
Reference in New Issue
Block a user