herrBez / ethereum-scalability

Report about the architecture and the scalability of ethereum
5 stars 1 forks source link

Review this list #59

Closed herrBez closed 6 years ago

herrBez commented 6 years ago

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

gfornari commented 6 years ago

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

herrBez commented 6 years ago

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

herrBez commented 6 years ago

Something like

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

gfornari commented 6 years ago

Good for me

On Fri, 31 Aug 2018, 13:12 herrBez, notifications@github.com wrote:

Something like

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/herrBez/ethereum-scalability/issues/59#issuecomment-417632795, or mute the thread https://github.com/notifications/unsubscribe-auth/AFpVVAKKkGVdYMc-QQVjrmP3fBqvf6Fsks5uWRoOgaJpZM4WUukL .