Guilherme Salgado

Results 12 comments of Guilherme Salgado

Another example: ``` WARNING 2020-12-02 22:52:08,518 Chain Proposed Block #11375922-0x4f3e..c31e doesn't follow EVM rules, rejecting... : task run[daemon=False] exited with error: Mismatch between block and imported block on 3 fields:...

That's definitely a worthwhile goal, and since it'd probably involve spawning multiple processes to simulate various peers, I imagine we could benefit from using [hive](https://github.com/karalabe/hive)

We should also probably get rid of https://github.com/ethereum/py-evm/blob/3b79b353311924273f44a5458904302b341f5816/eth/consensus/clique/clique.py#L102 as it lets one incrementally build a block that in the end won't be valid

> Some of the network syncing code needs to interact with the database in ways that aren't currently supported (can't recall exactly but it has to do with an assumption...

Sounds good to me, but I'd like to point out that the `ChainSyncer` will need to make use of all wrappers as during a fast-sync it bypasses most of the...

I'll have a go at this myself if nobody has started on it yet

@raulk #18 has a work in progress for that, which can dissect most v5 commands, feedback welcome!

Mainly because doing it implicitly on every call adds significant overhead to a performance-critical piece of code, but I'd also argue that there's no point in having a `keccak` func...

Do you have an entry for your adapter's MAC address in `/etc/udev/rules.d/70-persistent-net.rules` (or similar)? I believe the lack of that would cause the interface to have a different name on...

New one: https://gist.github.com/gsalgado/07b8bec3e326582c7174