-
Notifications
You must be signed in to change notification settings - Fork 771
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
refactor(trie): rename persistRoot
to useRootPersistence
#2223
Conversation
Signed-off-by: Brian Faust <hello@basecode.sh>
Signed-off-by: Brian Faust <hello@basecode.sh>
Signed-off-by: Brian Faust <hello@basecode.sh>
Signed-off-by: Brian Faust <hello@basecode.sh>
Signed-off-by: Brian Faust <hello@basecode.sh>
Signed-off-by: Brian Faust <hello@basecode.sh>
Signed-off-by: Brian Faust <hello@basecode.sh>
Signed-off-by: Brian Faust <hello@basecode.sh>
Signed-off-by: Brian Faust <hello@basecode.sh>
Signed-off-by: Brian Faust <hello@basecode.sh>
Signed-off-by: Brian Faust <hello@basecode.sh>
Signed-off-by: Brian Faust <hello@basecode.sh>
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. |
ad8971e
to
54da8af
Compare
persistRoot
to useRootPersistence
persistRoot
to usePersistedRoot
48b26a8
to
b7fa719
Compare
persistRoot
to usePersistedRoot
persistRoot
to useRootPersistence
b7fa719
to
cb3809a
Compare
persistRoot
to useRootPersistence
persistRoot
to useRootPersistence
@holgerd77 conflicts resolved |
Just ran this against my app and its test suite and all good. |
@holgerd77 this is green |
@holgerd77 no conflicts with the checkpoint PR so could admin merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good as well (no approval yet).
Hmm, everything is blocked here. Maybe give this combined-PR-suggestion another thought, I just simply otherwise can't guarantee that we still include these changes in the release since I might not have the time any more to approve one-by-one with an hour or so in-between-wait-time. This is just our CI very very much at its limits, since a single merge is triggering re-runs all over the place, not necessarily the right ones queued first. I am not seeing so much the revert difficulty problem. All things remain in single commits and if one would run at least the Trie tests after each cherry-pick this should remain under control I guess. So maybe give this another thought, also important to close the taken-over PRs. |
(and things have mostly already proven to be working by CI having passed on close to all (all?) separate PRs) |
Bringing this property in line with the naming of other functional modifiers. Also see #2226.