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

Dev/signer #2

Merged
merged 22 commits into from
Jan 20, 2025
Merged

Dev/signer #2

merged 22 commits into from
Jan 20, 2025

Conversation

EduardMikhrin
Copy link
Collaborator

No description provided.

@EduardMikhrin EduardMikhrin requested a review from slbmax January 9, 2025 09:42
cmd/service/run/run.go Outdated Show resolved Hide resolved
cmd/service/run/sign.go Outdated Show resolved Hide resolved
cmd/service/run/sign.go Outdated Show resolved Hide resolved
cmd/service/run/sign.go Outdated Show resolved Hide resolved
internal/tss/utils.go Outdated Show resolved Hide resolved
internal/tss/session/sign.go Outdated Show resolved Hide resolved

cfg.Log().Info("signing session successfully completed. Signature: ", result.String())

err = saveSigningResult(result)
Copy link
Collaborator

Choose a reason for hiding this comment

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

do not save the whole struct, just a hex-encoded signature:

signature := hexutil.Encode(append(result.Signature, result.SignatureRecovery...))

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

++

@slbmax slbmax requested a review from olegfomenko January 9, 2025 12:46
@slbmax slbmax changed the base branch from dev/keygen to develop January 20, 2025 12:25
@slbmax slbmax merged commit 28feceb into develop Jan 20, 2025
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