-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #285 from iotexproject/203
Release v2.0.3
- Loading branch information
Showing
5 changed files
with
52 additions
and
30 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
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
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,22 @@ | ||
# v2.0.3 Release Note | ||
|
||
## Summary | ||
v2.0.3 is also an maintenance release after the latest release v2.0.0. It | ||
comes with an API fix. | ||
|
||
## Bug Fix and Performance Improvements: | ||
1. fix logs mismatched in `eth_getLogs` API | ||
|
||
## Upgrade Priority | ||
v2.0.3 does not have a hardfork, but contains an API fix. | ||
All API nodes are recommended to upgrade to v2.0.3 in order to provide the most | ||
up-to-date results and service | ||
|
||
| Node type | Action | | ||
| ---------- | ------------ | | ||
| Delegate | Not required | | ||
| Fullnode | Not required | | ||
| API node | Recommended | | ||
|
||
## Important Commits (not a complete list) | ||
1. [api] Fix parsing of log filter [#4376](https://github.com/iotexproject/iotex-core/pull/4376) |