Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Enable state reconstructing using references #46

Closed
eugenefine opened this issue Mar 21, 2017 · 1 comment
Closed

Enable state reconstructing using references #46

eugenefine opened this issue Mar 21, 2017 · 1 comment

Comments

@eugenefine
Copy link

eugenefine commented Mar 21, 2017

adamscislowicz [4:12 PM] :

In this case the idea is that for a given contract address, you would use an unfilled reference. Next time a block effects the state of that contract address (a namespace) it would fill the reference with that block ID. So at block 1, addr B sets up am unfilled reference (it will point to NULL). At block 30 B is updated and so the unfilled reference block 1 points to is then updated to block 30. So now a node trying to construct the state of B through time can skip from block 1 to block

@adrianbrink adrianbrink changed the title Skiplists Enable state reconstructing using references May 8, 2017
@adrianbrink
Copy link

We are not locking to implement extra logic on top of go-ethereum and hence I will close this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants