Skip to content

Commit

Permalink
docs: rm deprecated bank params
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Feb 12, 2024
1 parent 8110bd6 commit 93b56b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions docs/docs/governance/proposal-types/param-change.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ The complete parameters of the Cosmos Hub are split up into different modules, e
There are currently 8 modules active in the Cosmos Hub with parameters that may be altered via governance proposal. New modules may be introduced in the future.

1. [auth](/governance/proposal-types/params-change/Auth.mdx) - Authentication of accounts and transactions
2. [bank](/governance/proposal-types/params-change/Bank.mdx) - Token transfer functionalities
3. [gov](/governance/proposal-types/params-change/Governance.mdx) - On-chain governance proposals and voting
4. [staking](/governance/proposal-types/params-change/Staking.mdx) - Proof-of-stake layer
5. [slashing](/governance/proposal-types/params-change/Slashing.mdx) - Validator punishment mechanisms
6. [distribution](/governance/proposal-types/params-change/Distribution.mdx) - Fee distribution and staking token provision distribution
7. [crisis](/governance/proposal-types/params-change/Crisis.mdx) - Halting the blockchain under certain circumstances (ie. if an invariant is broken)
8. [mint](/governance/proposal-types/params-change/Mint.mdx) - Creation of new units of staking token
2. [gov](/governance/proposal-types/params-change/Governance.mdx) - On-chain governance proposals and voting
3. [staking](/governance/proposal-types/params-change/Staking.mdx) - Proof-of-stake layer
4. [slashing](/governance/proposal-types/params-change/Slashing.mdx) - Validator punishment mechanisms
5. [distribution](/governance/proposal-types/params-change/Distribution.mdx) - Fee distribution and staking token provision distribution
6. [crisis](/governance/proposal-types/params-change/Crisis.mdx) - Halting the blockchain under certain circumstances (ie. if an invariant is broken)
7. [mint](/governance/proposal-types/params-change/Mint.mdx) - Creation of new units of staking token
<!-- markdown-link-check-disable -->

## What are the current parameter values?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Changing the `withdrawaddrenabled` to false will prevent delegators from changin

#### Notes

This parameter was set to `false` before transfers were enabled in order to prevent stakers from diverting their rewards to other addresses ie. to avoid a loophole that would enable ATOM transfer via diverting staking rewards to a designated address. This parameter likely is only useful if [`sendenabled`](./Bank.mdx#1-sendenabled) is set to `false`.
This parameter was set to `false` before transfers were enabled in order to prevent stakers from diverting their rewards to other addresses ie. to avoid a loophole that would enable ATOM transfer via diverting staking rewards to a designated address.

## Known Bug

Expand Down

0 comments on commit 93b56b0

Please sign in to comment.