Skip to content

Commit fb6c4ae

Browse files
authored
Upgraded the testnet to v0.8.0
1 parent cf16e9d commit fb6c4ae

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
## News
44

5+
- We have upgraded testnet to `v0.8.0`, which contains the upgrade of evm, so that developers are able to deploy
6+
the contract written in Solidity 0.5.0+. It's a hard fork that would happen at block height 699841. If people want
7+
to run the node for testnet, please pull the latest testnet genesis again, and restart the node with `v0.8.0` image.
58
- `v0.7.3` is available. it's a compatible upgrade from `0.7.2`.
69
- Please upgrade MainNet to v0.7.2. Delegates only need to restart the node with the docker image tagged `v0.7.2`.
7-
- TestNet is upgraded to v0.7.2. (2019-07-11)
8-
- TestNet is upgraded to v0.7.1 with a fix in API to sort actions on one address correctly. (2019-07-02)
9-
- TestNet is upgraded to v0.7.0. If you join the previous TestNet, you DO NOT need to clean up your local database.
10-
You only need to load the up-to-date genesis file again (`curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/master/genesis_testnet.yaml > $IOTEX_HOME/etc/genesis.yaml`), and restart the node with v0.7.0 docker image. (2019-06-27)
1110

1211
## Index
1312

@@ -23,7 +22,7 @@ You only need to load the up-to-date genesis file again (`curl https://raw.githu
2322
Here are the software versions we use:
2423

2524
- MainNet: [v0.7.3](https://github.com/iotexproject/iotex-core/tree/b3421b05b12da3b04e4e36d4d8c064b3eea25872)
26-
- TestNet: v0.7.2
25+
- TestNet: v0.8.0
2726

2827
## <a name="mainnet"/>Join MainNet Alpha
2928

@@ -111,7 +110,7 @@ curl https://raw.githubusercontent.com/iotexproject/iotex-bootstrap/master/genes
111110

112111
In step 4, you need to use the snapshot for TestNet: https://t.iotex.me/testnet-data-latest and https://t.iotex.me/testnet-data-with-idx-latest.
113112

114-
In step 5, you need to replace the docker image tag in the command with `v0.7.2`.
113+
In step 5, you need to replace the docker image tag in the command with `v0.8.0`.
115114

116115
## <a name="ioctl"/>Interact with Blockchain
117116

0 commit comments

Comments
 (0)