keep-core icon indicating copy to clipboard operation
keep-core copied to clipboard

The smart contracts and reference client behind the Keep network

Results 226 keep-core issues
Sort by recently updated
recently updated
newest added

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...

📟 client

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...

📟 client

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...

:book: documentation

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....

📟 client

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...

📟 client

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...

dependencies
javascript

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