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
3. Edit `$IOTEX_HOME/etc/config.yaml`, look for `externalHost` and `producerPrivKey`, uncomment the lines and fill in your external IP and private key. If you leave `producerPrivKey` empty, your node will be assgined with a random key.
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. If you need legacy delegate election data(poll.db) for TestNet, you can download it here: https://storage.googleapis.com/blockchain-golden/poll.testnet.tar.gz
163
163
164
-
In step 5, you need to replace the docker image tag in the command with `v1.1.0`.
164
+
In step 5, you need to replace the docker image tag in the command with `v1.1.1`.
Copy file name to clipboardExpand all lines: changelog/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
- We have upgraded testnet and mainnet to `v1.1.1`. A improvement to blocksync request handling is introduced. That version doesn't have a activation height.
1
2
- We have upgraded testnet and mainnet to `v1.1.0`. The breaking changes which will be activated on mainnet at block height 6544441.
2
3
- We have upgraded testnet and mainnet to `v1.0.0`. The breaking changes which will be activated on mainnet at block height 5157001.
3
4
- We have upgraded testnet to `v1.0.0-rc`. This version introduces native staking on IoTeX chain.
Copy file name to clipboardExpand all lines: changelog/v1.1-release-note.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,11 @@
1
-
# v1.1.0 Release Note
1
+
# v1.1 Release Note
2
+
3
+
### v1.1.1 Release Note
4
+
1. Improve node stability on poor blocksync request handling
5
+
2. Fix a nill ptr issue on blockmeta API when gateway is turned off
6
+
7
+
8
+
### v1.1.0 Release Note
2
9
3
10
1. Support of Reclaim Buckets
4
11
One can now transfer the ownership of a bucket that is previously staked by a private key in Ethereum hardware wallet to another designated IoTeX address
0 commit comments