Paweł Bylica (@chfast) 's Twitter Profile
Paweł Bylica

@chfast

ID: 17677143

linkhttps://github.com/chfast calendar_today27-11-2008 12:54:58

714 Tweet

1,1K Takipçi

469 Takip Edilen

Ipsilon (@teamipsilon) 's Twitter Profile Photo

The team prepared valuable input to the discussion on Solidity libraries "compilation to EOF" issues. notes.ethereum.org/@ipsilon/eof_s… It's worth reading and decide if it's complicated or easy.

Paweł Bylica (@chfast) 's Twitter Profile Photo

If you can ZK-proove a given EVM contract is the result of the solidity source code compilation, it should be allowed to upgrade it to RISC-V version by compiling the same source code to RISC-V.

Geodework (@geodework) 's Twitter Profile Photo

🇵🇱 Eastern Europe's blockchain pioneer & Ethereum innovation hub. From Golem's decentralized computing to Nethermind's core infrastructure, L2beat's essential analytics, Polish builders are shaping Ethereum's future globally. ☕️ Discover this ecosystem: localethereum.beehiiv.com/p/poland-ether…

Paweł Bylica (@chfast) 's Twitter Profile Photo

Ethereum performance is blocked at 50 Mgas/s because of the Point Evaluation precompile and there is no* way to fix this.

Qi Zhou (@qc_qizhou) 's Twitter Profile Photo

I wrote an optimized EVM memory access demo showcasing the power of EIP-7923 by deferring boundary and allocation checks to the hardware. This relies on the assumptions defined in EIP-7923: - Memory is allocated in 4KB pages; - Page-based allocation; - A fixed memory limit