Skip to content

add JDC_AUTHORITY_PUBLIC_KEY to the Sv2 endpoint#37

Merged
pavlenex merged 1 commit intostratum-mining:mainfrom
GitGab19:sv2-endpoint
Mar 25, 2026
Merged

add JDC_AUTHORITY_PUBLIC_KEY to the Sv2 endpoint#37
pavlenex merged 1 commit intostratum-mining:mainfrom
GitGab19:sv2-endpoint

Conversation

@GitGab19
Copy link
Copy Markdown
Member

Closes #35

@pavlenex
Copy link
Copy Markdown
Contributor

I am getting a weird error, investigating if it's related to this PR, doesn't make sense that it is since your changes don't touch any of those.

Screenshot 2026-03-25 at 14 42 19
chunk-NXESFFTV.js?v=95699e26:521 Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.
    at MiningIdentityStep (http://localhost:5174/src/components/setup/steps/MiningIdentityStep.tsx?t=1774445997250:21:38)
    at div
    at div
    at div
    at div
    at SetupWizard (http://localhost:5174/src/components/setup/SetupWizard.tsx:106:30)
    at Setup
    at Route (http://localhost:5174/node_modules/.vite/deps/wouter.js?v=9c5a742b:299:16)
    at Switch (http://localhost:5174/node_modules/.vite/deps/wouter.js?v=9c5a742b:356:17)
    at Router (http://localhost:5174/src/App.tsx:28:32)
    at QueryClientProvider (http://localhost:5174/node_modules/.vite/deps/@tanstack_react-query.js?v=14dae82f:3101:3)
    at App
333
chunk-NXESFFTV.js?v=95699e26:521 Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.
    at HashrateStep (http://localhost:5174/src/components/setup/steps/HashrateStep.tsx:33:32)
    at div
    at div
    at div
    at div
    at SetupWizard (http://localhost:5174/src/components/setup/SetupWizard.tsx:106:30)
    at Setup
    at Route (http://localhost:5174/node_modules/.vite/deps/wouter.js?v=9c5a742b:299:16)
    at Switch (http://localhost:5174/node_modules/.vite/deps/wouter.js?v=9c5a742b:356:17)
    at Router (http://localhost:5174/src/App.tsx:28:32)
    at QueryClientProvider (http://localhost:5174/node_modules/.vite/deps/@tanstack_react-query.js?v=14dae82f:3101:3)
    at App
110
chunk-NXESFFTV.js?v=95699e26:521 Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.
    at MiningIdentityStep (http://localhost:5174/src/components/setup/steps/MiningIdentityStep.tsx?t=1774445997250:21:38)
    at div
    at div
    at div
    at div
    at SetupWizard (http://localhost:5174/src/components/setup/SetupWizard.tsx:106:30)
    at Setup
    at Route (http://localhost:5174/node_modules/.vite/deps/wouter.js?v=9c5a742b:299:16)
    at Switch (http://localhost:5174/node_modules/.vite/deps/wouter.js?v=9c5a742b:356:17)
    at Router (http://localhost:5174/src/App.tsx:28:32)
    at QueryClientProvider (http://localhost:5174/node_modules/.vite/deps/@tanstack_react-query.js?v=14dae82f:3101:3)
    at App

@pavlenex
Copy link
Copy Markdown
Contributor

pavlenex commented Mar 25, 2026

LGTM, I'll log a separate issue for a bug above.

Screenshot 2026-03-25 at 14 46 48

@pavlenex pavlenex merged commit 4d1e51e into stratum-mining:main Mar 25, 2026
3 checks passed
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.

Standardize how to expose SV2 endpoint

2 participants