Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add block verification interval #1837

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

rossbulat
Copy link
Collaborator

@rossbulat rossbulat commented Jan 8, 2024

This PR adds a block verification interval, checking if blocks are coming in. This is a decentralised polling mechanism to check whether the dapp still "online", .or has access to the API. This is needed as Polkadot JS API can report false positive connected events when VPNs or virtualisation is running. Even though it would think it is connected, blocks would not be coming in.

A disconnect is triggered if blocks are not syncing, and the reconnect loop is initiated to attempt reconnection.

@rossbulat rossbulat merged commit 0b9d6f2 into main Jan 8, 2024
8 checks passed
@rossbulat rossbulat deleted the rb-block-verification-interval branch January 8, 2024 03:04
miabarbir pushed a commit to w3f-webops/polkadot-staking-dashboard that referenced this pull request Jan 16, 2024
* chore(deps): bump @polkawatch/ddp-client from 2.0.9 to 2.0.10 (polkadot-cloud#1642)

* chore(deps): bump framer-motion from 10.16.4 to 10.16.5 (polkadot-cloud#1643)

* chore(deps): bump react-i18next from 13.4.1 to 13.5.0 (polkadot-cloud#1644)

* chore(main): release 1.2.0 (polkadot-cloud#1592)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore(deps): bump @polkadot-cloud/core from 1.0.46 to 1.0.48 (polkadot-cloud#1645)

* chore(deps-dev): bump @vitejs/plugin-react-swc from 3.4.1 to 3.5.0 (polkadot-cloud#1646)

* chore(deps): bump react-router-dom from 6.18.0 to 6.19.0 (polkadot-cloud#1648)

* chore(deps): bump @polkadot-cloud/react from 0.1.129 to 0.1.130 (polkadot-cloud#1647)

* chore: update cloud URL

* chore(deps-dev): bump vite-plugin-svgr from 4.1.0 to 4.2.0 (polkadot-cloud#1649)

* chore: fix text

* chore(deps-dev): bump gh-pages from 6.0.0 to 6.1.0 (polkadot-cloud#1653)

* chore(deps-dev): bump @typescript-eslint/parser from 6.11.0 to 6.12.0 (polkadot-cloud#1652)

* chore(deps-dev): bump typescript from 5.2.2 to 5.3.2 (polkadot-cloud#1656)

* chore(deps): bump @polkadot/rpc-provider from 10.10.1 to 10.11.1 (polkadot-cloud#1657)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.11.0 to 6.12.0 (polkadot-cloud#1659)

* chore(deps): bump @polkadot/api from 10.10.1 to 10.11.1 (polkadot-cloud#1658)

* chore(deps-dev): bump eslint from 8.53.0 to 8.54.0 (polkadot-cloud#1655)

* chore(deps): bump @polkadot-cloud/react from 0.1.130 to 0.1.134 (polkadot-cloud#1654)

* chore(deps-dev): bump @types/react from 18.2.37 to 18.2.38 (polkadot-cloud#1661)

* chore(deps-dev): bump @types/react-dom from 18.2.15 to 18.2.16 (polkadot-cloud#1664)

* chore(deps-dev): bump @types/react-dom from 18.2.16 to 18.2.17 (polkadot-cloud#1667)

* chore(deps): bump react-router-dom from 6.19.0 to 6.20.0 (polkadot-cloud#1668)

* chore(deps-dev): bump @ledgerhq/logs from 6.11.0 to 6.12.0 (polkadot-cloud#1669)

* chore(deps): bump @ledgerhq/hw-transport-webhid from 6.27.20 to 6.28.0 (polkadot-cloud#1670)

* chore(deps-dev): bump @typescript-eslint/parser from 6.12.0 to 6.13.0 (polkadot-cloud#1675)

* chore(deps-dev): bump @types/react from 18.2.38 to 18.2.39 (polkadot-cloud#1677)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.12.0 to 6.13.0 (polkadot-cloud#1676)

* chore(deps): bump @polkadot/util-crypto from 12.5.1 to 12.6.1 (polkadot-cloud#1663)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump @fortawesome/fontawesome-svg-core from 6.4.2 to 6.5.0 (polkadot-cloud#1679)

* chore(deps): bump i18next from 23.7.6 to 23.7.7 (polkadot-cloud#1681)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.0 to 6.13.1 (polkadot-cloud#1683)

* chore(deps): bump @fortawesome/free-solid-svg-icons from 6.4.2 to 6.5.0 (polkadot-cloud#1680)

* chore(deps-dev): bump @typescript-eslint/parser from 6.13.0 to 6.13.1 (polkadot-cloud#1684)

* chore(deps): bump @fortawesome/free-regular-svg-icons from 6.4.2 to 6.5.0 (polkadot-cloud#1682)

* chore(deps): bump @fortawesome/free-brands-svg-icons from 6.4.2 to 6.5.0 (polkadot-cloud#1685)

* chore(deps): bump framer-motion from 10.16.5 to 10.16.7 (polkadot-cloud#1688)

* chore(deps): bump @substrate/connect from 0.7.35 to 0.8.0 (polkadot-cloud#1691)

* Add paged rewards support (polkadot-cloud#1678)

* chore(deps): bump rc-slider from 10.4.0 to 10.5.0 (polkadot-cloud#1693)

* chore(deps): bump framer-motion from 10.16.7 to 10.16.9 (polkadot-cloud#1694)

* chore(deps): bump @fortawesome/fontawesome-svg-core from 6.5.0 to 6.5.1 (polkadot-cloud#1697)

* chore(deps): bump framer-motion from 10.16.9 to 10.16.12 (polkadot-cloud#1699)

* chore(deps): bump react-router-dom from 6.20.0 to 6.20.1 (polkadot-cloud#1700)

* chore(deps): bump @fortawesome/free-regular-svg-icons from 6.5.0 to 6.5.1 (polkadot-cloud#1698)

* chore(deps): bump @fortawesome/free-brands-svg-icons from 6.5.0 to 6.5.1 (polkadot-cloud#1701)

* chore(deps): bump @fortawesome/free-solid-svg-icons from 6.5.0 to 6.5.1 (polkadot-cloud#1696)

* chore: fix polkadot cloud url

* chore(deps-dev): bump eslint from 8.54.0 to 8.55.0 (polkadot-cloud#1705)

* chore(deps): bump @polkadot-cloud/core from 1.0.48 to 1.0.49 (polkadot-cloud#1711)

* chore(deps-dev): bump @typescript-eslint/parser from 6.13.1 to 6.13.2 (polkadot-cloud#1710)

* chore(deps-dev): bump @types/react from 18.2.39 to 18.2.42 (polkadot-cloud#1713)

* chore(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0 (polkadot-cloud#1708)

* chore(deps): bump framer-motion from 10.16.12 to 10.16.14 (polkadot-cloud#1714)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.13.2 (polkadot-cloud#1715)

* chore(deps-dev): bump @types/react-helmet from 6.1.9 to 6.1.11 (polkadot-cloud#1717)

* chore(deps-dev): bump typescript from 5.3.2 to 5.3.3 (polkadot-cloud#1719)

* chore(deps): bump @substrate/connect from 0.8.0 to 0.8.2 (polkadot-cloud#1720)

* chore(deps): bump i18next from 23.7.7 to 23.7.8 (polkadot-cloud#1721)

* chore(deps-dev): bump vite-tsconfig-paths from 4.2.1 to 4.2.2 (polkadot-cloud#1723)

* chore(deps): bump framer-motion from 10.16.14 to 10.16.15 (polkadot-cloud#1724)

* chore(deps): bump @substrate/connect from 0.8.2 to 0.8.3 (polkadot-cloud#1725)

* chore(deps): bump framer-motion from 10.16.15 to 10.16.16 (polkadot-cloud#1728)

* chore(deps): bump @polkadot-cloud/core from 1.0.49 to 1.0.50 (polkadot-cloud#1729)

* chore: release please v4

* chore: chart.js 4.4.1 fixes

* chore: dep bumps

* chore(deps): bump actions/stale from 8 to 9 (polkadot-cloud#1726)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ross Bulat <[email protected]>

* chore: fix file name

* bump polkadot daps

* chore: trigger publish

* fix: incorrect use of ?? operand

* chore: ?? to ||

* fix(worker): add worker format

* chore: bump react

* chore: bump react

* chore: bump react

* chore: bump cloud

* chore(deps-dev): bump @typescript-eslint/parser from 6.13.2 to 6.14.0 (polkadot-cloud#1735)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.14.0 (polkadot-cloud#1736)

* chore(deps): bump @ledgerhq/hw-transport-webhid from 6.28.0 to 6.28.1 (polkadot-cloud#1737)

* chore(deps-dev): bump vite from 5.0.7 to 5.0.8 (polkadot-cloud#1738)

* chore(deps): bump i18next from 23.7.8 to 23.7.9 (polkadot-cloud#1739)

* chore(deps): bump react-router-dom from 6.20.1 to 6.21.0 (polkadot-cloud#1740)

* chore(deps-dev): bump @types/react from 18.2.43 to 18.2.45 (polkadot-cloud#1741)

* chore(deps): bump i18next from 23.7.9 to 23.7.10 (polkadot-cloud#1742)

* chore(deps-dev): bump vite from 5.0.8 to 5.0.9 (polkadot-cloud#1744)

* chore(deps-dev): bump eslint-plugin-import from 2.29.0 to 2.29.1 (polkadot-cloud#1745)

* chore(deps): bump react-error-boundary from 4.0.11 to 4.0.12 (polkadot-cloud#1748)

* chore(deps-dev): bump vite from 5.0.9 to 5.0.10 (polkadot-cloud#1749)

* chore: bump

* chore: bump vite-bundle-visualizer

* feat: add docs folder (polkadot-cloud#1753)

* feat: upgrade from yarn classic to yarn modern (berry) (polkadot-cloud#1752)

* feat: Pool commission provider, compartmentalise forms of commission properties (polkadot-cloud#1755)

* chore: use cloud withTimeout

* chore(deps): bump @polkadot-cloud/core from 1.0.51 to 1.1.0 (polkadot-cloud#1756)

* chore(deps): bump @polkadot/rpc-provider from 10.11.1 to 10.11.2 (polkadot-cloud#1758)

* chore(deps-dev): bump @typescript-eslint/parser from 6.14.0 to 6.15.0 (polkadot-cloud#1761)

* chore(deps): bump @polkadot-cloud/react from 0.1.146 to 0.2.0 (polkadot-cloud#1757)

* chore(deps): bump @polkadot/keyring from 12.6.1 to 12.6.2 (polkadot-cloud#1762)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.14.0 to 6.15.0 (polkadot-cloud#1764)

* chore(deps): bump @polkadot-cloud/utils from 0.0.34 to 0.1.0 (polkadot-cloud#1766)

* chore(deps): bump @polkadot/util from 12.6.1 to 12.6.2 (polkadot-cloud#1763)

* chore(deps): bump @polkadot-cloud/assets from 0.1.38 to 0.2.0 (polkadot-cloud#1765)

* chore(deps): bump @polkadot/api from 10.11.1 to 10.11.2 (polkadot-cloud#1767)

* chore: bumps

* feat(refactor): useless fragments, linting tidy up (polkadot-cloud#1768)

* refactor: minimise props and memo (polkadot-cloud#1770)

* chore: re-order plugins

* chore(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.0 (polkadot-cloud#1771)

* chore(deps-dev): bump vitest from 1.0.4 to 1.1.0 (polkadot-cloud#1772)

* feat(refactor): Remove explicit `any` types project-wide (polkadot-cloud#1773)

* feat(refactor): Split pool types, replace explicit any types (polkadot-cloud#1774)

* feat(refactor): Notifications as `CustomEvent` emission (polkadot-cloud#1775)

* chore(deps): bump @polkadot-cloud/react from 0.2.0 to 0.2.1 (polkadot-cloud#1778)

* chore(deps): bump @polkadot-cloud/utils from 0.1.0 to 0.1.1 (polkadot-cloud#1779)

* feat(refactor): Use Cloud `LedgerAccounts` context (polkadot-cloud#1782)

* chore: replace any types

* chore: type fixes

* chore: fixes

* chore: disable rule

* chore: fix

* chore(deps): bump styled-components from 6.1.1 to 6.1.2 (polkadot-cloud#1781)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: patch core

* chore: fix styled components

* chore(deps-dev): bump eslint-plugin-prettier from 5.1.0 to 5.1.1 (polkadot-cloud#1785)

* chore(deps): bump @dotlottie/player-component from 2.7.2 to 2.7.3 (polkadot-cloud#1786)

* chore(deps): bump react-router-dom from 6.21.0 to 6.21.1 (polkadot-cloud#1787)

* bump cloud deps

* chore: remove explit any 3 (polkadot-cloud#1788)

* chore: amend typescript support

* chore: amend releases

* chore: fix styling

* chore(deps): bump styled-components from 6.1.2 to 6.1.3 (polkadot-cloud#1791)

* feat(refactor): Remove remaining explicit `any` types, turn on `no-explicit-any` (polkadot-cloud#1792)

* feat(refactor): add stylistic eslint rules (polkadot-cloud#1793)

* feat(refactor): enforce curly, braces as needed (polkadot-cloud#1795)

* chore(deps): bump react-i18next from 13.5.0 to 14.0.0 (polkadot-cloud#1784)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump date-fns from 2.30.0 to 3.0.6 (polkadot-cloud#1790)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(refactor): Pool members list to canvas (polkadot-cloud#1796)

Co-authored-by: TingALin <[email protected]>

* chore: fix remaining

* chore(deps-dev): bump eslint-plugin-prettier from 5.1.1 to 5.1.2 (polkadot-cloud#1797)

* chore(deps-dev): bump gh-pages from 6.1.0 to 6.1.1 (polkadot-cloud#1798)

* chore(deps-dev): bump @typescript-eslint/parser from 6.15.0 to 6.16.0 (polkadot-cloud#1799)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.15.0 to 6.16.0 (polkadot-cloud#1800)

* chore(deps): bump @dotlottie/player-component from 2.7.3 to 2.7.4 (polkadot-cloud#1801)

* feat(refactor): use `html5-qrcode`, remove `react-qr-reader` (polkadot-cloud#1802)

* chore: clean up

* chore: cheanup

* chore: rm comment

* chore: reset callback

* chore: context defaults

* chore(deps): bump styled-components from 6.1.3 to 6.1.6 (polkadot-cloud#1803)

* chore: usehooks-ts `useEventListener`

* fix: replace MAX_EXPOSURE_PAGE_SIZE

* chore(deps): bump i18next from 23.7.11 to 23.7.12 (polkadot-cloud#1804)

* chore(deps-dev): bump @types/react from 18.2.45 to 18.2.46 (polkadot-cloud#1805)

* chore(deps): bump @dotlottie/player-component from 2.7.4 to 2.7.5 (polkadot-cloud#1806)

* chore(deps-dev): bump vite-tsconfig-paths from 4.2.2 to 4.2.3 (polkadot-cloud#1807)

* chore(deps-dev): bump sass from 1.69.5 to 1.69.6 (polkadot-cloud#1808)

* chore(deps): bump i18next from 23.7.12 to 23.7.13 (polkadot-cloud#1809)

* chore(deps-dev): bump @typescript-eslint/parser from 6.16.0 to 6.17.0 (polkadot-cloud#1810)

* chore(deps-dev): bump vitest from 1.1.0 to 1.1.1 (polkadot-cloud#1812)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.16.0 to 6.17.0 (polkadot-cloud#1811)

* chore(deps): bump i18next from 23.7.13 to 23.7.14 (polkadot-cloud#1813)

* chore(deps): bump framer-motion from 10.16.16 to 10.17.0 (polkadot-cloud#1814)

* chore(deps): bump @substrate/connect from 0.8.3 to 0.8.4 (polkadot-cloud#1815)

* fix: Bond fixes (polkadot-cloud#1816)

* chore(deps): bump framer-motion from 10.17.0 to 10.17.4 (polkadot-cloud#1818)

* chore(deps-dev): bump sass from 1.69.6 to 1.69.7 (polkadot-cloud#1820)

* chore(deps): bump i18next from 23.7.14 to 23.7.15 (polkadot-cloud#1819)

* chore(deps): bump framer-motion from 10.17.4 to 10.17.6 (polkadot-cloud#1822)

* chore(deps-dev): bump vitest from 1.1.1 to 1.1.2 (polkadot-cloud#1824)

* chore(deps): bump i18next from 23.7.15 to 23.7.16 (polkadot-cloud#1823)

* feat(refactor): remove ref from `OtherAccounts` (polkadot-cloud#1825)

* feat(refactor): API to static class (polkadot-cloud#1826)

* fix: ready after consts

* chore: context & hook to top

* chore: destructure React imports

* feat: use `navigator.onLine` to handle api connection (polkadot-cloud#1827)

* chore(deps-dev): bump vite from 5.0.10 to 5.0.11 (polkadot-cloud#1829)

* chore(deps): bump framer-motion from 10.17.6 to 10.17.9 (polkadot-cloud#1830)

* chore(deps): bump date-fns from 3.0.6 to 3.1.0 (polkadot-cloud#1831)

* chore(deps-dev): bump vitest from 1.1.2 to 1.1.3 (polkadot-cloud#1832)

* fix: read only account import, local account import (polkadot-cloud#1833)

* fix: make odometer values copy-able (polkadot-cloud#1834)

* feat(ux): block number in network bar (polkadot-cloud#1835)

* chore: fixes

* feat: offline recovery (polkadot-cloud#1836)

* chore: refactor, minimise functions

* chore: don't use ref

* feat: add block verification interval (polkadot-cloud#1837)

* chore: comment

* feat: timeout multiplier (polkadot-cloud#1838)

* chore(deps-dev): bump @typescript-eslint/parser from 6.17.0 to 6.18.0 (polkadot-cloud#1839)

* chore(deps): bump usehooks-ts from 2.9.1 to 2.9.2 (polkadot-cloud#1841)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.17.0 to 6.18.0 (polkadot-cloud#1840)

* chore(deps-dev): bump @types/react from 18.2.46 to 18.2.47 (polkadot-cloud#1843)

* chore(deps): bump styled-components from 6.1.6 to 6.1.8 (polkadot-cloud#1842)

* feat(refactor): types to all `useState` hooks (polkadot-cloud#1844)

* some boilerplate, basic impl

* chore: don't notify on block disconnect

* chore: use api.registry.signedExtensions

* chore(deps): bump date-fns from 3.1.0 to 3.2.0 (polkadot-cloud#1845)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.18.0 to 6.18.1 (polkadot-cloud#1847)

* chore(deps): bump framer-motion from 10.17.9 to 10.17.12 (polkadot-cloud#1846)

* chore(deps-dev): bump @typescript-eslint/parser from 6.18.0 to 6.18.1 (polkadot-cloud#1848)

* chore: rm arr

* feat: Introduce Average Reward Rate  (polkadot-cloud#1849)

Co-authored-by: Ting A Lin <[email protected]>

* chore: rm onFinality

* chore: rm adjusted reward rate def

* feat(refactor): simplify average reward rate label (polkadot-cloud#1850)

* chore(deps): bump framer-motion from 10.17.12 to 10.18.0 (polkadot-cloud#1851)

* chore(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (polkadot-cloud#1852)

* chore(deps): bump react-router-dom from 6.21.1 to 6.21.2 (polkadot-cloud#1854)

* fix: max bond fixes

* patch assets

* Revert "patch assets"

This reverts commit 55f17ef.

* feat: add P2P.org to community

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: TingALin <[email protected]>
miabarbir pushed a commit to w3f-webops/polkadot-staking-dashboard that referenced this pull request Jan 29, 2024
* chore(deps): bump @polkawatch/ddp-client from 2.0.9 to 2.0.10 (polkadot-cloud#1642)

* chore(deps): bump framer-motion from 10.16.4 to 10.16.5 (polkadot-cloud#1643)

* chore(deps): bump react-i18next from 13.4.1 to 13.5.0 (polkadot-cloud#1644)

* chore(main): release 1.2.0 (polkadot-cloud#1592)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore(deps): bump @polkadot-cloud/core from 1.0.46 to 1.0.48 (polkadot-cloud#1645)

* chore(deps-dev): bump @vitejs/plugin-react-swc from 3.4.1 to 3.5.0 (polkadot-cloud#1646)

* chore(deps): bump react-router-dom from 6.18.0 to 6.19.0 (polkadot-cloud#1648)

* chore(deps): bump @polkadot-cloud/react from 0.1.129 to 0.1.130 (polkadot-cloud#1647)

* chore: update cloud URL

* chore(deps-dev): bump vite-plugin-svgr from 4.1.0 to 4.2.0 (polkadot-cloud#1649)

* chore: fix text

* chore(deps-dev): bump gh-pages from 6.0.0 to 6.1.0 (polkadot-cloud#1653)

* chore(deps-dev): bump @typescript-eslint/parser from 6.11.0 to 6.12.0 (polkadot-cloud#1652)

* chore(deps-dev): bump typescript from 5.2.2 to 5.3.2 (polkadot-cloud#1656)

* chore(deps): bump @polkadot/rpc-provider from 10.10.1 to 10.11.1 (polkadot-cloud#1657)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.11.0 to 6.12.0 (polkadot-cloud#1659)

* chore(deps): bump @polkadot/api from 10.10.1 to 10.11.1 (polkadot-cloud#1658)

* chore(deps-dev): bump eslint from 8.53.0 to 8.54.0 (polkadot-cloud#1655)

* chore(deps): bump @polkadot-cloud/react from 0.1.130 to 0.1.134 (polkadot-cloud#1654)

* chore(deps-dev): bump @types/react from 18.2.37 to 18.2.38 (polkadot-cloud#1661)

* chore(deps-dev): bump @types/react-dom from 18.2.15 to 18.2.16 (polkadot-cloud#1664)

* chore(deps-dev): bump @types/react-dom from 18.2.16 to 18.2.17 (polkadot-cloud#1667)

* chore(deps): bump react-router-dom from 6.19.0 to 6.20.0 (polkadot-cloud#1668)

* chore(deps-dev): bump @ledgerhq/logs from 6.11.0 to 6.12.0 (polkadot-cloud#1669)

* chore(deps): bump @ledgerhq/hw-transport-webhid from 6.27.20 to 6.28.0 (polkadot-cloud#1670)

* chore(deps-dev): bump @typescript-eslint/parser from 6.12.0 to 6.13.0 (polkadot-cloud#1675)

* chore(deps-dev): bump @types/react from 18.2.38 to 18.2.39 (polkadot-cloud#1677)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.12.0 to 6.13.0 (polkadot-cloud#1676)

* chore(deps): bump @polkadot/util-crypto from 12.5.1 to 12.6.1 (polkadot-cloud#1663)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump @fortawesome/fontawesome-svg-core from 6.4.2 to 6.5.0 (polkadot-cloud#1679)

* chore(deps): bump i18next from 23.7.6 to 23.7.7 (polkadot-cloud#1681)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.0 to 6.13.1 (polkadot-cloud#1683)

* chore(deps): bump @fortawesome/free-solid-svg-icons from 6.4.2 to 6.5.0 (polkadot-cloud#1680)

* chore(deps-dev): bump @typescript-eslint/parser from 6.13.0 to 6.13.1 (polkadot-cloud#1684)

* chore(deps): bump @fortawesome/free-regular-svg-icons from 6.4.2 to 6.5.0 (polkadot-cloud#1682)

* chore(deps): bump @fortawesome/free-brands-svg-icons from 6.4.2 to 6.5.0 (polkadot-cloud#1685)

* chore(deps): bump framer-motion from 10.16.5 to 10.16.7 (polkadot-cloud#1688)

* chore(deps): bump @substrate/connect from 0.7.35 to 0.8.0 (polkadot-cloud#1691)

* Add paged rewards support (polkadot-cloud#1678)

* chore(deps): bump rc-slider from 10.4.0 to 10.5.0 (polkadot-cloud#1693)

* chore(deps): bump framer-motion from 10.16.7 to 10.16.9 (polkadot-cloud#1694)

* chore(deps): bump @fortawesome/fontawesome-svg-core from 6.5.0 to 6.5.1 (polkadot-cloud#1697)

* chore(deps): bump framer-motion from 10.16.9 to 10.16.12 (polkadot-cloud#1699)

* chore(deps): bump react-router-dom from 6.20.0 to 6.20.1 (polkadot-cloud#1700)

* chore(deps): bump @fortawesome/free-regular-svg-icons from 6.5.0 to 6.5.1 (polkadot-cloud#1698)

* chore(deps): bump @fortawesome/free-brands-svg-icons from 6.5.0 to 6.5.1 (polkadot-cloud#1701)

* chore(deps): bump @fortawesome/free-solid-svg-icons from 6.5.0 to 6.5.1 (polkadot-cloud#1696)

* chore: fix polkadot cloud url

* chore(deps-dev): bump eslint from 8.54.0 to 8.55.0 (polkadot-cloud#1705)

* chore(deps): bump @polkadot-cloud/core from 1.0.48 to 1.0.49 (polkadot-cloud#1711)

* chore(deps-dev): bump @typescript-eslint/parser from 6.13.1 to 6.13.2 (polkadot-cloud#1710)

* chore(deps-dev): bump @types/react from 18.2.39 to 18.2.42 (polkadot-cloud#1713)

* chore(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0 (polkadot-cloud#1708)

* chore(deps): bump framer-motion from 10.16.12 to 10.16.14 (polkadot-cloud#1714)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.13.2 (polkadot-cloud#1715)

* chore(deps-dev): bump @types/react-helmet from 6.1.9 to 6.1.11 (polkadot-cloud#1717)

* chore(deps-dev): bump typescript from 5.3.2 to 5.3.3 (polkadot-cloud#1719)

* chore(deps): bump @substrate/connect from 0.8.0 to 0.8.2 (polkadot-cloud#1720)

* chore(deps): bump i18next from 23.7.7 to 23.7.8 (polkadot-cloud#1721)

* chore(deps-dev): bump vite-tsconfig-paths from 4.2.1 to 4.2.2 (polkadot-cloud#1723)

* chore(deps): bump framer-motion from 10.16.14 to 10.16.15 (polkadot-cloud#1724)

* chore(deps): bump @substrate/connect from 0.8.2 to 0.8.3 (polkadot-cloud#1725)

* chore(deps): bump framer-motion from 10.16.15 to 10.16.16 (polkadot-cloud#1728)

* chore(deps): bump @polkadot-cloud/core from 1.0.49 to 1.0.50 (polkadot-cloud#1729)

* chore: release please v4

* chore: chart.js 4.4.1 fixes

* chore: dep bumps

* chore(deps): bump actions/stale from 8 to 9 (polkadot-cloud#1726)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ross Bulat <[email protected]>

* chore: fix file name

* bump polkadot daps

* chore: trigger publish

* fix: incorrect use of ?? operand

* chore: ?? to ||

* fix(worker): add worker format

* chore: bump react

* chore: bump react

* chore: bump react

* chore: bump cloud

* chore(deps-dev): bump @typescript-eslint/parser from 6.13.2 to 6.14.0 (polkadot-cloud#1735)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.14.0 (polkadot-cloud#1736)

* chore(deps): bump @ledgerhq/hw-transport-webhid from 6.28.0 to 6.28.1 (polkadot-cloud#1737)

* chore(deps-dev): bump vite from 5.0.7 to 5.0.8 (polkadot-cloud#1738)

* chore(deps): bump i18next from 23.7.8 to 23.7.9 (polkadot-cloud#1739)

* chore(deps): bump react-router-dom from 6.20.1 to 6.21.0 (polkadot-cloud#1740)

* chore(deps-dev): bump @types/react from 18.2.43 to 18.2.45 (polkadot-cloud#1741)

* chore(deps): bump i18next from 23.7.9 to 23.7.10 (polkadot-cloud#1742)

* chore(deps-dev): bump vite from 5.0.8 to 5.0.9 (polkadot-cloud#1744)

* chore(deps-dev): bump eslint-plugin-import from 2.29.0 to 2.29.1 (polkadot-cloud#1745)

* chore(deps): bump react-error-boundary from 4.0.11 to 4.0.12 (polkadot-cloud#1748)

* chore(deps-dev): bump vite from 5.0.9 to 5.0.10 (polkadot-cloud#1749)

* chore: bump

* chore: bump vite-bundle-visualizer

* feat: add docs folder (polkadot-cloud#1753)

* feat: upgrade from yarn classic to yarn modern (berry) (polkadot-cloud#1752)

* feat: Pool commission provider, compartmentalise forms of commission properties (polkadot-cloud#1755)

* chore: use cloud withTimeout

* chore(deps): bump @polkadot-cloud/core from 1.0.51 to 1.1.0 (polkadot-cloud#1756)

* chore(deps): bump @polkadot/rpc-provider from 10.11.1 to 10.11.2 (polkadot-cloud#1758)

* chore(deps-dev): bump @typescript-eslint/parser from 6.14.0 to 6.15.0 (polkadot-cloud#1761)

* chore(deps): bump @polkadot-cloud/react from 0.1.146 to 0.2.0 (polkadot-cloud#1757)

* chore(deps): bump @polkadot/keyring from 12.6.1 to 12.6.2 (polkadot-cloud#1762)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.14.0 to 6.15.0 (polkadot-cloud#1764)

* chore(deps): bump @polkadot-cloud/utils from 0.0.34 to 0.1.0 (polkadot-cloud#1766)

* chore(deps): bump @polkadot/util from 12.6.1 to 12.6.2 (polkadot-cloud#1763)

* chore(deps): bump @polkadot-cloud/assets from 0.1.38 to 0.2.0 (polkadot-cloud#1765)

* chore(deps): bump @polkadot/api from 10.11.1 to 10.11.2 (polkadot-cloud#1767)

* chore: bumps

* feat(refactor): useless fragments, linting tidy up (polkadot-cloud#1768)

* refactor: minimise props and memo (polkadot-cloud#1770)

* chore: re-order plugins

* chore(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.0 (polkadot-cloud#1771)

* chore(deps-dev): bump vitest from 1.0.4 to 1.1.0 (polkadot-cloud#1772)

* feat(refactor): Remove explicit `any` types project-wide (polkadot-cloud#1773)

* feat(refactor): Split pool types, replace explicit any types (polkadot-cloud#1774)

* feat(refactor): Notifications as `CustomEvent` emission (polkadot-cloud#1775)

* chore(deps): bump @polkadot-cloud/react from 0.2.0 to 0.2.1 (polkadot-cloud#1778)

* chore(deps): bump @polkadot-cloud/utils from 0.1.0 to 0.1.1 (polkadot-cloud#1779)

* feat(refactor): Use Cloud `LedgerAccounts` context (polkadot-cloud#1782)

* chore: replace any types

* chore: type fixes

* chore: fixes

* chore: disable rule

* chore: fix

* chore(deps): bump styled-components from 6.1.1 to 6.1.2 (polkadot-cloud#1781)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: patch core

* chore: fix styled components

* chore(deps-dev): bump eslint-plugin-prettier from 5.1.0 to 5.1.1 (polkadot-cloud#1785)

* chore(deps): bump @dotlottie/player-component from 2.7.2 to 2.7.3 (polkadot-cloud#1786)

* chore(deps): bump react-router-dom from 6.21.0 to 6.21.1 (polkadot-cloud#1787)

* bump cloud deps

* chore: remove explit any 3 (polkadot-cloud#1788)

* chore: amend typescript support

* chore: amend releases

* chore: fix styling

* chore(deps): bump styled-components from 6.1.2 to 6.1.3 (polkadot-cloud#1791)

* feat(refactor): Remove remaining explicit `any` types, turn on `no-explicit-any` (polkadot-cloud#1792)

* feat(refactor): add stylistic eslint rules (polkadot-cloud#1793)

* feat(refactor): enforce curly, braces as needed (polkadot-cloud#1795)

* chore(deps): bump react-i18next from 13.5.0 to 14.0.0 (polkadot-cloud#1784)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump date-fns from 2.30.0 to 3.0.6 (polkadot-cloud#1790)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(refactor): Pool members list to canvas (polkadot-cloud#1796)

Co-authored-by: TingALin <[email protected]>

* chore: fix remaining

* chore(deps-dev): bump eslint-plugin-prettier from 5.1.1 to 5.1.2 (polkadot-cloud#1797)

* chore(deps-dev): bump gh-pages from 6.1.0 to 6.1.1 (polkadot-cloud#1798)

* chore(deps-dev): bump @typescript-eslint/parser from 6.15.0 to 6.16.0 (polkadot-cloud#1799)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.15.0 to 6.16.0 (polkadot-cloud#1800)

* chore(deps): bump @dotlottie/player-component from 2.7.3 to 2.7.4 (polkadot-cloud#1801)

* feat(refactor): use `html5-qrcode`, remove `react-qr-reader` (polkadot-cloud#1802)

* chore: clean up

* chore: cheanup

* chore: rm comment

* chore: reset callback

* chore: context defaults

* chore(deps): bump styled-components from 6.1.3 to 6.1.6 (polkadot-cloud#1803)

* chore: usehooks-ts `useEventListener`

* fix: replace MAX_EXPOSURE_PAGE_SIZE

* chore(deps): bump i18next from 23.7.11 to 23.7.12 (polkadot-cloud#1804)

* chore(deps-dev): bump @types/react from 18.2.45 to 18.2.46 (polkadot-cloud#1805)

* chore(deps): bump @dotlottie/player-component from 2.7.4 to 2.7.5 (polkadot-cloud#1806)

* chore(deps-dev): bump vite-tsconfig-paths from 4.2.2 to 4.2.3 (polkadot-cloud#1807)

* chore(deps-dev): bump sass from 1.69.5 to 1.69.6 (polkadot-cloud#1808)

* chore(deps): bump i18next from 23.7.12 to 23.7.13 (polkadot-cloud#1809)

* chore(deps-dev): bump @typescript-eslint/parser from 6.16.0 to 6.17.0 (polkadot-cloud#1810)

* chore(deps-dev): bump vitest from 1.1.0 to 1.1.1 (polkadot-cloud#1812)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.16.0 to 6.17.0 (polkadot-cloud#1811)

* chore(deps): bump i18next from 23.7.13 to 23.7.14 (polkadot-cloud#1813)

* chore(deps): bump framer-motion from 10.16.16 to 10.17.0 (polkadot-cloud#1814)

* chore(deps): bump @substrate/connect from 0.8.3 to 0.8.4 (polkadot-cloud#1815)

* fix: Bond fixes (polkadot-cloud#1816)

* chore(deps): bump framer-motion from 10.17.0 to 10.17.4 (polkadot-cloud#1818)

* chore(deps-dev): bump sass from 1.69.6 to 1.69.7 (polkadot-cloud#1820)

* chore(deps): bump i18next from 23.7.14 to 23.7.15 (polkadot-cloud#1819)

* chore(deps): bump framer-motion from 10.17.4 to 10.17.6 (polkadot-cloud#1822)

* chore(deps-dev): bump vitest from 1.1.1 to 1.1.2 (polkadot-cloud#1824)

* chore(deps): bump i18next from 23.7.15 to 23.7.16 (polkadot-cloud#1823)

* feat(refactor): remove ref from `OtherAccounts` (polkadot-cloud#1825)

* feat(refactor): API to static class (polkadot-cloud#1826)

* fix: ready after consts

* chore: context & hook to top

* chore: destructure React imports

* feat: use `navigator.onLine` to handle api connection (polkadot-cloud#1827)

* chore(deps-dev): bump vite from 5.0.10 to 5.0.11 (polkadot-cloud#1829)

* chore(deps): bump framer-motion from 10.17.6 to 10.17.9 (polkadot-cloud#1830)

* chore(deps): bump date-fns from 3.0.6 to 3.1.0 (polkadot-cloud#1831)

* chore(deps-dev): bump vitest from 1.1.2 to 1.1.3 (polkadot-cloud#1832)

* fix: read only account import, local account import (polkadot-cloud#1833)

* fix: make odometer values copy-able (polkadot-cloud#1834)

* feat(ux): block number in network bar (polkadot-cloud#1835)

* chore: fixes

* feat: offline recovery (polkadot-cloud#1836)

* chore: refactor, minimise functions

* chore: don't use ref

* feat: add block verification interval (polkadot-cloud#1837)

* chore: comment

* feat: timeout multiplier (polkadot-cloud#1838)

* chore(deps-dev): bump @typescript-eslint/parser from 6.17.0 to 6.18.0 (polkadot-cloud#1839)

* chore(deps): bump usehooks-ts from 2.9.1 to 2.9.2 (polkadot-cloud#1841)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.17.0 to 6.18.0 (polkadot-cloud#1840)

* chore(deps-dev): bump @types/react from 18.2.46 to 18.2.47 (polkadot-cloud#1843)

* chore(deps): bump styled-components from 6.1.6 to 6.1.8 (polkadot-cloud#1842)

* feat(refactor): types to all `useState` hooks (polkadot-cloud#1844)

* some boilerplate, basic impl

* chore: don't notify on block disconnect

* chore: use api.registry.signedExtensions

* chore(deps): bump date-fns from 3.1.0 to 3.2.0 (polkadot-cloud#1845)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.18.0 to 6.18.1 (polkadot-cloud#1847)

* chore(deps): bump framer-motion from 10.17.9 to 10.17.12 (polkadot-cloud#1846)

* chore(deps-dev): bump @typescript-eslint/parser from 6.18.0 to 6.18.1 (polkadot-cloud#1848)

* chore: rm arr

* feat: Introduce Average Reward Rate  (polkadot-cloud#1849)

Co-authored-by: Ting A Lin <[email protected]>

* chore: rm onFinality

* chore: rm adjusted reward rate def

* feat(refactor): simplify average reward rate label (polkadot-cloud#1850)

* chore(deps): bump framer-motion from 10.17.12 to 10.18.0 (polkadot-cloud#1851)

* chore(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (polkadot-cloud#1852)

* chore(deps): bump react-router-dom from 6.21.1 to 6.21.2 (polkadot-cloud#1854)

* fix: max bond fixes

* patch assets

* Revert "patch assets"

This reverts commit 55f17ef.

* feat: add P2P.org to community

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: TingALin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant