node icon indicating copy to clipboard operation
node copied to clipboard

Moving distribution logic in `keeper` package

Open lumtis opened this issue 1 year ago • 0 comments

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

lumtis avatar Feb 22 '24 09:02 lumtis