Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

test: nv17 migration #9549

Merged
merged 2 commits into from
Oct 26, 2022
Merged

test: nv17 migration #9549

merged 2 commits into from
Oct 26, 2022

Conversation

arajasek
Copy link
Contributor

Related Issues

#9524, #9246

Proposed Changes

Covers all the cases in #9524 , and a few more

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

  • Commits have a clear commit message.
  • PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, test
    • area, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps
  • New features have usage guidelines and / or documentation updates in
  • Tests exist for new functionality or change in behavior
  • CI is green

@arajasek arajasek requested a review from a team as a code owner October 25, 2022 02:45
@arajasek arajasek force-pushed the asr/migration-integ-test branch from ae635a5 to 21e85e3 Compare October 25, 2022 14:26
Copy link
Contributor

@geoff-vball geoff-vball left a comment

Choose a reason for hiding this comment

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

Approved with a couple nits. This test led me to find filecoin-project/builtin-actors#784. I will add a check for it after this is merged.

claim, ok := claims[1]
require.True(t, ok)

claimerId, err := address.NewIDAddress(uint64(claim.Client))
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: now that we're using actorIds to index HAMTs, we should be more careful about what is an ID vs ID Adddress. This is an ID Address

@arajasek arajasek merged commit 56d68e7 into release/v1.18.0 Oct 26, 2022
@arajasek arajasek deleted the asr/migration-integ-test branch October 26, 2022 16:43
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants