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

Remove most v0 actor imports #4383

Merged
merged 7 commits into from
Oct 22, 2020
Merged

Remove most v0 actor imports #4383

merged 7 commits into from
Oct 22, 2020

Conversation

Stebalien
Copy link
Member

This patch set removes most actors v0 imports. It also aliases method numbers into the actor abstractions because these must not change between releases (at most, they can be "deprecated").

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.

Tests seem sad

@Stebalien Stebalien force-pushed the steb/actor-v2-imports branch 3 times, most recently from ab580ad to 99c6e95 Compare October 19, 2020 18:15
Method numbers never change anyways. At worst, we'll deprecate old methods and
have to explicitly import them from the correct actors version to use them.
1. Version 0 upgrades happen _after_ genesis.
2. Get rid of UseNewestNetwork. It's not useful and quite dangerous.
It doesn't matter now, but may in the future.
We're still on actors v0 in this test.
@magik6k magik6k merged commit 041762a into master Oct 22, 2020
@magik6k magik6k deleted the steb/actor-v2-imports branch October 22, 2020 15:17
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.

2 participants