keep-core
keep-core copied to clipboard
The smart contracts and reference client behind the Keep network
# Starting the next round of review here that needed testnet KEEP. Let's get to it... 🚗 🌬️ Browser: Chrome ### Deposit Flow 1. REFRESH REQUIRED TO SHOW BALANCE When...
# Visual QA review of the testnet version of the coverage pool. Overall looking really solid! Awesome job to all 🎊 ### Overview Page (https://dashboard.test.keep.network/overview) **Pending withdrawal should only show...
The tooltip popover for minimum stake intervals above the delegation input in the token dashboard shows "Invalid date" for the next date. Screenshot attached:
Closes: #2439 Adds Storybook for most of the dashboard's components
Apply limited responsive elements to the dashboard for a better mobile experience
Right now, we have a pattern of saying "no data provided" on overview pages. This pattern is great — we need to have smooth empty states. But it would be...
the vast majority of defi websites use APY as it was not compounding, so the current APY being compounded creates confusion to some users. add an APR figure to clarify...
Design solution for listing exchanges in the token dashboard that's more scalable. Currently listing two exchanges next to the button for staking tokens.
Closes: #2168 Here we improve the way we handle the `OnDKGResultSubmitted` subscription. There was no need to manually invoke `subscription.Unsubscribe()` in all exit points. Those invocations have been replaced by...
By separating the logic of intervals, allocations and payouts slightly more thoroughly from the logic of querying the number of keeps in an interval, it's possible to accommodate multiple factories...