go-blockchain/daemon
Claude d1a0b18150
Some checks failed
Security Scan / security (push) Successful in 13s
Test / Test (push) Has been cancelled
feat(daemon): universal search — block/tx/alias/address by any query
search: accepts height, hash, alias name, or iTHN address.
Returns typed result: {type: "block"|"transaction"|"alias"|"address"}

The explorer's search bar calls one method for everything.

35 chain RPC + 16 wallet proxy + 5 HTTP = 56 total endpoints.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 02:40:42 +01:00
..
server.go feat(daemon): universal search — block/tx/alias/address by any query 2026-04-02 02:40:42 +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