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

This issue is a continuation of https://github.com/keep-network/keep-core/issues/3012 We should monitor our geth instance synchronization with the chain. First, we should verify if the metrics exposed by the `geth` client suit...

:cloud: infrastructure

Action can be reused by workflows to configure the tenderly token. TODO: - [ ] Test if it works

The v2 beacon client stores the final group operators list using the persistence layer (`ThresholdSigner.groupOperators`). We need to add unit tests that will check: - If the list is properly...

📟 client

Revisit the parameters assigned in https://github.com/keep-network/keep-core/commit/0a23b9950eed77379e5c37e920d12a7ec3ab019a for 64-member groups and adjust them to handle 100 members in a broadcast channel.

🌍 network
📟 client

We should execute dry runs of NPM package publications jobs before merging a PR. Once a PR is merged a job to publish a package is executed from the main,...

:cloud: infrastructure

Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex Commits 000ac18 Build 2.24.4 f2006b6 Bump version...

dependencies
javascript

This issue is a followup of #3016. We could have a global `make clean` that would execute a cleanup on each level of `gen/`. Right now, to regenerate files from...

📟 client

The `keep-core` `Go` workflow has failed with following errors: ``` === Failed === FAIL: pkg/beacon/relay/gjkr TestExecute_DQ_member2_invalidMessage_phase8 (unknown) === FAIL: pkg/beacon/relay/gjkr TestExecute_DQ_member2_accusesInactiveMember_phase9 (unknown) === FAIL: pkg/beacon/relay/gjkr TestExecute_DQ_member2_revealedKeyOfOperatingMember_phase11 (unknown) failed with: [[member:4]...

Depends on #3045 Submitting new entry to the chain with `function submitRelayEntry(bytes calldata entry)` or function `submitRelayEntry(bytes calldata entry, uint32[] calldata groupMembers)`, depending on the time left before the hard...

📟 client

React to relay requests from `RandomBeacon` contract by kicking off BLS signing. The result does not need to be submitted to the chain.

📟 client