-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix(PE-7040): updated weight names #367
Conversation
f776cb0
to
6ecaa24
Compare
// @deprecated - use `gatewayPerformanceRatio` instead | ||
gatewayRewardRatioWeight: number; | ||
// @deprecated - use `observerPerformanceRatio` instead | ||
observerRewardRatioWeight: number; | ||
gatewayPerformanceRatio: number; | ||
observerPerformanceRatio: number; |
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.
in the method, we could duplicated this deprecated value to prevent any backwards compatiblity issues. at least until release 4.0.0
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.
the contract will continue to provide these values for now. pre-mainnet we can prep and release a v4 with the final types
…tioWeight with gatewayPerformanceRatio and observerPerformanceRatio (#341) Swap out the attribute name. for the handlers we'll support the old ones until the SDK and network portal are updated. ar-io/ar-io-sdk#367
6ecaa24
to
a4aaf38
Compare
🎉 This PR is included in version 3.4.1-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Depends on ar-io/ar-io-network-process#341