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

AggregateProofType nil when doing batch updates #11611

Merged
merged 2 commits into from
Feb 9, 2024

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Feb 7, 2024

@magik6k I don't know whether this is helpful or not but I needed this for what I was doing so here it is. It's currently using the branch @ filecoin-project/go-state-types#242. The cbor-gen changes here are immaterial, I just happened to update cbor-gen to master but the code it outputs should be essentially the same and that could even be backed out. The important change is in storage/pipeline/commit_batch.go.

I'm just not sure about ProveReplicaUpdates3Params, you should probably look at storage/pipeline/states_replica_update.go and follow up on the work you did in #11226 on that?

@rvagg rvagg requested a review from a team as a code owner February 7, 2024 03:06
@rvagg rvagg requested review from Stebalien and magik6k and removed request for a team February 7, 2024 03:06
@rvagg
Copy link
Member Author

rvagg commented Feb 8, 2024

Depends on builtin-actors update to v13.0.0-rc.2, which doesn't exist quite yet. Edit: v13.0.0-rc.1 has the commit.

Copy link
Contributor

@magik6k magik6k left a comment

Choose a reason for hiding this comment

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

one nit, technically doesn't matter, but would be less confusing to drop the network version check

storage/pipeline/commit_batch.go Outdated Show resolved Hide resolved
Use latest nv22 go-state-types version with matching update
@rvagg rvagg force-pushed the rvagg/optional-aggregate-proof-type branch from d79ff6b to 4ba1421 Compare February 9, 2024 00:40
@rvagg
Copy link
Member Author

rvagg commented Feb 9, 2024

Pulled in the actors update from #11604 to here to get to green CI before merging. Two birds, one green stone.

@rvagg rvagg merged commit 89d47a7 into feat/nv22 Feb 9, 2024
90 checks passed
@rvagg rvagg deleted the rvagg/optional-aggregate-proof-type branch February 9, 2024 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants