-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
Following #1033, there seems to be at least 3 locations where default values can reside and change
- https://github.com/anoma/namada/blob/main/genesis/dev.toml
- https://github.com/anoma/namada/blob/main/genesis/e2e-tests-single-node.toml
- Inside the Genesis function with the dev feature
I understand that for end-to-end (e2e) tests, that parameters might want to be tweaked, or on a dev machine, however with so many sources of these values, tweaking a default across the system that applies to dev, e2e and the mainnet one may forget to update one of these sources and cause an inconsistency in either testing the system or on the live system itself. Judging by repeating the same values in all three sources, I'd argue the chances are likely to overlook changing one value without properly propagating the change.
Metadata
Metadata
Assignees
Labels
No labels