Paweł Bylica

Results 290 issues of Paweł Bylica

Implement the signed variant of 128-bit integer as an adapter/wrapper of `uint128` from `int128.hpp`.

help wanted

Instead of returning bytes from instruction functions use `returnData` buffer to keep output (as partly already done). The PR needs some cleanups and documentation how `returnData` should be managed.

The existing benchmark suite has been converted to JSON State Test format and is available in https://github.com/ipsilon/evm-benchmarks. - [ ] Add evm-benchmarks as git submodule replacing `test/benchmarks`. - [ ]...

good first issue

Currently the `evmone-statetest` tool takes one argument and loads JSON tests from the dir specified by this argument. Add support for loading tests from multiple dirs (multiple args). Also handle...

good first issue

This binaries upload script on AppVeyor does not work any more. And also release and debug binaries are in conflict.

``` INFO [09-30|21:24:48.410 UTC] [1/8 Senders] phase=2/3 blocks=10193021 current=20133 transactions=4458589 workers=16 INFO [09-30|21:25:18.410 UTC] [1/8 Senders] phase=2/3 blocks=10193021 current=39108 transactions=8654934 workers=16 INFO [09-30|21:25:48.410 UTC] [1/8 Senders] phase=2/3 blocks=10193021 current=67112 transactions=14686352...

bug

Hi there. I recently converted [evmone](https://github.com/ethereum/evmone)'s internal benchmark suite to State Test JSON format and moved to https://github.com/ipsilon/evm-benchmarks. Also go-ethereum is using these benchmarks internally. Let me know if you...