herrBez/ethereum-scalability

Review this list

herrBez opened this issue · 4 comments

screenshot_20180831_092025

I know, that I have written this part ^^, but I think that points 2 already include points 3.
In addition the nodes should verify the whole block header and not only the nonce, e.g. they should verify that the gas limit is contained in the range
screenshot_20180831_092547

Moreover, we use an enumeration, but the order is surely, different. I think that my client would previously check the block header and also the nonce and only after may think to compute the transactions

Let's remove 2.
In 4, let's say "checking that the block header is valid"
Change enum with itemize

Rather than delete 2 I would like to merge 2 and 3. For the rest, I totally agree with u.

Something like

re-performing all transactions. This includes re-executing all EVM computations ...