go-blockchain/daemon
Claude 1e4255f39d
Some checks are pending
Security Scan / security (push) Waiting to run
Test / Test (push) Waiting to run
feat(daemon): native address validation + integrated address encode/decode
make_integrated_address: encode standard → integrated (iTHN → iTHn)
split_integrated_address: decode integrated → standard
validate_address: check address validity, detect type (standard/integrated/auditable)

All native Go — uses types.DecodeAddress/Encode with Lethean prefixes.
31 chain RPC + 16 wallet proxy + 5 HTTP = 52 total endpoints.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 02:34:33 +01:00
..
server.go feat(daemon): native address validation + integrated address encode/decode 2026-04-02 02:34:33 +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