2
2
3
3
## News
4
4
5
+ - Please upgrade MainNet to v0.7.2. Delegates only need to restart the node with the docker image tagged ` v0.7.2 ` .
5
6
- TestNet is upgraded to v0.7.2. (2019-07-11)
6
7
- TestNet is upgraded to v0.7.1 with a fix in API to sort actions on one address correctly. (2019-07-02)
7
8
- 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
20
21
21
22
Here are the software versions we use:
22
23
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 )
24
25
- TestNet: v0.7.2
25
26
26
27
## <a name =" mainnet " />Join MainNet Alpha
27
28
28
29
1 . Pull the docker image:
29
30
30
31
```
31
- docker pull iotex/iotex-core:v0.6 .2
32
+ docker pull iotex/iotex-core:v0.7 .2
32
33
```
33
34
34
- Please check if the docker image digest is ` d710efc6c76ad7e79414ef26e6386771de091767bd078eb9f7f32c79b3087692 ` .
35
+ Please check if the docker image digest is ` 0ed123a65c24188e1c2497574d885658dce2b8977b5caed6031c9673055fd4d3 ` .
35
36
36
37
2 . Set the environment with the following commands:
37
38
@@ -70,7 +71,7 @@ docker run -d --restart on-failure --name iotex \
70
71
-v=$IOTEX_HOME/log:/var/log:rw \
71
72
-v=$IOTEX_HOME/etc/config.yaml:/etc/iotex/config_override.yaml:ro \
72
73
-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 \
74
75
iotex-server \
75
76
-config-path=/etc/iotex/config_override.yaml \
76
77
-genesis-path=/etc/iotex/genesis.yaml
@@ -89,7 +90,7 @@ docker run -d --restart on-failure --name iotex \
89
90
-v=$IOTEX_HOME/log:/var/log:rw \
90
91
-v=$IOTEX_HOME/etc/config.yaml:/etc/iotex/config_override.yaml:ro \
91
92
-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 \
93
94
iotex-server \
94
95
-config-path=/etc/iotex/config_override.yaml \
95
96
-genesis-path=/etc/iotex/genesis.yaml \
0 commit comments