Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime config for less trustworthy validators #3271

Open
Kouteki opened this issue Dec 4, 2024 · 1 comment
Open

Runtime config for less trustworthy validators #3271

Kouteki opened this issue Dec 4, 2024 · 1 comment
Labels
📦 ⛰️ gno.land Issues or PRs gno.land package related

Comments

@Kouteki
Copy link
Contributor

Kouteki commented Dec 4, 2024

Description

Currently we allow trusted validators to run nodes, and they are in the position where they can take down a network by changing the blockchain configuration of their node (ex. by changing the gas limit).

We want to create a runtime configuration that limits the node operators to parameters that don't threaten the network.

Continuation of #1856

@moul
Copy link
Member

moul commented Dec 6, 2024

We need to transition from configuration files or CLI arguments to r/sys/params for all parameters that should remain consistent across every node. This will ensure that everything contributing to the runtime is deterministic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 ⛰️ gno.land Issues or PRs gno.land package related
Projects
Status: Triage
Development

No branches or pull requests

2 participants