Content
@
0 reply
0 recast
0 reaction
ncitron.eth
@ncitron.eth
Helios 0.9.0 is now available! This release is packed with new features and improvements: • A functional TUI • Historical block access support • Parallel transaction processing • TypeScript bindings on NPM • A new interface for custom VM integrations
4 replies
8 recasts
74 reactions
ncitron.eth
@ncitron.eth
New Terminal Interface: Run Helios with --tui to monitor your node in real-time. View current blocks, sync status, and recent block history in a clean interface that updates automatically.
1 reply
0 recast
3 reactions
ncitron.eth
@ncitron.eth
Historical block access is now available through a new pluggable provider system. Previously, Helios couldn't access historical blocks. Now it can retrieve old blocks while maintaining security through full light client verification across all supported networks.
1 reply
0 recast
2 reactions
ncitron.eth
@ncitron.eth
Transaction processing now runs in parallel, reducing latency across the board. Operations that previously ran sequentially now utilize multiple CPU cores for better performance.
1 reply
0 recast
2 reactions
ncitron.eth
@ncitron.eth
We have published TypeScript bindings to NPM. JavaScript and TypeScript developers can now easily integrate Helios light client functionality into their applications with full light client support.
1 reply
1 recast
3 reactions
ncitron.eth
@ncitron.eth
JavaScript tooling has moved from Webpack to Vite. This provides a better developer experience with faster builds and support for both ESM and UMD module formats. We've also published an NPM package for easy use.
1 reply
0 recast
1 reaction
ncitron.eth
@ncitron.eth
Custom Virtual Machine support has been added. The refactored architecture allows for different execution environments beyond standard Ethereum execution.
1 reply
0 recast
1 reaction