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

Use latest specs-actors with uint64 lane and nonce from paych.Actor #122

Merged
merged 1 commit into from
Feb 20, 2020

Conversation

shannonwells
Copy link
Contributor

Problem

The latest specs-actors has the changes to paych.Actor that I introduced in specs-actors PR #157, which makes Lane and Nonce Uint64s. In going back to retrieval market implementation I saw that go-fil-markets hasn't yet updated to the latest specs-actors. This is blocking me, since my branch is up-to-date with go-filecoin master, which itself uses the latest specs-actors, and now I am seeing test failures which can't be resolved without this update.

Solution

Update to latest specs-actors and fix the problems that arise: int64 --> uint64 and rerun cbor-gen.

Copy link
Collaborator

@hannahhoward hannahhoward left a comment

Choose a reason for hiding this comment

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

LGTM by me

@shannonwells shannonwells merged commit bfd0308 into master Feb 20, 2020
@shannonwells shannonwells deleted the feat/update-specs-actors-and-fix branch February 20, 2020 18:19
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