keep-core
keep-core copied to clipboard
The smart contracts and reference client behind the Keep network
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...
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...
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.
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,...
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...
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...
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...
React to relay requests from `RandomBeacon` contract by kicking off BLS signing. The result does not need to be submitted to the chain.