-
Notifications
You must be signed in to change notification settings - Fork 91
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
Refactor 3.2.2 #231
base: main
Are you sure you want to change the base?
Refactor 3.2.2 #231
Conversation
…eshold_validator.go
…pkg/types for linter.
…test.go, threshold_signer_bls.go, and threshold_signer_soft.go
…into refactor_v3.2.2
WalkthroughThe codebase has undergone a significant refactor, primarily involving changes to package names and structures, aiming for better clarity and organization. The Changes
|
…k.go, and use block.ToHRST() in threshold_validator.go
Update package tss to use Ed25519Key instead of CosignerEd25519Key Update package config to include default values for nouncecahce Update package types to fix comment formatting Update package signer to use Ed25519Key instead of CosignerEd25519Key Update package cosigner to fix typo in comments and add MPC struct Update test files to use Ed25519Key instead of CosignerEd25519Key Update cmd files to use CreatePersistentEd25519ThresholdSignShardsFromFile instead of CreateEd25519ThresholdSignShardsFromFile Update test files to use Ed25519Key instead of CosignerEd25519Key
Minimum refactor start. As requested by @agouin =)
Moved the following to a new folder types:
Block type to a new file block.go
hrs.go
serialization.go
sign_state.go