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

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies
javascript

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies
javascript

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies
javascript

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies
javascript

The `btcd` package is a 3rd party dependency meant to be used only within `pkg/bitcoin` package which isolates it from the client code. However, `pkg/maintainer/spv` depends on `btcd` directly which...

📟 client

Team | Address ------------ | ------------- **Threshold Council** | `0x9f6e831c8f8939dc0c830c6e492e7cef4f9c2f5f` **Dev Team Coordinator** | `0x0595acCca29654c43Bd67E18578b30a405265234` # Tag and build mainnet client - [x] Tag `v2.0.0-m3` - [x] Organize PRs and...

📟 client

We have a neat pattern we agreed on early in [`pkg/sortition`](https://github.com/keep-network/keep-core/tree/main/pkg/sortition) where we define the local chain implementation in `pkg/internal/local`. This way, `_test.go` is only for actual tests and we...

# The problem We have the [`WalletRegistryStub` contract](https://github.com/keep-network/keep-core/blob/main/solidity/ecdsa/contracts/test/WalletRegistryStub.sol). This contract lands in the `@development` NPM package and is used by the client to generate bindings when running `make all`. The...

To support Electrs we had to add couple of workarounds in `GetTransaction` and `GetTransactionConfirmations` methods due to https://github.com/Blockstream/electrs/pull/36. Example: https://github.com/keep-network/keep-core/commit/3db34f083c2c9e3c5b85e203abe830b57e807012 Those workarounds are not necessary for other servers we integrate...

Add a generic "message of the day" feature to the node CLI. Could be utilized for messages/info/alerts to nodes such as "a new version is available, time to update"