-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement on_sector_terminate #101
Merged
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
jmg-duarte
changed the base branch from
develop
to
feat/11/market-pallet-activate-deals
June 26, 2024 16:13
th7nder
force-pushed
the
feat/11/market-pallet-activate-deals
branch
from
June 28, 2024 05:10
6242b9f
to
d8823d0
Compare
jmg-duarte
force-pushed
the
feat/11/market-pallet-sector-terminate
branch
2 times, most recently
from
July 1, 2024 16:04
3708065
to
08d4c49
Compare
jmg-duarte
requested review from
cernicc,
th7nder,
serg-temchenko and
aidan46
as code owners
July 1, 2024 16:05
jmg-duarte
force-pushed
the
feat/11/market-pallet-sector-terminate
branch
from
July 1, 2024 16:06
08d4c49
to
41a17f1
Compare
jmg-duarte
added
ready for review
Review is needed
and removed
ready for review
Review is needed
labels
Jul 1, 2024
th7nder
requested changes
Jul 2, 2024
th7nder
requested changes
Jul 3, 2024
jmg-duarte
force-pushed
the
feat/11/market-pallet-sector-terminate
branch
from
July 3, 2024 16:48
2a51319
to
b9a08eb
Compare
th7nder
requested changes
Jul 3, 2024
jmg-duarte
force-pushed
the
feat/11/market-pallet-sector-terminate
branch
from
July 4, 2024 08:54
25563d2
to
a587e6d
Compare
jmg-duarte
added
ready for review
Review is needed
and removed
ready for review
Review is needed
labels
Jul 4, 2024
jmg-duarte
force-pushed
the
feat/11/market-pallet-sector-terminate
branch
from
July 4, 2024 09:02
4765752
to
24a7f2c
Compare
jmg-duarte
added
ready for review
Review is needed
and removed
ready for review
Review is needed
labels
Jul 4, 2024
th7nder
requested changes
Jul 4, 2024
th7nder
previously approved these changes
Jul 4, 2024
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.
Pooookinator is on fire!
cernicc
previously approved these changes
Jul 4, 2024
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.
Some small nits. Good work 💪
jmg-duarte
added
ready for review
Review is needed
and removed
ready for review
Review is needed
labels
Jul 4, 2024
th7nder
previously approved these changes
Jul 4, 2024
cernicc
previously approved these changes
Jul 4, 2024
jmg-duarte
added
ready for review
Review is needed
and removed
ready for review
Review is needed
labels
Jul 4, 2024
7 tasks
th7nder
approved these changes
Jul 4, 2024
cernicc
approved these changes
Jul 4, 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.
Description
Implement the
on_sector_terminate
functionImportant points for reviewers
Original implementation: https://github.com/filecoin-project/builtin-actors/blob/54236ae89880bf4aa89b0dba6d9060c3fd2aacee/actors/market/src/lib.rs#L786-L876
Checklist