Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
semuxgo committed Apr 15, 2021
1 parent e1016e3 commit ae2a5a6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change Log

## [v2.2.x](https://github.com/semuxproject/semux-core/tree/v2.2.0) (2021-04-15)

This release brings in various bugfixes and enhancements to Semux Core.

**Bug fixes:**
- Fixed a bug which allows state change of failed transactions

**Enhancements:**
- Removed deprecated APIs and bumped the version to `v2.5.0`
- Added more seed nodes
- Enabled `FAST_SYNC` by default
- Added support for HiDPI displays
- Improved UX by merging Send and Smart Contract panels and simplifying HD initialization process
- Added support for configuring min tx gas price and max gas limit

Notably, this release introduces a new file layout:
```
/chaindata -> blockchain data
/wallet -> wallet data
/log -> application logs
```

It's recommended to do a full sync after upgrading.


## [v2.1.x](https://github.com/semuxproject/semux-core/tree/v2.1.1) (2019-09-10)

This release tries to fix several issues about the voting precompiled contracts. All nodes
Expand Down
2 changes: 1 addition & 1 deletion assets/semux-core-version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"minVersion": "2.1.1",
"latestVersion": "2.1.1"
"latestVersion": "2.2.0"
}

0 comments on commit ae2a5a6

Please sign in to comment.