-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# v1.3 Release Note | ||
|
||
### v1.3.0 Release Note | ||
**Note that v1.3.0 has a hardfork, which will be activated at block height 12,289,321 (7/22/2021 ~2pm PDT) on IoTeX mainnet.** | ||
1. v1.3 has upgraded to latest EVM version so user can confidently deploy their | ||
DApps to IoTeX blockchain. This EVM upgrade supports the ChainID opcode to | ||
prevent relay attacks and enable cross-chain transparency, and has optimized gas | ||
costs of certain opcodes, especially privacy and zk computations. Click | ||
[here](https://github.com/iotexproject/iotex-bootstrap/blob/master/changelog/evm-istanbul.md) | ||
for details | ||
2. Optimized block sync strategy to make it more robust | ||
3. Fixed a bug that API query needs to wait a little while to return the latest | ||
committed block | ||
4. Fixed a bug that node stops working after network connectivity is lost. Now | ||
the node can detect the network loss/reconnect event, and automatically resume | ||
working after network connectivity is restored |