node
node copied to clipboard
Moving distribution logic in `keeper` package
Describe the Issue
The keeper package should contain all logic for state transitions.
For the emissions module, we currently define the distribution methods for rewards in the module package, abci.go
Expected Outcome
abci.go should contains only defines the BeginBlocker callback. Other methods should be moved in keeper. I think distribution.go would be an ideal name