keep-core
keep-core copied to clipboard
The smart contracts and reference client behind the Keep network
KEEP Token Dashboard v1.19.0 release.
The client needs to generate pre-parameters for threshold ECDSA key generation. This is a computationally-heavy operation that affects the rest of the client. When testing locally, we observed the Keep...
Ref: https://github.com/threshold-network/token-dashboard/issues/136 We need a dApp-friendly version of deployment allowing dashboard developers to build UI components without having to run geth/ganache/hardhat locally and deploying contracts locally. This PR aims at...
Refs #3012 - added deployment for prometheus - added deployment for grafana - added storageclass to insert persistent storage using cloud provider - prepared PersistentVolumeClaim both for prometheus and grafana...
Bumps [undici](https://github.com/nodejs/undici) from 5.8.0 to 5.9.1. Release notes Sourced from undici's releases. v5.9.1 What's Changed fix: don't timeout while waiting for client to send request (#1604) Fix array headers by...
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core) from 3.9.0 to 3.10.1. Changelog Sourced from apollo-server-core's changelog. v3.10.1 ⚠️ SECURITY: The default landing page contained HTML to display a sample curl command which is made visible...
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.7.2 to 4.7.3. Release notes Sourced from @openzeppelin/contracts's releases. v4.7.3 :warning: This is a patch for a high severity issue. For more information visit the security advisory....
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.7.2 to 4.7.3. Release notes Sourced from @openzeppelin/contracts's releases. v4.7.3 :warning: This is a patch for a high severity issue. For more information visit the security advisory....
Bumps [@openzeppelin/contracts-upgradeable](https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable) from 4.7.2 to 4.7.3. Release notes Sourced from @openzeppelin/contracts-upgradeable's releases. v4.7.3 :warning: This is a patch for a medium severity issue. For more information visit the security advisory....
Refs: #3041 Here we introduce a Hardhat task that allows requesting a new ECDSA wallet. This task should facilitate testing on local Ethereum networks. In order to run it, move...