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

Update core #123

Closed
wants to merge 3 commits into from
Closed

Update core #123

wants to merge 3 commits into from

Conversation

ChrisSchinnerl
Copy link
Member

No description provided.

@ChrisSchinnerl ChrisSchinnerl marked this pull request as ready for review December 2, 2024 10:07
@ChrisSchinnerl ChrisSchinnerl requested review from n8maninger and lukechampine and removed request for n8maninger December 2, 2024 10:07
@@ -251,6 +247,15 @@ func TestFormContract(t *testing.T) {
t.Fatal(err)
}

// validate contract signatures
Copy link
Member Author

Choose a reason for hiding this comment

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

@n8maninger I added this because it seems like the RPC result didn't contain the renter signature. Which led to the host persisting the contract with an invalid signature as well and RPCLatestRevision returning the revision without signature. Causing the renter to be unable to broadcast the revision since it wasn't signed.

Copy link
Member

Choose a reason for hiding this comment

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

Did you fix the bug in the host? All I'm seeing is a change in the client RPC.

@n8maninger
Copy link
Member

closing in favor of #126

@n8maninger n8maninger closed this Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants