[CONSOLE] show deployed protocol version #186
Labels
Team: Protocol
Protocol Core, Sentinel, Peripherals, Protocol Infrastructure Tools & DevOps
Type: Enhancement
New feature or request
With the 1.8 release, we get a versionString in Resolver which tells us what's deployed.
This version string includes the ethereum-contracts package version and the git revision (leading 16 digits).
The information is store in the Resolver under the key
versionString.v1
.Since the Resolver only supports address values, it needs to be parsed like that: https://github.com/superfluid-finance/protocol-monorepo/blob/dev/packages/ethereum-contracts/ops-scripts/libs/common.js#L442
The text was updated successfully, but these errors were encountered: