You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
peternose
changed the title
Add last results results hash to the block metadata transaction
Add last results hash to the block metadata transaction
May 30, 2025
In that case, we need to make events from all services provable, i.e. events from beacon, roothash, registry, staking, ..., vault. Furthermore, a stateless node cannot verify response from GetBlockResults for the last height (unless we change this by filtering only provable events). And the change is still breaking.
I believe events are missing from LastResultsHash, see the canonicalization function which excludes events. This is why we needed to add the provable events root in the first place.
peternose
changed the title
Add last results hash to the block metadata transaction
Extend provable events in the block metadata transaction
Jun 2, 2025
Uh oh!
There was an error while loading. Please reload this page.
Last results hash is needed if a stateless light node wants to verify events from the last block.Provable events need to be extended if a stateless light node wants to verify events from the last block.
The text was updated successfully, but these errors were encountered: