Tags: atomone-hub/govgen
Tags
[docs] Update SECURITY.md (#45) ## Description Closes: N/A --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.* I have... - [x] included the correct `docs:` prefix in the PR title - [x] targeted the correct branch (see [PR Targeting](https://github.com/atomone-hub/govgen/blob/main/CONTRIBUTING.md#pr-targeting)) - [x] provided a link to the relevant issue or specification - [x] reviewed "Files changed" and left comments if necessary - [x] confirmed all CI checks have passed ### Reviewers Checklist *All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.* I have... - [ ] Confirmed the correct `docs:` prefix in the PR title - [ ] Confirmed all author checklist items have been addressed - [ ] Confirmed that this PR only changes documentation - [ ] Reviewed content for consistency - [ ] Reviewed content for thoroughness - [ ] Reviewed content for spelling and grammar - [ ] Tested instructions (if applicable) --------- Co-authored-by: Thomas Bruyelle <thomas.bruyelle@tendermint.com>
feat: `InitChainer` auto stakes uniformly to validators at genesis (#26) Stake automatically 50% of balance for accounts that have more than 25 $GOVGEN at genesis initialization. The resulting stake distribution will provide approximately the same voting power to all genesis validators. Accounts will automatically stake to 5 validators if balance is less than 500 $GOVGEN, 10 validators if balance is less than 10000 $GOVGEN and 20 validators if more, uniformly. --------- Co-authored-by: Giuseppe Natale <12249307+giunatale@users.noreply.github.com>