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

fix(subnet-resolve): update subnet resolve to the new ComputeUnit structure #2027

Merged
merged 6 commits into from
Feb 19, 2024

Conversation

kmd-fl
Copy link
Contributor

@kmd-fl kmd-fl commented Jan 18, 2024

Description

Update ComputeUnit to the new one.

struct ComputeUnit {
        bytes32 id;
        bytes32 workerId;
        bytes32 peerId;
        address provider;
        uint256 joinedEpoch;
}

BEFORE MERGE: I ignored a test to be able to check the change in the fcli branch, need to restore it and fix it before merge

@kmd-fl kmd-fl requested a review from folex January 18, 2024 13:35
@folex folex added e2e Run e2e workflow and removed e2e Run e2e workflow labels Jan 18, 2024
@kmd-fl kmd-fl added the e2e Run e2e workflow label Feb 15, 2024
@folex folex removed the e2e Run e2e workflow label Feb 19, 2024
@folex folex merged commit 7d561b7 into master Feb 19, 2024
3 of 7 checks passed
@folex folex deleted the update-subnet-resolve branch February 19, 2024 19:25
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