keep-core
keep-core copied to clipboard
The smart contracts and reference client behind the Keep network
A node will use a list of embedded peers as bootstrap nodes for LibP2P connection initialization as per https://github.com/keep-network/keep-core/pull/3200. If a bootstrap node tries to connect to itself it will...
Refs: https://github.com/keep-network/keep-core/issues/3042 Depends on: https://github.com/keep-network/keep-core/pull/3201 Since we want to implement signing as the next feature of `tbtc.node`, we need to make cleanup of the `pkg/tbtc/node.go` file. We do it here...
During the local testing, we discovered that generating tECDSA key with a group size of 100 is challenging and usually does not complete. In #3161 we focused on improving TSS...
We're adding a step to the `docs.yml` workflow that publishes the comment under the PR modifying the documents, after preview of the dosc gets published to the GCP bucket. The...
We expect the client to be run for a network specified with boolean flags like `--mainnet` and `--goerli`. Another setting that is required is an URL to the Ethereum API....
It is expected that the `TokenStaking` contract from the threshold module is used by the beacon (`RandomBeacon`) and ecdsa/tbtc (`WalletRegistry`) modules. All three modules should use the same instance of...
We could try to improve the network type for running the client handling to be more flexible and generic as @dimpar suggested in https://github.com/keep-network/keep-core/pull/3200#issuecomment-1228500881. > Some general thoughts about this...
There are situations when team developing T Token Dashboard needs to locally test some functionalities using modified contracts, for example ones with shorter authorization decrease delay. We decided to create...
Bumps [undici](https://github.com/nodejs/undici) from 5.8.0 to 5.10.0. Release notes Sourced from undici's releases. v5.10.0 What's Changed fix(fetch): allow custom implementation of AbortSignal by @SukkaW in nodejs/undici#1608 fix: make mock intercept agnostic...
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.