Skip to content

Commit b075957

Browse files
committed
Remove frost signing
1 parent 492be1d commit b075957

File tree

10 files changed

+1
-1124
lines changed

10 files changed

+1
-1124
lines changed

chains/evm/listener/eventHandlers/tss.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import (
2121
"github.com/sprintertech/sprinter-signing/tss"
2222
"github.com/sprintertech/sprinter-signing/tss/ecdsa/keygen"
2323
"github.com/sprintertech/sprinter-signing/tss/ecdsa/resharing"
24-
frostResharing "github.com/sprintertech/sprinter-signing/tss/frost/resharing"
2524
)
2625

2726
type EventListener interface {
@@ -109,7 +108,6 @@ type RefreshEventHandler struct {
109108
communication comm.Communication
110109
connectionGate *p2p.ConnectionGate
111110
ecdsaStorer resharing.SaveDataStorer
112-
frostStorer frostResharing.FrostKeyshareStorer
113111
}
114112

115113
func NewRefreshEventHandler(
@@ -122,7 +120,6 @@ func NewRefreshEventHandler(
122120
communication comm.Communication,
123121
connectionGate *p2p.ConnectionGate,
124122
ecdsaStorer resharing.SaveDataStorer,
125-
frostStorer frostResharing.FrostKeyshareStorer,
126123
bridgeAddress common.Address,
127124
) *RefreshEventHandler {
128125
return &RefreshEventHandler{
@@ -134,7 +131,6 @@ func NewRefreshEventHandler(
134131
host: host,
135132
communication: communication,
136133
ecdsaStorer: ecdsaStorer,
137-
frostStorer: frostStorer,
138134
connectionGate: connectionGate,
139135
bridgeAddress: bridgeAddress,
140136
}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ require (
66
github.com/binance-chain/tss-lib v0.0.0-00010101000000-000000000000
77
github.com/centrifuge/go-substrate-rpc-client/v4 v4.2.1
88
github.com/creasty/defaults v1.6.0
9-
github.com/deckarep/golang-set/v2 v2.1.0
109
github.com/ethereum/go-ethereum v1.13.4
1110
github.com/golang/mock v1.6.0
1211
github.com/imdario/mergo v0.3.12
@@ -35,6 +34,7 @@ require (
3534
github.com/consensys/gnark-crypto v0.12.1 // indirect
3635
github.com/crate-crypto/go-kzg-4844 v0.3.0 // indirect
3736
github.com/cronokirby/saferith v0.33.0 // indirect
37+
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
3838
github.com/ethereum/c-kzg-4844 v0.3.1 // indirect
3939
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
4040
github.com/go-logr/logr v1.4.2 // indirect

tss/frost/common/base.go

Lines changed: 0 additions & 124 deletions
This file was deleted.

tss/frost/common/util.go

Lines changed: 0 additions & 19 deletions
This file was deleted.

tss/frost/keygen/keygen.go

Lines changed: 0 additions & 151 deletions
This file was deleted.

0 commit comments

Comments
 (0)