We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In every epoch transition, we create balances tree from a list of number[] and the resulting ViewDU does not contain any cached nodes https://github.com/ChainSafe/lodestar/blob/36f50cf08337e70b0f8078949a23162256ec03a2/packages/state-transition/src/epoch/processRewardsAndPenalties.ts#L36C40-L36C48
If we have balances cached nodes we can:
balances
this issue is shown in lodestar nodes:
Retain balances ssz cache after we create balances
No response
Linux
unstable
The text was updated successfully, but these errors were encountered:
twoeths
Successfully merging a pull request may close this issue.
Describe the bug
In every epoch transition, we create balances tree from a list of number[] and the resulting ViewDU does not contain any cached nodes https://github.com/ChainSafe/lodestar/blob/36f50cf08337e70b0f8078949a23162256ec03a2/packages/state-transition/src/epoch/processRewardsAndPenalties.ts#L36C40-L36C48
If we have
balances
cached nodes we can:this issue is shown in lodestar nodes:
Expected behavior
Retain balances ssz cache after we create
balances
Steps to reproduce
No response
Additional context
No response
Operating system
Linux
Lodestar version or commit hash
unstable
The text was updated successfully, but these errors were encountered: