You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sry, the dev.toml is outdated as it's not being used - we're re-working the genesis setup in #685 and dev.toml will be replaced. I don't think that the "dev" local net setup necessarily has to use the defaults, although it would probably be nicer if it did
The default parameters for
PosParams
andGovParams
disagrees with the default values set indev.toml
.PoS parameters:
max_validator_slots
in particularhttps://github.com/anoma/namada/blob/main/proof_of_stake/src/parameters.rs#L47
https://github.com/anoma/namada/blob/main/genesis/dev.toml#L155
Governance parameters:
max_proposal_content_size
in particularhttps://github.com/anoma/namada/blob/main/core/src/ledger/governance/parameters.rs#L61
https://github.com/anoma/namada/blob/main/genesis/dev.toml#L190
The text was updated successfully, but these errors were encountered: