Paweł Bylica

Results 290 issues of Paweł Bylica

In EVM1 the SELFDESTRUCT is messy and complex due to the additional ETH transfer coupled with it. 1. Simplify selfDestruct by removing its address argument and do no transfer ether....

EEI (environment interface)

This proposes the process of introducing changes in the EEI specification to move it from the [revision 2](https://github.com/ewasm/design/blob/master/eth_interface.md) to the revision 3. Each of the methods in EEI should be...

EEI (environment interface)

The main issue with the cost of e.g.` getBalance()` is the fact that the account lookup in the database might be needed. This idea is to split the account loading...

EEI (environment interface)

``` c4c… (Restart syncing) INFO 02-08 12:08:01 p2p sync 1235a5e2…|Parity/v1.11.8-stable-c754a02-20180725/x86_64-linux-gnu/rustc1.27.2 Starting full sync WARN 02-08 12:08:01 p2p sync 5a4ab222…|Parity-Ethereum/v2.2.7-stable-b00a21f-20190115/x86_64-linux-gnu/rustc1.31.1 Unknown block header 58 #cd5b5c4c… (Restart syncing) INFO 02-08 12:08:03 p2p...

networking

Log: https://gist.github.com/chfast/7bd4a6fa9132e7901763d79fd8ae1c15

``` TRACE 12-10 20:20:59 p2p rlpx ingress Frame header contents validated (##00000000…@15.164.211.134:50392) [390/1813] TRACE 12-10 20:20:59 p2p rlpx ingress Frame body from (##00000000…@15.164.211.134:50392) TRACE 12-10 20:20:59 p2p rlpx ingress Hello...

bug
sync

``` INFO 12-11 22:29:12 p2p snap Requested chunk #7ac6e805… from ##0b6de411… INFO 12-11 22:29:15 p2p snap Requested chunk #37a1874a… from ##0b6de411… INFO 12-11 22:29:27 p2p net Active peer count: 24...

bug
sync

The EVMC supports "Precompiles" modules (https://github.com/ethereum/evmc/issues/259). This would create an `aleth-precompiles` library with solid API boundary. Other clients will be able to use it (although I'm not confident that libsnark...

The issue might be AppVeyor builds time out and the deployment step is done in the end. There are 2 possible fixes: 1. Use ghr tool as in Circle CI...