keep-ecdsa icon indicating copy to clipboard operation
keep-ecdsa copied to clipboard

The smart contracts and client behind the Keep ECDSA client

Results 94 keep-ecdsa issues
Sort by recently updated
recently updated
newest added

## 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...

🕵️ system tests

## 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...

🕵️ system tests

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...

:book: documentation

**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

🕵️ system tests

## 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...

🕵️ system tests

Including how to disclose vulnerabilities securely

:book: documentation

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.

📟 client

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...

enhancement
📟 client

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...