Semux v2.0.2
This release features the virtual machine hardfork and HD wallet.
NOTE: A softfork VIRTUAL_MACHINE
is introduced.
Bug fixes:
- Fixed a capacity codec bug in P2P handshake (#214)
- Fixed the invalid transaction results in database issue (#221)
- Fixed various EVM integration issues (#182, #183, #184, #190, #209, #210, #224, #229)
New features:
- Consensus
- Sync
- Wallet
- API
- Bumped the version to
v2.3.0
- Added
gas
andgasPrice
in theTransactionType
response (#226) - Added the
InternalTransactionType
(#188) - Updated the
/trasaction/create
and/trasaction/call
endpoints (#194) - Updated the
/compose-raw-transaction
endpoint (#195) - Updated the
/transaciton-result
endpoint (#219)
- Bumped the version to
- GUI
- Added support for quotes in console dialog (#203)
Enhancements: