cosmos / gaia

Cosmos Hub
https://hub.cosmos.network
Apache License 2.0
466 stars 681 forks source link

docs: governance/parameters docs do not reflect actual on chain parameters #3184

Open damiannolan opened 3 months ago

damiannolan commented 3 months ago

Is there an existing issue for this?

What happened?

The docs under governance/current-parameters seem to not reflect the actual parameters on mainnet.

https://github.com/cosmos/gaia/blob/main/docs/docs/governance/current-parameters.js#L36

For example: max block gas linked above

See mainnet: https://cosmos-rest.publicnode.com/cosmos/consensus/v1/params https://cosmos-rpc.publicnode.com/consensus_params

Gaia Version

main

How to reproduce?

No response

MSalopek commented 3 months ago

Thank for for opening this issue!

The documentation section about governance parameters is being phased out and replaced with a different way of showing parameters. At present, the parameters need to be changed manually which is somewhat difficult to track.

Automating this process during the docs build will aleviate the issue.