Skip to content

Semux v2.0.2

Compare
Choose a tag to compare
@semuxgo semuxgo released this 23 Aug 14:12
· 99 commits to master since this release

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
    • Replaced the block size limit with a 20m gas limit (#211, #213, #214)
  • Sync
    • Added support for the experimental FAST_SYNC protocol (#155, #228, #232)
  • Wallet
  • API
    • Bumped the version to v2.3.0
    • Added gas and gasPrice in the TransactionType 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)
  • GUI
    • Added support for quotes in console dialog (#203)

Enhancements:

  • Updated docs (#156, #158, #193)
  • Reset the testnet with new keys (#175, #176)
  • Packed JVM images in releases (#225)
  • Added support for quotes in console dialog (#203)