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
Copy file name to clipboardexpand all lines: README.md
+16-23
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This repository offers Docker configurations for effortlessly running the Opstac
8
8
Please follow the steps below to get your Verse up and running. If you encounter any issues while building, please refer to the [QA](#frequently-asked-questions) section.
9
9
10
10
## About Versions
11
-
This repository follows semantic versioning with the major version fixed at `v1`(representing Verse V1). Minor version updates correspond to OPStack protocol upgrades(hardforks). Patch version updates are releases focused on bug fixes and parameter changes. It is strongly recommended to pin to a specific version after git cloning, as tracking the main branch would result in automatic application of upgrades.
11
+
This repository follows semantic versioning with the major version fixed at `v1`(meaning Verse V1). Minor version updates correspond to OPStack protocol upgrades(hardforks). Patch version updates are releases focused on bug fixes and parameter changes. It is strongly recommended to pin to a specific version after git cloning, as tracking the main branch would result in automatic application of upgrades.
| fjord_time | Specify the same value as `ecotone_time`|
151
-
| granite_time | Specify the same value as `ecotone_time`|
142
+
The `op-node` and `op-geth` must be started before the specified timestamps, so it's necessary to set this time slightly in the future. For a newly built Verse, it's acceptable to set all values to the same time.
143
+
```shell
144
+
# Getting a timestamp 10 minutes in the future
145
+
expr $(date +%s) + 600
146
+
```
152
147
153
148
> [!IMPORTANT]
154
-
> - The above only applies when building a new Verse
155
-
> - You must start the chain before the time specified in `ecotone_time`
156
-
> - Do not modify these values after the upgrades have been applied, as this may cause unnecessary issues
149
+
> **Do not modify timestamps after upgrades have been applied. In particular, never re-change to a future.**
157
150
158
151
#### Generate the Genesis Block
159
152
Ensure the successful generation of the genesis block (number=0):
0 commit comments