Skip to content

updating go-mod with latest updates#24

Merged
jonathanMweiss merged 2 commits intoschnorrfrom
tss-common-update
Oct 7, 2025
Merged

updating go-mod with latest updates#24
jonathanMweiss merged 2 commits intoschnorrfrom
tss-common-update

Conversation

@jonathanMweiss
Copy link
Copy Markdown

updating go mod with latest multi-party-sig,tss-common, tss-lib commits.
Small changes due to the API changes in these libraries.

@jonathanMweiss jonathanMweiss self-assigned this Oct 7, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates Go module dependencies to their latest versions, specifically updating multi-party-sig, tss-common, and tss-lib libraries. The changes address API modifications in these updated libraries, including changes to signature creation methods, field name corrections, protocol type updates, and the addition of gob type registrations.

  • Updates multiple library dependencies to newer versions
  • Adapts code to handle API changes in the updated TSS libraries
  • Fixes spelling/naming inconsistencies (e.g., "AuxilaryData" to "AuxiliaryData")

Reviewed Changes

Copilot reviewed 14 out of 16 changed files in this pull request and generated no comments.

Show a summary per file
File Description
sdk/go.mod Updates dependency versions for Ethereum, multi-party-sig, and other libraries
sdk/vaa/structs.go Simplifies TSS signature creation by removing empty signature initialization
node/go.mod Updates multi-party-sig, tss-common, tss-lib, and protobuf versions
node/pkg/tss/util.go Corrects spelling from "AuxilaryData" to "AuxiliaryData"
node/pkg/tss/internal/cmd/dkg/server.go Updates public key marshaling to use curve-specific method
node/pkg/tss/implementation_test.go Updates protocol types and field names, fixes struct initialization
node/pkg/tss/implementation.go Corrects field name from "AuxilaryData" to "AuxiliaryData"
node/pkg/tss/constants.go Updates tracking ID size calculation and comments
node/pkg/tss/cnfgs.go Adds gob type registrations for serialization
node/pkg/internal/testutils/testdata/tss5/*.json Updates serialized TSS secrets data

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread node/pkg/tss/constants.go Outdated
@jonathanMweiss jonathanMweiss merged commit 0d52e6c into schnorr Oct 7, 2025
17 of 26 checks passed
@jonathanMweiss jonathanMweiss deleted the tss-common-update branch October 7, 2025 11:05
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.

3 participants