Releases: vechain/thor
Releases · vechain/thor
v1.0.2
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 forsolo
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 ofPOST /logs/events
.
v1.0.1
Update is recommended!
It's a maintenance release, which takes some bug fixes and performance improvement.
- Fix panic on handling malicious P2P discovery packet
- Speed up block synchronization
- Improve API document
- Fix inaccurate error when request API
POST /accounts/{address}
- Fix broken
--on-demand
flag in solo mode - Add docker file
- Set default NAT flag to
any
- Add timeout on processing
POST /accounts/{address}
andPOST /accounts