From cb476383a40a9efd86d13dcc9ae7ff2bf8b8c84a Mon Sep 17 00:00:00 2001 From: Bobo Date: Tue, 1 Oct 2024 08:40:56 +0200 Subject: [PATCH] Release hotfix to main (#1394) * Remove Age of Chronos promotion (#1386) * Fetch block time from chain (#1384) * Fetch block time to store * Apr calculation fix * Type fix * PR comments fix and code cleanup * Fix/selected dapp index (#1387) * Voting wizard search bug fix * Keep selected dApps while switching categories * APR calculation fix to use block time for a given block (#1389) * APR calculation fix to use block time for a given block * Small fix * Fix for re-staking on unregistered dApps (#1392) --- .../components/ClaimAndRestakeButton.vue | 33 +++++++++++++++---- .../components/my-staking/MyStaking.vue | 2 +- src/staking-v3/hooks/useDappStaking.ts | 8 ++--- src/staking-v3/hooks/useVote.ts | 2 +- 4 files changed, 32 insertions(+), 13 deletions(-) diff --git a/src/staking-v3/components/ClaimAndRestakeButton.vue b/src/staking-v3/components/ClaimAndRestakeButton.vue index 9bbb6149d..37e8a0381 100644 --- a/src/staking-v3/components/ClaimAndRestakeButton.vue +++ b/src/staking-v3/components/ClaimAndRestakeButton.vue @@ -19,8 +19,8 @@