Andrej Bukošek

Results 5 issues of Andrej Bukošek

This fixes issue https://github.com/spf13/cast/issues/143.

We should change the code to handle the fee accumulator as a normal account, which will make it safer. Performance measurements should be made before and after the change.

c:runtime-sdk
m:accounts

We should add code coverage support to the e2e tests to get rid of the bogus "Added line was not covered by test" warnings in PRs (some things can only...

c:testing

The current txgen e2e test generates all kinds of transactions, including invalid ones, so errors are expected and we can't fail the test on error. We should write a separate...

good first issue
c:testing

Current status: * Basic EVM functionality works and e2e tests pass * Precompiles implemented: * Ethereum standard (ecrecover, sha256, ripemd160, identity, bn128::{add,mul,pair}, blake2, modexp) * Oasis-specific SHA2 (sha512_256, sha512, sha384)...