Commit Graph
3 Commits
Author SHA1 Message Date
jackyu66git 24727e4ec4 refactor: HL EVM signing via sonirico/go-hyperliquid SDK 2026-05-04 16:16:21 +08:00
jackyu66git 51b8ee0c8a chore: 添加.gitignore, 移除日志文件跟踪 2026-05-04 01:51:17 +08:00
jackyu66git 2ed6ffc747 fix: Bitget WS keepalive — send text ping, not WebSocket PingMessage
Bitget v2 WS requires a text message "ping" every 30s, not a WebSocket
PingMessage control frame (opcode 0x9). Using the wrong ping type caused
a silent failure: connection stays up and subscription succeeds, but NO
ticker data is pushed — zero errors, zero reconnection logs.

Changes:
- connector.go: Add TextPing bool flag, send text 'ping' when set
- bitget.go: Set TextPing=true, handle text 'pong', add debug logging
- scanner.go: Expand to 179 overlapping Bitget+HL coins
2026-05-04 00:33:03 +08:00