Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract block reward calculation into separate class and files #92

Open
ShiningRay opened this issue Oct 21, 2022 · 0 comments
Open

Extract block reward calculation into separate class and files #92

ShiningRay opened this issue Oct 21, 2022 · 0 comments
Assignees
Labels

Comments

@ShiningRay
Copy link
Contributor

Now the block reward calculation is in CkbUtils#update_block_reward with some other methods.
The CkbUtils class is too large, and this methods actually modified underlying models, not suitable in the "utils" class.
So we should refactor block reward calculation into separate class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📋 Backlog
Status: Todo
Development

No branches or pull requests

2 participants