Remove fields deprecated in AvalancheGo v1.11.11#207
Remove fields deprecated in AvalancheGo v1.11.11#207Nuttymoon wants to merge 4 commits intoava-labs:mainfrom
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.observedSubnetUptimesplatform.getCurrentValidators.connectedThis PR makes the
connectedfield optional and removes theobservedSubnetUptimesfield.