Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
06373b8
fix: add Socket.IO CORS configuration and dynamic ngrok URL support
caxtonacollins Apr 8, 2026
83c13d6
fix: add polling transport fallback for Socket.IO connections
caxtonacollins Apr 8, 2026
9795298
fix: add balance polling for slow network connections
caxtonacollins Apr 8, 2026
71632b6
fix: add hydration protection to ChainWarning component
caxtonacollins Apr 8, 2026
5a31e97
fix: add hydration protection to ChainSwitcher component
caxtonacollins Apr 8, 2026
248da5b
fix: add hydration protection to Nav component
caxtonacollins Apr 8, 2026
20ae55f
fix: add dynamic ngrok URL support to Next.js config
caxtonacollins Apr 8, 2026
f544add
docs: add environment configuration examples for ngrok testing
caxtonacollins Apr 8, 2026
a655c0f
chore: md cleanup
caxtonacollins Apr 8, 2026
fe76e0f
feat: add getChainConfig function for multi-chain support
caxtonacollins Apr 9, 2026
4fd588d
feat: make ChainService chain-aware
caxtonacollins Apr 9, 2026
0fffc98
feat: add chainId support to GameEngine bet operations
caxtonacollins Apr 9, 2026
7da2449
feat: add chainId support to rounds API endpoints
caxtonacollins Apr 9, 2026
fdb3fff
feat: refactor admin routes for multi-chain support
caxtonacollins Apr 9, 2026
e3de1d9
feat: add multi-chain support to frontend API client
caxtonacollins Apr 9, 2026
4e9fc26
test: update chain service tests for multi-chain support
caxtonacollins Apr 9, 2026
a41b7d5
feat: update admin page for multi-chain operations
caxtonacollins Apr 9, 2026
c1f85c6
feat: add chainId support to useGame hook
caxtonacollins Apr 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ old
# backend logs
backend/logs/
*.log

# vscode
.vscode
378 changes: 0 additions & 378 deletions QUICK_REFERENCE.md

This file was deleted.

Loading
Loading