Skip to content

Initial commit: BlockSim v1.0.0 #1

Initial commit: BlockSim v1.0.0

Initial commit: BlockSim v1.0.0 #1

Triggered via push October 27, 2025 15:34
Status Failure
Total duration 1m 8s
Artifacts

deploy.yml

on: push
Lint Code
17s
Lint Code
Build Project
0s
Build Project
Deploy to Vercel
0s
Deploy to Vercel
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
Lint Code: src/components/visualizers/MiningVisualizer.jsx#L5
'shortenHash' is defined but never used
Lint Code: src/components/visualizers/MempoolVisualizer.jsx#L2
'formatTimestamp' is defined but never used
Lint Code: src/components/visualizers/HashVisualizer.jsx#L1
'useCallback' is defined but never used
Lint Code: src/components/visualizers/BlockchainVisualizer.jsx#L371
`'` can be escaped with `'`, `‘`, `'`, `’`
Lint Code: src/components/visualizers/BlockchainVisualizer.jsx#L370
`"` can be escaped with `"`, `“`, `"`, `”`
Lint Code: src/components/visualizers/BlockchainVisualizer.jsx#L370
`"` can be escaped with `"`, `“`, `"`, `”`
Lint Code: src/components/visualizers/BlockchainVisualizer.jsx#L370
`'` can be escaped with `'`, `‘`, `'`, `’`
Lint Code: src/components/visualizers/BlockchainVisualizer.jsx#L369
`'` can be escaped with `'`, `‘`, `'`, `’`
Lint Code: src/components/visualizers/BlockDetailsPanel.jsx#L185
`'` can be escaped with `'`, `‘`, `'`, `’`
Lint Code: src/components/visualizers/BlockDetailsPanel.jsx#L18
'hashInput' is assigned a value but never used
Lint Code: src/components/common/NotificationSystem.jsx#L29
React Hook useCallback has a missing dependency: 'removeNotification'. Either include it or remove the dependency array
Lint Code: src/components/common/NotificationSystem.jsx#L6
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Lint Code: src/App.jsx#L47
React Hook useEffect has a missing dependency: 'handleNavigate'. Either include it or remove the dependency array