Dymitr (Dmitry) Paremski

Results 13 issues of Dymitr (Dmitry) Paremski

Refs https://github.com/keep-network/keep-core/issues/3135 This doc explains how to run installation scripts: `install.sh, initialize.sh, start.sh` and what each script does under the hood.

πŸ“Ÿ client

We need to start a client by executing 3 scripts: `install.sh`, `initialize.sh`, and `start.sh`. This issue should handle all the setups (including config file updates) to automate the starting process...

πŸ“Ÿ client

Closes #https://github.com/keep-network/keep-core/issues/2167 By increasing time programmatically using OpenZeppelin lib may add a split of a second to a current timestamp which results in difference of less than 1 KEEP during...

Contracts are not added to the project specified in the [tenderly config](https://github.com/Tenderly/hardhat-tenderly/issues/17) for an authenticated user. When pushing to Tenderly the link that is being created is following: `https://dashboard.tenderly.co/contract/ropsten/0x1e83039a7f14d035ec0de7cfd9044a24860ce14a` instead...

enhancement

Refs #3345 There are 5 requirements for a peer to receive rewards: - Random Beacon authorized - tBTC authorized - Node uptime 96% in a given rewards interval. Counted after...

It happens occasionally, that after calling `install.sh` yarn linking won't work correctly which will result in the following error: ``` tslabon@MacBook-Pro-Tomasz ~/projekt/keep-core $% ./scripts/initialize.sh --stake-owner 0x037d7fbca1ca96e6d628c2b8fd910c59a8aa213c Initializing beacon... An unexpected...

πŸ“Ÿ client

This issue is related to the [following PR](https://github.com/keep-network/keep-core/pull/3215). The bottom line [these are the propositions](https://github.com/keep-network/keep-core/pull/3215#issuecomment-1232074384) of some CLI commands and flags improvements: - Change "Usage" to smth like: `ENV_VARS ./keep-client...

πŸ“Ÿ client

There are some rules that we use repetitively across our repos. We should review them and pull them into `solium-config-keep`. See https://github.com/keep-network/keep-core/pull/2244#discussion_r553279962

This PR fixes tBTCv2 system tests. In this [commit](8a8b881d774193cc91d1a0f2d1f3086525a3fc74) we changed `keep-core` and `ecdsa` versions after which the system stopped working. Here we fix prerequisites by adding the correct test...

:chains: solidity

Refs: https://github.com/keep-network/tbtc-v2/issues/7 Team | Members ------------ | ------------- **Deployment Team** | TBD **Technical Wallet Team** | TBD **Community Multisig** | TBD **Communications** | TBD # Prerequisites ## tBTC v2 -...

:shipit: deployment