a16z / helios

A fast, secure, and portable multichain light client for Ethereum
MIT License
1.87k stars 292 forks source link

Support risc-v #370

Closed come-maiz closed 1 month ago

come-maiz commented 2 months ago

RISC-V is a good start to get Ethereum nodes running in free hardware, which is a necessary step for a local-first decentralized economy. Lightclients are another necessary step, so these two worlds together are very powerful.

Please support the risc-v architecture in this project.

come-maiz commented 2 months ago

helios fails to compile in risc-v because it has an old version of ring.

We need to update jsonrpsee in this repository in order to update ring.

ncitron commented 1 month ago

closed by #374