-
Notifications
You must be signed in to change notification settings - Fork 102
Actors v8 #1576
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The next step is deleting the actors themselves (except the state objects).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks thorough, thanks.
gen/gen.go
Outdated
@@ -119,7 +117,7 @@ func main() { | |||
// method params and returns | |||
//paych.ConstructorParams{}, // Aliased from v0 | |||
paych.UpdateChannelStateParams{}, // Changed in v7 | |||
paych.SignedVoucher{}, // Changed in v7 | |||
paych.SignedVoucher{}, // Changed in v7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you alias these (and below) below onto their v7 definitions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, thank you for the catch!
@Stebalien whoah hold up, can we talk about this please? I understand why you say that, but I think there are better alternatives. cc @ZenGround0 @Kubuxu after this lands you probably wanna rebase your FIP work onto v8. |
Consider doing this in a separate PR to keep this one purely mechanical. I didn't notice the new code when scanning. |
Codecov Report
@@ Coverage Diff @@
## master #1576 +/- ##
======================================
Coverage 69.0% 69.0%
======================================
Files 72 72
Lines 8791 8791
======================================
Hits 6072 6072
Misses 1858 1858
Partials 861 861 |
This is in support of FIP-0031. Although the FIP replaces the primary usecases of this repo with WASM actors, this change is still needed to support:
This PR: