cosmos-sdk/x/protocolpool
2023-09-27 09:09:04 +00:00
..
keeper feat: Move CommunityPool to its own module (#17657) 2023-09-27 09:09:04 +00:00
simulation feat: Move CommunityPool to its own module (#17657) 2023-09-27 09:09:04 +00:00
testutil feat: Move CommunityPool to its own module (#17657) 2023-09-27 09:09:04 +00:00
types feat: Move CommunityPool to its own module (#17657) 2023-09-27 09:09:04 +00:00
autocli.go feat: Move CommunityPool to its own module (#17657) 2023-09-27 09:09:04 +00:00
go.mod feat: Move CommunityPool to its own module (#17657) 2023-09-27 09:09:04 +00:00
go.sum feat: Move CommunityPool to its own module (#17657) 2023-09-27 09:09:04 +00:00
module.go feat: Move CommunityPool to its own module (#17657) 2023-09-27 09:09:04 +00:00
README.md feat: Move CommunityPool to its own module (#17657) 2023-09-27 09:09:04 +00:00
sonar-project.properties feat: Move CommunityPool to its own module (#17657) 2023-09-27 09:09:04 +00:00

sidebar_position
1

x/protocolpool

Functionality to handle community pool funds. This provides a separate module account for community pool making it easier to track the pool assets. We no longer track community pool assets in distribution module, but instead in this protocolpool module. Funds are migrated from the distribution module's community pool to protocolpool's module account.

Concepts

State

State Transitions

Messages

Begin Block

End Block

Hooks

Events

Client

Params

Future Improvements

Tests

Appendix