-
Notifications
You must be signed in to change notification settings - Fork 17
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
Remove fields deprecated in AvalancheGo v1.11.11 #207
base: main
Are you sure you want to change the base?
Conversation
@Nuttymoon, the clippy errors seem easy enough to fix, but I'm not sure if I can say the same about the e2e test. This is the line that's getting hit: |
@richardpringle thanks for the quick review! I fixed both issues. Clippy was easy indeed. For the e2e test error, it comes from changes in Prometheus metrics introduced here ava-labs/avalanchego#2990 and here ava-labs/avalanchego#3053. |
I am now encountering another issue with the e2e C-Chain tests in |
@gyuho as expected, the tests failed with the error I mentioned above. No idea how to resolve it. |
The following fields were deprecated in AvalancheGo v1.11.11:
info.peers.observedSubnetUptimes
platform.getCurrentValidators.connected
This PR makes the
connected
field optional and removes theobservedSubnetUptimes
field.