-
Notifications
You must be signed in to change notification settings - Fork 345
cow cache for staking view #4655
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
Conversation
bucketPool: pool, | ||
candCenter: center, | ||
bucketPool: pool, | ||
contractsStake: &contractStakeView{}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: load from state reader
if cow.dirty { | ||
cow.dirty = false | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete?
|
* cow cache for staking view * cow v1 staking view * add mutex for v1 staking view * add mutex for v2 staking view * address comment --------- Co-authored-by: CoderZhi <thecoderzhi@gmail.com>
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes #(issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: