ethereum / aleth

Aleth – Ethereum C++ client, tools and libraries
GNU General Public License v3.0
3.97k stars 2.17k forks source link

Sunset Aleth as Ethereum Client #5777

Open chfast opened 5 years ago

chfast commented 5 years ago

A public announcement that Aleth is no longer considered an Ethereum Client anyhow. This is a list of additional task related to that.

moneroexamples commented 5 years ago

What does it mean? Aleth is discontinued?

halfalicious commented 5 years ago

I think that we should also clarify what the current limitations of Aleth are and where it can provide value, i.e. that it's protocol-compliant with mainnet and ropsten but has perf issues related to importing new blocks due to its management of the state which prevents one from being able to keep up-to-date with mainnet.

halfalicious commented 5 years ago

What does it mean? Aleth is discontinued?

@moneroexamples We are discussing how to proceed with maintaining Aleth, nothing is finalized yet. For the time-being we have switched our focus to the consensus layer (i.e. VM changes such as implementing new EIPs) and testing-related changes.