herrBez / ethereum-scalability

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

Definition of recipe #56

Closed herrBez closed 6 years ago

herrBez commented 6 years ago

I don't like this definition of receipts provided in the data layer

In [15], Vitalik Buterin 18 writes that with the receipt information, someone can answer queries like “Tell me all instances of an event of type X (e.g. a crowdfunding contract reaching its goal) emitted by this address in the past 30 days”.

40

Can we provide a better description?

gfornari commented 6 years ago

What you're quoting is not the actual definition which I think is in the previous sentence

the receiptsRoot represents the receipts list of the transactions included in the block, which shows the effect of each transaction.

or you mean to be more formal?

herrBez commented 6 years ago

Yes, maybe is the fact that this description is too informal, and also that it refers to logs (which are only a part of logs). screenshot_20180831_125925

But it is already ok, I cannot imagine how to improve it (without deleting it ^^).

gfornari commented 6 years ago

Ok, let's keep it as it is.