[OP Stack Deployment] Can't find the branch op-program/v1.6.1
#843
-
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionI'm trying to follow the guidance below to generate the absolute prestate file for my production chains
but I cannot find the branch Logsoptimism % git checkout op-program/v1.6.1 Additional InformationNo response FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You're correct that the op-program/v1.6.1 tag doesn't exist yet. Checking the documentation history, op-program/v1.6.1-rc.1 was added to the tutorial on May 15th, then updated to op-program/v1.6.1 (stable version) on May 21st, but it seems this update preceded the actual tag release. Based on the official https://docs.optimism.io/notices/upgrade-16, it appears that the appropriate version for production environments at this time would be: Until the final v1.6.1 tag is released, it seems op-program/v1.6.1-rc.1 would be the version to use. |
Beta Was this translation helpful? Give feedback.
-
If your issue has been resolved, please mark the answer and close the question. If it hasn't been resolved, feel free to add a comment. If you're facing a new issue, please open a new discussion. |
Beta Was this translation helpful? Give feedback.
You're correct that the op-program/v1.6.1 tag doesn't exist yet. Checking the documentation history, op-program/v1.6.1-rc.1 was added to the tutorial on May 15th, then updated to op-program/v1.6.1 (stable version) on May 21st, but it seems this update preceded the actual tag release.
Based on the official https://docs.optimism.io/notices/upgrade-16, it appears that the appropriate version for production environments at this time would be:
git checkout op-program/v1.6.1-rc.1
Until the final v1.6.1 tag is released, it seems op-program/v1.6.1-rc.1 would be the version to use.