go-blockchain/daemon
Claude 89b34a92fb
Some checks are pending
Security Scan / security (push) Waiting to run
Test / Test (push) Waiting to run
feat(daemon): LetherNet service layer — gateway discovery, VPN/DNS lookup, topology
get_gateway_endpoints: all gateways with DNS names + capabilities
get_vpn_gateways: filter for VPN-capable nodes
get_dns_gateways: filter for DNS-capable nodes
get_network_topology: full network capability map

These are Go-EXCLUSIVE methods — no C++ equivalent exists.
The Go daemon is the LetherNet service discovery engine.

66 chain RPC + 16 wallet proxy + 15 HTTP = 97 total endpoints.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 03:00:57 +01:00
..
server.go feat(daemon): LetherNet service layer — gateway discovery, VPN/DNS lookup, topology 2026-04-02 03:00:57 +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