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
trafficstars

I redeemed a deposit so clients started signing protocol execution. Everything went fine, a signature was calculated and published to the chain, deposit got closed. All clients taking part in...

🐛 bug
📟 client

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=normalize-url&package-manager=npm_and_yarn&previous-version=4.5.0&new-version=4.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

This pull request provides guidance and a helper script which may be helpful in case the manual signature submission is needed. To submit the signature manually, please follow those steps:...

This change introduces a chain-specific public key to address conversion for the signing utility tool. This way the `pubKeyToAddressFn` should work as expected and translate the public key to a...

Here we introduce Slither scan as a new Github Actions workflow.

Currently the client runs as root by default: ```bash user@host:~/keep-core$ sudo docker run --entrypoint "" keepnetwork/keep-ecdsa-client:latest whoami root ``` Per https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#user it's better to run as a non-root user when...

See https://github.com/uber-go/automaxprocs for details about the library. See https://github.com/prysmaticlabs/prysm/pull/2770 for an example PR of this getting merged to the Prysmatic Labs ETH2 [beacon chain](https://github.com/prysmaticlabs/prysm/blob/master/beacon-chain/main.go#L23) and [validator](https://github.com/prysmaticlabs/prysm/blob/master/validator/main.go#L30) clients. Same thing as...

This PR upgrades version of ipfs/go-log to v2. The new version allows having logs in json format.