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

Round restart #288

Merged
merged 21 commits into from
Jul 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c644d99
work in progress reset round
kellpossible Jun 20, 2021
a763b28
Merge branch 'storage-locator-path-refactor' into round-restart
kellpossible Jun 22, 2021
06e6747
more work in progress round reset implementation
kellpossible Jun 22, 2021
b083183
CoordinatorState reset round implemented with unit test passing
kellpossible Jun 26, 2021
be53664
work in progress round restart changes
kellpossible Jun 27, 2021
2ad879e
remove the ban variant fo the DropParticipant enum, small refactors i…
kellpossible Jul 4, 2021
bb360af
move the reset round responsibility into the drop_participant logic
kellpossible Jul 4, 2021
baf80cd
remove return locators from the drop from storage methods because the…
kellpossible Jul 4, 2021
b5ccbea
Merge branch 'master' into round-restart
kellpossible Jul 4, 2021
db3bacd
refactor the drop data to be more structured, remove drop data from r…
kellpossible Jul 4, 2021
70be9d1
change to ResetCurrentRound action
kellpossible Jul 4, 2021
df35eaf
reset round now returns an error if there is no current round
kellpossible Jul 4, 2021
b13fd7a
documentation for reset_current_round
kellpossible Jul 4, 2021
8919b54
work in progress round reset rollback
kellpossible Jul 4, 2021
acab4e7
work in progress implementation of round reset/rollback to wait for n…
kellpossible Jul 5, 2021
debab47
fix rolling back to previous round during round reset
kellpossible Jul 8, 2021
8459ef7
fix small bug with going into rollback when it shouldn't, extra unit …
kellpossible Jul 8, 2021
2cafd2f
changes for admin/manual round restart
kellpossible Jul 12, 2021
5338f49
fix failing unit tests, contributor id wasn't being removed from the …
kellpossible Jul 13, 2021
8e625e8
update tokio to fix audit warning for https://rustsec.org/advisories/…
kellpossible Jul 17, 2021
0b9388e
Merge branch 'update-tokio-fix-audit-warning' into round-restart
kellpossible Jul 17, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading