keep-ecdsa
keep-ecdsa copied to clipboard
The smart contracts and client behind the Keep ECDSA client
## Stake * [x] Start client when operator account has just minimum stake * [x] Start client when operator account has multiples of minimum stake * client starts successfully and...
## Random Beacon Integration * [ ] Call openKeepFeeEstimate and openKeep when Random Beacon clients are functional. After group selection beacon is called for a new random entry. When entry...
keep-core has a great set of docs on the random beacon -- a glossary, details on misbehavior and slashing, how to run and operate the client. Am I correct, these...
**Bonded ECDSA Keep Test Cases** https://github.com/keep-network/keep-ecdsa/issues/385 **Client Test Cases** https://github.com/keep-network/keep-ecdsa/issues/386 **Deployments Test Cases** https://github.com/keep-network/keep-ecdsa/issues/387 **Operator Test Cases** https://github.com/keep-network/keep-ecdsa/issues/388 **Fuzz Testing** https://github.com/keep-network/keep-ecdsa/issues/389
## Initial Migration * [x] Migrate all contracts and verify gas and ether used. * Note down used gas value and calculate ETH value for it on mainnet. Let team...
We have precommit hooks that run the Go linter, but let's also do this in CI to catch folks who may not be running the precommit hooks.
To run TSS protocol we generate pre-parameters to a pool so they are ready when a request for new key generation comes. Currently, the pool is kept in memory and...
https://github.com/keep-network/keep-core/pull/1310#issuecomment-604674096 Pulling this out of the Keep-Core docs and filing an issue here on ETH staker documentation. Requirements below: 1.) @sthompson22 in or before or after your section about logging,...
New keep can be requested with `threshold < group size`. For the key generation part it is required that all members participate in the process, but for signing it should...