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

Hi, I see this seemingly supported repo is using a [deprecated version of celo contractkit.](https://github.com/keep-network/keep-core/blob/7b46b2179e525e848ced5fe67445c109da8f3dfb/solidity-v1/package.json#L38| ) This version of contractkit only [supports transaction type](https://github.com/celo-org/txtypes?tab=readme-ov-file#scheduled-for-deprecation-on-celo) that will cease to function when...

- Introduced a new system to monitor various operations within the Keep Core node, including wallet actions, DKG processes, signing operations, coordination procedures, and network activities. - Metrics are recorded...

Add initial setup for local T network development - Created `genesis.json` for blockchain initialization with predefined accounts and balances. - Added setup scripts (`setup-geth.sh`, `generate-genesis.sh`, `check-deployments.sh`, `deploy-ecdsa-tbtc.sh`) to facilitate local...

Add comprehensive wallet-operator mapping toolset for beta staker consolidation analysis. Enables identification of wallets containing deprecated operators and BTC distribution calculations. Core functionality: - query-dkg-events.js: Extracts operator membership from on-chain...

The allowlist contract replaces the Threshold `TokenStaking` contract and is as an outcome of TIP-092 and TIP-100 governance decisions. Staking tokens is no longer required to operate nodes. Beta stakers...

## Summary - Skip the offline testnet Electrum WSS endpoint (TODO 3843) across all Electrum integration subtests. - Increase retry window for public electrs-esplora endpoints to reduce timeouts. - Refresh...

Probably since Ethereum allowed to increase validator's balance more than 32 ETH, a weird error started to happen for keep-client. Logs: ``` {"level":"fatal","ts":"2025-10-27T13:51:00.102Z","logger":"keep-cmd","caller":"cmd/start.go:41","msg":"error connecting to Ethereum node: [could not create...

**Problem** The Electrum WSS endpoint used in tests (`wss://electrumx-server.test.tbtc.network:8443`) is offline. CI shows TLS handshake failures; current behavior is Cloudflare 522 (and previously `sslv3 alert handshake failure` with no peer...

## Context TokenStaking integration tests are failing because external deployment scripts call `TokenStaking.approveApplication()` which was removed in v1.3.0-dev.16 (TIP-092/TIP-100). ## Current State - TokenStaking frozen for RandomBeacon/ECDSA (only TACo active)...