Releases: khipu-io/khipu
Releases · khipu-io/khipu
0.4.1 Beta Release
- Muir Glacier compatible
0.4.0 Beta Release
- Istanbul compatible
- Full implemented node discovery protocol
0.3.1 Beta Release
- Separated transaction data source from shared data source
- Avoid continually reorganise from same peer.
0.3.0 Beta Release
- Refined Kafka based storage engine Kesque, with less memory requirement
- More stable performance
0.2.1 Beta Release
- Faster application restarting
0.2.0 Beta Release
- Supports Constantinople hard fork
- Lots of performance optimizations
- The fastest Ethereum implementation
0.1.0 Alpha 3 Hotfix release
- Fixed java.lang.ArrayIndexOutOfBoundsException: null. Passed block 6214799
- Fixed memory expand in CallOp. Passed block 6228137
0.1.0 Alpha 2 Hotfix release
Fixed gas calculations for Byzantium precompiles, passed block 6153827.
0.1.0 Alpha 1
Improved reliability of fast sync.
To redo fast sync:
rm -r .khipu.eth/leveldb
rm -r .khipu.eht/kesque.logs
0.1.0 Alpha
v0.1.0-alpha Use all available unassigned peers to download bodies/receipts/header…