go-blockchain/daemon
Claude 6ea3ed454e
Some checks failed
Security Scan / security (push) Successful in 12s
Test / Test (push) Has been cancelled
fix(daemon): add parseParams helper for 27 unchecked json.Unmarshal
All 27 json.Unmarshal(req.Params, &params) calls replaced with
parseParams() which handles nil and logs errors. Prevents silent
zero-value params on malformed input.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 04:00:27 +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): add parseParams helper for 27 unchecked json.Unmarshal 2026-04-02 04:00:27 +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
wallet_rpc_test.go test: wallet proxy, chain scanner tests 2026-04-02 03:55:07 +01:00