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 README.md to match the new version #185

Merged
merged 1 commit into from
Aug 17, 2022

Conversation

typestring
Copy link
Contributor

@typestring typestring commented Jun 8, 2022

The readme is outdated

it still mentions tss.SetCurve which is marked as deprecated

tss-lib/tss/curve.go

Lines 68 to 70 in d5a7e79

// SetCurve sets the curve used by TSS. Must be called before Start. The default is secp256k1
// Deprecated
func SetCurve(curve elliptic.Curve) {

and also when calling tss.NewParameters the curve must be passed

func NewReSharingParameters(ec elliptic.Curve, ctx, newCtx *PeerContext, partyID *PartyID, partyCount, threshold, newPartyCount, newThreshold int) *ReSharingParameters {

@typestring typestring reopened this Jun 8, 2022
@yycen yycen merged commit 83efb63 into bnb-chain:master Aug 17, 2022
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.

None yet

2 participants