Closed arose00 closed 5 months ago
Hi @arose00 ! We are already working on a fix and will let you know as soon as it's ready. Thanks!
Hi @arose00! With fix #31, you should be able to run the check
command with the corresponding version number showing. Now the tool interprets the current version as semantic version.
For example, with hyperchain upgrade:
pnpm validate check ../zksync-era/etc/upgrades/1711451944-hyperchain-upgrade --ref=8a70bbbc48125f5bde6189b4e3c6a3ee79631678
Thanks for raising awareness of this issue!
Hey team,
The zkSync upgrade
common.json
file has been updated to use semantic versioning for the protocol version (example here).Previously it would look like:
now it looks like:
pnpm validate check
currently fails because of this change.