go-blockchain/daemon
Claude bcbb6e9f2d
Some checks are pending
Security Scan / security (push) Waiting to run
Test / Test (push) Waiting to run
feat(daemon): enrich getinfo with Go-exclusive data
getinfo now returns:
- cumulative_difficulty, gateway_count, service_count
- avg_block_time, node_type, rpc_methods count, native_crypto flag

C++ compatible fields preserved. Go-exclusive fields are additive —
clients that don't know about them just ignore them.

Also: SyncStatus() on BlockchainService for service introspection.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 02:58:21 +01:00
..
server.go feat(daemon): enrich getinfo with Go-exclusive data 2026-04-02 02:58:21 +01:00
server_integration_test.go test(daemon): add Go-vs-C++ integration tests 2026-04-02 02:11:12 +01:00
wallet_rpc.go feat(daemon): add wallet RPC proxy — unified endpoint 2026-04-02 02:01:20 +01:00