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

Reimplemented chain pull #1078

Merged
merged 4 commits into from Nov 6, 2019
Merged

Reimplemented chain pull #1078

merged 4 commits into from Nov 6, 2019

Conversation

mzabaluev
Copy link
Contributor

If a tree falls in the asynchronous forest and there is no one polling to observe it, did it really fell?

@NicolasDP NicolasDP added enhancement New feature or request subsys-network network related labels Nov 5, 2019
@NicolasDP NicolasDP mentioned this pull request Nov 5, 2019
9 tasks
@mzabaluev mzabaluev marked this pull request as ready for review November 5, 2019 18:41
jormungandr/src/blockchain/chain.rs Show resolved Hide resolved
jormungandr/src/blockchain/reference_cache.rs Outdated Show resolved Hide resolved
jormungandr/src/network/mod.rs Show resolved Hide resolved
Mikhail Zabaluev added 4 commits November 6, 2019 13:09
CandidateForest is an asynchronously operated forest where
root candidates have parents in storage, but the blocks have
not arrived yet. Out-of-order blocks also get temporarily stored in ,
provided their entries have been created with previously received
headers.
No good idea how to arrange application of the out of order blocks
if they avalanche out of the forest after removing this block.
We should not have any for now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request subsys-network network related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants