Paweł Bylica

Results 290 issues of Paweł Bylica

Build only the parts of EVMC we depend on.

There are new interesting additions to [lcov](https://github.com/linux-test-project/lcov): - `llvm2lcov` is an alternative to `llvm-cov export -format=lcov`; maybe it will produce more accurate results? - lcov has support for MC/DC.

This tries to investigate `NoRefund` JSON option for `debug_trace*` RPC methods. This option seems to disable gas refunds application after any transaction execution. This option is not present in the...

``` INFO [02-08|17:44:18.423 UTC] SnapshotSync: download completed for: v1-004200-004300-transactions-to-block.idx steps [4200st, 4300st) [72/259] INFO [02-08|17:44:22.424 UTC] SnapshotSync: download completed for: v1-004300-004400-bodies.idx steps [4300st, 4400st) [73/259] INFO [02-08|17:44:27.426 UTC] SnapshotSync: download...

The tool `cmd/state-transition/state_transition` doesn't properly parse input files with JSON tests. It breaks even on the associated sample tests. ```shell cmd/state-transition/state_transition cmd/state-transition/state_transition_sample1.json transactionCollidingWithNonEmptyAccount_init: Exception: [json.exception.type_error.305] cannot use operator[] with a...

These help GCC compiler not to put the uint256 values on stack.