Paweł Bylica

Results 290 issues of Paweł Bylica

https://eips.ethereum.org/EIPS/eip-3855

1. Fix the extension of files with runtime code, e.g. `.code` or `.evm`. Currently all files expect `*.inputs` are assumed to contain code. This makes it inconvenient to have other...

## List of optimizations to investigate ### 1. Extend bytecode with 33 zero bytes This requires copying the original code and adding additional 33 zero bytes in the end. The...

The #162 adds the code for evmone-fuzzer. Build it are run on CI.

The https://github.com/ethereum/evmone/pull/144 introduces the `block_analysis` which keeps the basic block data as `int`s later compressed to smaller `block_info`. Therefore, the value clapping happens only once per block. However, the commit...

The abstract goal is to de-duplicate the logic of call instructions. Currently, almost all calls (except CALL and CALLCODE) are implemented independently - it was done to get good code...

Currently, the immediate value is the pointer to 32-byte value in additional storage. Put the value as up to 4 immediate values in the instruction table.

- [ ] Add README with links to contracts source code - [ ] https://blog.ricmoo.com/verifying-messages-in-solidity-50a94f82b2ca - [ ] https://github.com/javgh/ed25519-solidity - [ ] https://github.com/karalabe/snailtracer