keep-core
keep-core copied to clipboard
The smart contracts and reference client behind the Keep network
PR #474 introduces a way for us to unsubscribe from callbacks. Typically our callbacks are attached to long running processes (ie. Ethereum Watchers: goroutines which parse log files and signal...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
See [this](https://github.com/keep-network/keep-core/pull/2850#discussion_r822739137) conversation. When working on https://github.com/keep-network/keep-core/pull/2850 and replacing `StakingStub` with a real T `TokenStaking` for tests, one unit test covering `challangeDkgResult` had to be removed. `challengeDkgResult` does not revert...
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
One of the users reported a `0x6985 ledger error` which may occur in a random transaction. I was not able to reproduce this bug against ropsten and local network. Following...
The document stores User Acceptance Criteria for Random Beacon v2 feature. It will be used to gain common understanding of how Random Beacon v2 should act and will be utilised...
Closes #https://github.com/keep-network/keep-core/issues/2167 By increasing time programmatically using OpenZeppelin lib may add a split of a second to a current timestamp which results in difference of less than 1 KEEP during...
See https://github.com/threshold-network/solidity-contracts/pull/26 See https://github.com/threshold-network/solidity-contracts/pull/7 T staking contract supports existing KEEP stakes by allowing KEEP stakers to use their stakes in T network and weights them based on KEEPT token ratio....
There's a UI bug that won't ask you how many LP tokens of Saddle tBTC v2 pool you'd like to deposit OR withdraw. It automatically assumes and starts transaction for...
Add notifications that inform the user how many days/hours etc is left for him to claim his tokens from pending withdrawal.