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

Paych actor updates #608

Merged
merged 12 commits into from
Aug 7, 2020
Merged

Paych actor updates #608

merged 12 commits into from
Aug 7, 2020

Conversation

austinabell
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

  • Self explanatory

I fixed the tests for this one (because functionality was close, but a lot of test cases were broken)

Reference issue to close (if applicable)

Closes #561

Other information and links

@@ -224,18 +223,14 @@ impl Actor {
// 4. check operation validity
let new_send_balance = st.to_send.clone() + balance_delta;
Copy link
Member

Choose a reason for hiding this comment

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

could you change this to taking references instead of cloning?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ah, ya, glossed over that one, assumed way it was setup was necessary

@austinabell austinabell merged commit 4aeadf7 into main Aug 7, 2020
@austinabell austinabell deleted the austin/actup/paych branch August 7, 2020 21:03
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.

Update Paych actor
3 participants