-
Notifications
You must be signed in to change notification settings - Fork 274
fix: staking optimization v1.6.x patch #1910
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
base: release/v1.6.x-optstaking
Are you sure you want to change the base?
fix: staking optimization v1.6.x patch #1910
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
a252593 to
287bb38
Compare
287bb38 to
9128ce5
Compare
9128ce5 to
1c5136e
Compare
1c5136e to
2196ef9
Compare
2196ef9 to
5c763d4
Compare
Description
Previous staking optimizations were causing AppHash mismatches across nodes.
To address this issue, two key changes were introduced:
Use of an in-memory KV store to manage staking caches.
Reference
Implementation of fixed gas consumption for staking-related messages to ensure consistent gas usage.
Reference
PR Checklist:
make)make test)go fmt)golangci-lint run)go list -json -m all | nancy sleuth)Thank you for your code, it's appreciated! :)