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

Rest of V5 Updates #1217

Merged
merged 60 commits into from
Sep 24, 2021
Merged

Rest of V5 Updates #1217

merged 60 commits into from
Sep 24, 2021

Conversation

ec2
Copy link
Member

@ec2 ec2 commented Aug 24, 2021

Summary of changes
Changes introduced in this pull request:

This PR includes the following:

  • Updates to the Actor Interface for v5
  • All remaining FIPS that are not 0008 or 0013

Here is the specs-actor PR for changes in

Reference issue to close (if applicable)

Closes

Other information and links

@ec2 ec2 added Status: Needs Review Actor Changes related to Actors in the filecoin network labels Aug 24, 2021
@ec2 ec2 requested a review from a user August 24, 2021 16:34
@cryptoquick
Copy link
Contributor

@ec2 Can you link to a lotus git diff I can compare this against?

@cryptoquick
Copy link
Contributor

Also, you failed the linter :/

Copy link
Contributor

@cryptoquick cryptoquick left a comment

Choose a reason for hiding this comment

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

Everything looks consistent with the go specs actors changes, but I added a couple documentation updates you missed in a PR into this branch:
#1224

Take a look, feel free to merge if it's helpful.

* Add missing comments in market actor.

* Add missing comments in market state.
Copy link
Contributor

@cryptoquick cryptoquick left a comment

Choose a reason for hiding this comment

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

ty for merging muh PR
should be g2g from my end

@@ -71,12 +71,24 @@ use super::{BitField, Result};
use serde::{Deserialize, Deserializer, Serialize, Serializer};
use std::borrow::Cow;

// MaxEncodedSize is the maximum encoded size of a bitfield. When expanded into
// a slice of runs, a bitfield of this size should not exceed 2MiB of memory.
Copy link

Choose a reason for hiding this comment

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

runes?

Copy link
Contributor

Choose a reason for hiding this comment

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

@olibearo I believe it says runs, which I think makes sense in this context

Copy link
Contributor

Choose a reason for hiding this comment

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

(assuming RLE stands for Run-Length Encoding)

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Great! Thanks @ec2

@CLAassistant
Copy link

CLAassistant commented Sep 23, 2021

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ cryptoquick
✅ ec2
❌ Your Name


Your Name seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@ec2 ec2 merged commit 32a9ae5 into main Sep 24, 2021
@ec2 ec2 deleted the ec2/v5 branch September 24, 2021 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actor Changes related to Actors in the filecoin network Status: Needs Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants