dymensionxyz / RDK

Server side for dymension Rollapps
Other
15 stars 3 forks source link

Limit the staking "create validator" for testnet #158

Closed mtsitrin closed 1 year ago

mtsitrin commented 1 year ago

We want to have hard limit of single validator which is the sequencer.

Validator creation in a rollapp will be disabled for now

shaolin-flow commented 1 year ago

Why do we need to change the RDK for this if we can limit who can post state transitions on the Dymension Hub?

mtsitrin commented 1 year ago

Because having single set of validators that contains both the sequencer and on-chain created validators can lead to undefined behaviour.

I think this functionality should be enabled as discussed in ADR#2.

Anyway, it's not mandatory.