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

feat: FIP-0076: add new methods and types #244

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Conversation

arajasek
Copy link
Contributor

@arajasek arajasek commented Feb 13, 2024

This PR adds the new types and methods from FIP-0076, in conformance with corresponding builtin-actors code. It does NOT update the v13 migration to actually migrate to these new types, nor does it add any new invariants.

Extracted from #236

@@ -157,10 +157,6 @@ func CheckStateInvariants(st *State, store adt.Store, balance abi.TokenAmount, c

dealStateCount++

if dealState.VerifiedClaim != verifreg.NoAllocationID {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is dropped, since deal states no longer record verified claims. New invariants will be added in a future PR.

@Stebalien Stebalien merged commit 9a4bc9e into master Feb 13, 2024
5 checks passed
@Stebalien Stebalien deleted the asr/ddo-types branch February 13, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ☑️ Done (Archive)
Development

Successfully merging this pull request may close these issues.

2 participants