go-blockchain/daemon
Claude d2655921d1
Some checks are pending
Security Scan / security (push) Waiting to run
Test / Test (push) Waiting to run
feat(daemon): service discovery, gateway list, hardfork status, difficulty history
get_aliases_by_type: filter aliases by gateway/service/root
get_gateways: gateway list with parsed capabilities
get_hardfork_status: all HFs with activation heights + countdown
get_node_info: Go node self-description + capability list
get_difficulty_history: last N blocks difficulty for charts

Go-exclusive endpoints — data only available from the Go node's
alias index and chain statistics. C++ daemon can't serve these.

40 chain RPC + 16 wallet proxy + 5 HTTP = 61 total endpoints.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 02:42:29 +01:00
..
server.go feat(daemon): service discovery, gateway list, hardfork status, difficulty history 2026-04-02 02:42:29 +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