Skip to content

Commit 08a20da

Browse files
authored
Update the news of upgrading mainnet to v0.7.2
1 parent e483203 commit 08a20da

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## News
44

5+
- Please upgrade MainNet to v0.7.2. Delegates only need to restart the node with the docker image tagged `v0.7.2`.
56
- TestNet is upgraded to v0.7.2. (2019-07-11)
67
- TestNet is upgraded to v0.7.1 with a fix in API to sort actions on one address correctly. (2019-07-02)
78
- TestNet is upgraded to v0.7.0. If you join the previous TestNet, you DO NOT need to clean up your local database.
@@ -20,18 +21,18 @@ You only need to load the up-to-date genesis file again (`curl https://raw.githu
2021

2122
Here are the software versions we use:
2223

23-
- MainNet: [v0.6.2](https://github.com/iotexproject/iotex-core/tree/2df78e9460dee3bd3d96526468472409ac36d615)
24+
- MainNet: [v0.7.2](https://github.com/iotexproject/iotex-core/tree/909a087ce8a3aa1ae53e3f918f18d097226e11d2)
2425
- TestNet: v0.7.2
2526

2627
## <a name="mainnet"/>Join MainNet Alpha
2728

2829
1. Pull the docker image:
2930

3031
```
31-
docker pull iotex/iotex-core:v0.6.2
32+
docker pull iotex/iotex-core:v0.7.2
3233
```
3334

34-
Please check if the docker image digest is `d710efc6c76ad7e79414ef26e6386771de091767bd078eb9f7f32c79b3087692`.
35+
Please check if the docker image digest is `0ed123a65c24188e1c2497574d885658dce2b8977b5caed6031c9673055fd4d3`.
3536

3637
2. Set the environment with the following commands:
3738

@@ -70,7 +71,7 @@ docker run -d --restart on-failure --name iotex \
7071
-v=$IOTEX_HOME/log:/var/log:rw \
7172
-v=$IOTEX_HOME/etc/config.yaml:/etc/iotex/config_override.yaml:ro \
7273
-v=$IOTEX_HOME/etc/genesis.yaml:/etc/iotex/genesis.yaml:ro \
73-
iotex/iotex-core:v0.6.2 \
74+
iotex/iotex-core:v0.7.2 \
7475
iotex-server \
7576
-config-path=/etc/iotex/config_override.yaml \
7677
-genesis-path=/etc/iotex/genesis.yaml
@@ -89,7 +90,7 @@ docker run -d --restart on-failure --name iotex \
8990
-v=$IOTEX_HOME/log:/var/log:rw \
9091
-v=$IOTEX_HOME/etc/config.yaml:/etc/iotex/config_override.yaml:ro \
9192
-v=$IOTEX_HOME/etc/genesis.yaml:/etc/iotex/genesis.yaml:ro \
92-
iotex/iotex-core:v0.6.2 \
93+
iotex/iotex-core:v0.7.2 \
9394
iotex-server \
9495
-config-path=/etc/iotex/config_override.yaml \
9596
-genesis-path=/etc/iotex/genesis.yaml \

0 commit comments

Comments
 (0)