Semux v2.1.1
This release tries to fix several issues about the voting precompiled contracts. All nodes
are required to upgrade.
NOTE: A softfork VOTING_PRECOMPILED_UPGRADE
is introduced.
Bug fixes:
- Fixed the traceability issue of vote/unvote calls (#249)
- Fixed the transaction result bug (#260)
- Fixed the local call bug (#257)
New features:
- API
- Bumped the version to
v2.4.0
- Deprecated
POST /transaction/raw
(#267) - Deprecated
POST /account
andDELETE /account
(#267) - Replaced
/call
with/local-call
(#267) - Added
/local-create
(#267) - Added
/broadcast-raw-transaction
(#267) - Added
/create-account
and/delete-account
(#267) - Added
/account/code
and/account/storage
(#266)
- Bumped the version to
- CLI
- Added a database re-index tool (#262)