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

GC follows top and automatically picks up siblings #4147

Merged
merged 5 commits into from Jun 12, 2023
Merged

Conversation

uwiger
Copy link
Member

@uwiger uwiger commented Jun 6, 2023

The GC follows the top, and extends the fullsweep scan at switch height to include any sibling block that might appear
(GC switch will trigger for the very first block at the given height, so siblings will appear after.)

The branch also includes some initial code for diagnosing and repairing state trees.

@uwiger uwiger mentioned this pull request Jun 12, 2023
@uwiger uwiger merged commit f366753 into master Jun 12, 2023
35 checks passed
@uwiger uwiger deleted the uw-gc-scan-siblings branch June 12, 2023 13:09
mitchelli pushed a commit that referenced this pull request Jan 22, 2024
* GC follows top and automatically picks up siblings

* Clean up GC log messages

* Tweak GC progress logging

* Adressing dialyzer complaints

* Derive ConsensusModule from right State vsn
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

Successfully merging this pull request may close these issues.

None yet

3 participants