Skip to content

Commit

Permalink
Merge pull request #284 from anoma/bengt/gov-stuff
Browse files Browse the repository at this point in the history
Bengt/gov stuff
  • Loading branch information
bengtlofgren authored Feb 15, 2024
2 parents c9501ad + c205997 commit 2e35637
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/docs/pages/users/governance/on-chain-governance.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { info } from 'console'
import { Callout } from 'nextra-theme-docs'

# On-chain proposals
Expand Down Expand Up @@ -245,3 +246,9 @@ or to just check the result:
```shell copy
namada client query-proposal-result --proposal-id 0
```

<Callout type="info">
It is important to note that the proposal will only be executed at the end of the `grace_epoch` epoch if it has passed. If it has not passed, the proposal will be rejected and the code will not be executed.

Another important note is that the voting period differs between `delegates` and `delegators`. The `delegates` have a shorter voting period than the `delegators`. This is defined in the `parameters.toml`. This is to ensure that the `delegates` have enough time to vote on the proposals. See the specs for more information.
</Callout>

0 comments on commit 2e35637

Please sign in to comment.