Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better walk upstream #182

Open
CJ-Wright opened this issue Apr 13, 2019 · 0 comments
Open

Better walk upstream #182

CJ-Wright opened this issue Apr 13, 2019 · 0 comments

Comments

@CJ-Wright
Copy link
Member

Currently the walk upstream system creates the graph and walks simultaniously. It might be better to do this in two steps, first find all the nodes between a SimpleToEventStream node and all the associated SimpeFromEventStream node then we can build the graph from that set (see the new rapidz graph building code). This would allow us to catch the edge order of the pipeline in the graph, which is crucial for a proper merkel tree.

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

No branches or pull requests

1 participant