As an Ethereum person dealing mostly with EVM dapp, client and tooling/infra the decision to switch to Solana was not an easy one.
But as an EVM environment on top of Solanaโs paralelized processing Neon always seemed extremely interesting to me.
While building Neon the team had to solve for many hard problems that are a part of how Solana achieves itโs performance advantage over Ethereum.
Deterministic execution is existential for Solanaโs long-term credibility as the Internet Capital Markets infrastructure.
Ethereum achieves this easily: single-threaded EVM, strict gas ordering, serial transaction executionโฆ
But how do you keep a hyper-parallel, real time network perfectly deterministic?
The only way to do it is by trading away certain things for speed.
This introduces subtle problems that are technologically hard to solve if you want to build more complex apps and sofisticated DeFi on Solana and by looking at the hard work NeonLabs team had to do to make EVM on Solana technologically possible I believe we are in an unique position to help solve these problems.