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

Multisig actor implementation #284

Merged
merged 8 commits into from
Mar 18, 2020
Merged

Multisig actor implementation #284

merged 8 commits into from
Mar 18, 2020

Conversation

austinabell
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

Reference issue to close (if applicable)

Closes #266

Other information and links

@austinabell austinabell changed the title Austin/actors/multisig Multisig actor implementation Mar 17, 2020
}

impl Method {
/// from_method_num converts a method number into a Method enum
Copy link
Contributor

Choose a reason for hiding this comment

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

remove function name (e.g. converts a method ...)

if let Err(e) =
st.check_available(rt.current_balance(), txn.value.clone(), rt.curr_epoch())
{
// Ensure sufficient funds
Copy link
Contributor

Choose a reason for hiding this comment

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

should this comment exist on line 340? It seems out of place where it sits currently.

Copy link
Member

@ec2 ec2 left a comment

Choose a reason for hiding this comment

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

beefy

@austinabell austinabell merged commit af7ad3a into master Mar 18, 2020
@austinabell austinabell deleted the austin/actors/multisig branch March 18, 2020 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement multisig actor
3 participants