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

Commits on Oct 21, 2020

  1. port to v2 imports

    Stebalien committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    4e730b5 View commit details
    Browse the repository at this point in the history
  2. migrate methods to abstracted methods

    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.
    Stebalien committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    bcabe7b View commit details
    Browse the repository at this point in the history
  3. use the correct network version in genesis

    1. Version 0 upgrades happen _after_ genesis.
    2. Get rid of UseNewestNetwork. It's not useful and quite dangerous.
    Stebalien committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    710ac9d View commit details
    Browse the repository at this point in the history
  4. set network name everywhere

    Stebalien committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    30bda0b View commit details
    Browse the repository at this point in the history
  5. use upgrade schedule from node when getting the network name

    It doesn't matter now, but may in the future.
    Stebalien committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    0c2ec04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d15a08 View commit details
    Browse the repository at this point in the history
  7. fix import of v0 for test

    We're still on actors v0 in this test.
    Stebalien committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    5e23933 View commit details
    Browse the repository at this point in the history