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

chore: NV23 backport: one more round of backports from master #12158

Merged
merged 4 commits into from
Jun 27, 2024

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    3f8751e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd46b4d View commit details
    Browse the repository at this point in the history
  3. fix: state: rename Actor.Address and only use it for f4 addresses (#1…

    …2155)
    
    Per the FIP [1], the top-level actor address field should only be used
    for delegated addresses. Unfortunately, the FIP's design was changed [2]
    but neither lotus genesis code nor the field name were updated to
    reflect this. Fortunately, all the migration code (on mainnet, at
    least), has correctly left this field unset/unchanged (except for actors
    with f4 addresses).
    
    [1]: https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0048.md#new-lookup_delegated_address-syscall-and-state-changes
    [2]: https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0048.md#recording-other-addresses-in-the-actorstate-root
    Stebalien authored and aarshkshah1992 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    62757b8 View commit details
    Browse the repository at this point in the history
  4. chore: deps: update ffi and go-state-types for NV23 (#12156)

    * update deps for NV23
    
    * go mod tidy
    aarshkshah1992 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a0ceff9 View commit details
    Browse the repository at this point in the history