honeycrypto
semux
Published in
1 min readSep 10, 2019

--

This release fixed several issues about the voting via precompiled contracts.
This is a mandatory update. A softfork VOTING_PRECOMPILED_UPGRADE has been introduced.

Download the latest release from official repo:
https://github.com/semuxproject/semux-core/releases/latest

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

  • Introduce group-based API filtering and split services into public and private
  • Bumped the version to v2.4.0
  • Deprecated POST /transaction/raw (#267)
  • Deprecated POST /account and DELETE /account (#267)
  • Added /local-create (#267)
  • Added /broadcast-raw-transaction (#267)
  • Added /create-account and /delete-account (#267)
  • Added /account/code and /account/storage (#266)

CLI

  • Added a database re-index tool (#262)

--

--