go-blockchain/daemon
Claude c44c6fbf66
Some checks failed
Security Scan / security (push) Successful in 12s
Test / Test (push) Has been cancelled
fix(daemon): repair last 2 broken routes + add comprehensive coverage test
get_total_coins had 3 extra handlers (sed debris): SendRawTransaction,
GetVersion, GetEstHeightFromDate all firing on same case.
get_votes had extra GetConnections handler.

New: TestServer_AllMethods_Good tests ALL 48 RPC methods in one pass.
Result: 48/48 methods working, 0 broken.

Total sed-corruption fixes this session: 15 broken routes found and
repaired through progressive testing. Without the coverage test,
these would have shipped as "100 working endpoints."

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 03:39:41 +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(daemon): add Go-vs-C++ integration tests 2026-04-02 02:11:12 +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