Sunil Srivatsa
Sunil Srivatsa
We can deploy a mirror of the contracts on ETH mainnet to Görli. 
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.
Currently the client runs as root by default: ```bash user@host:~/keep-core$ sudo docker run --entrypoint "" keepnetwork/keep-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...
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...
[securego/gosec](https://github.com/securego/gosec) inspects source code for security problems by scanning the Go AST. Consider fixing relevant issues and including this as part of the build process. 11 issues reported, full paste:...
https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners
We currently display staked LP tokens on the deposit page, but not on the withdrawal page (eg https://saddle.exchange/#/withdraw/btc for KEEP staking). We should also display staked LP tokens on the...