You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful to return something closed to the current client versions. Something like Polygon zkEVM Node: v0.0.3-RC36 Prover: v0.0.3-RC35 This would be especially useful for those managing large fleets of nodes ensure their software is up to date.
The text was updated successfully, but these errors were encountered:
That makes sense, when we implemented this endpoint we didn't have decided yet how to handle the version and we only had the definition of the protocol version. The binary already has this information when it is started, I think we can share this information with the jRPC server and return it when this endpoint is called.
I've added the tags to ensure the issue is considered in our filters and I'll take a look at it as soon as possible accordingly to the priorities.
It would be helpful to have more precise versioning info on web3_clientVersion JSON-RPC calls.
Current State
When calling the
web3_clientVersion
method of the JSON-RPC,Polygon Hermez zkEVM/v2.0.0
is currently returned.Request
Response
Expected State
It would be helpful to return something closed to the current client versions. Something like
Polygon zkEVM Node: v0.0.3-RC36 Prover: v0.0.3-RC35
This would be especially useful for those managing large fleets of nodes ensure their software is up to date.The text was updated successfully, but these errors were encountered: