Skip to content

v1.0.2

Compare
Choose a tag to compare
@qianbin qianbin released this 31 Aug 17:31
· 1062 commits to master since this release
41b0c69

Update is recommended!

Make sure to make dep prior to make all.

This release takes some new features, bug fixes and also performance improvements.

  • Support subscription for new blocks, events and transfers by making WebSocket request.
  • Add --gas-limit flag for solo to allow customized block gas limit.
  • Improve solo's error handling and log printing.
  • Add x-genesis-id http header verification to prevent accidentally accessing wrong node instance.
  • Accelerate synchronization by tweaking P2P parameters.
  • Fix error in compiling with go1.10.4 and go1.11.
  • Fix panic when data size exceeds 1TB, by upgrade goleveldb.
  • Add missing address field in response of POST /logs/events.