-
Notifications
You must be signed in to change notification settings - Fork 326
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
fix(nns): Improve performance of stable neuron recent ballots recording #2697
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
max-dfinity
force-pushed
the
msum/stable-neuron-support-F
branch
from
November 19, 2024 20:05
8b34320
to
9f8e8e3
Compare
max-dfinity
changed the title
feat(nns): Support async multi-message voting
fix(nns): Improve performance of stable neuron recent ballots recording
Nov 19, 2024
This was referenced Nov 19, 2024
max-dfinity
changed the base branch from
master
to
msum/stable-neuron-support-E
November 19, 2024 20:09
max-dfinity
commented
Nov 19, 2024
max-dfinity
force-pushed
the
msum/stable-neuron-support-F
branch
4 times, most recently
from
November 19, 2024 21:39
1654ba1
to
1d2fdc9
Compare
max-dfinity
force-pushed
the
msum/stable-neuron-support-F
branch
from
November 19, 2024 22:15
1d2fdc9
to
2b2c636
Compare
aterga
pushed a commit
that referenced
this pull request
Nov 20, 2024
max-dfinity
commented
Nov 21, 2024
max-dfinity
force-pushed
the
msum/stable-neuron-support-F
branch
2 times, most recently
from
November 21, 2024 19:56
3d6c829
to
0b23a8d
Compare
max-dfinity
commented
Nov 21, 2024
max-dfinity
force-pushed
the
msum/stable-neuron-support-F
branch
from
November 21, 2024 20:00
0b23a8d
to
0e75bd8
Compare
max-dfinity
commented
Nov 21, 2024
max-dfinity
force-pushed
the
msum/stable-neuron-support-F
branch
from
November 21, 2024 20:20
0e75bd8
to
731ad76
Compare
max-dfinity
force-pushed
the
msum/stable-neuron-support-F
branch
from
November 22, 2024 21:15
ce116e8
to
7ebd471
Compare
max-dfinity
force-pushed
the
msum/stable-neuron-support-F
branch
2 times, most recently
from
November 22, 2024 21:33
6c228d8
to
423e30a
Compare
jasonz-dfinity
previously approved these changes
Nov 22, 2024
max-dfinity
force-pushed
the
msum/stable-neuron-support-F
branch
from
November 23, 2024 00:16
423e30a
to
bdbf3e1
Compare
max-dfinity
force-pushed
the
msum/stable-neuron-support-F
branch
from
November 23, 2024 00:19
bdbf3e1
to
411e0a5
Compare
jasonz-dfinity
approved these changes
Nov 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This improves the performance of recording recent ballots in stable memory by over 90% (in the worst case).
This PR contains migration code for ballots which cannot be rolled back after it is deployed.
Prev | Next