go-blockchain/daemon
Claude 0c19922816
Some checks failed
Security Scan / security (push) Successful in 12s
Test / Test (push) Failing after 38s
test(integration): add hardfork, chain stats, REST health verification
6 integration tests against live Go daemon:
- getinfo matches C++ daemon (alias count, height within 10)
- aliases match C++ (same names)
- block 11000 hash identical between Go and C++
- hardfork status (HF0-HF4 all active)
- chain stats (height > 11000, 14 aliases)
- REST /health returns ok

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 03:42:13 +01:00
..
coverage_test.go fix(daemon): repair last 2 broken routes + add comprehensive coverage test 2026-04-02 03:39:41 +01:00
server.go fix(daemon): repair last 2 broken routes + add comprehensive coverage test 2026-04-02 03:39:41 +01:00
server_integration_test.go test(integration): add hardfork, chain stats, REST health verification 2026-04-02 03:42:13 +01:00
server_test.go fix(daemon): repair 13 broken RPC routes + nil pointer guards 2026-04-02 03:37:06 +01:00
wallet_rpc.go feat(daemon): add wallet RPC proxy — unified endpoint 2026-04-02 02:01:20 +01:00