go-blockchain/daemon
Claude fecb7ed9fc
Some checks are pending
Security Scan / security (push) Waiting to run
Test / Test (push) Waiting to run
feat(daemon): get_main_block_details with full block info
Returns: hash, prev_hash, timestamp, difficulty, cumulative_diff,
block type (PoW/PoS), miner tx hash, all tx hashes, base reward.
Also: get_alt_block_details stub.

58 chain RPC + 16 wallet + 15 HTTP = 89 total endpoints.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 02:59:02 +01:00
..
server.go feat(daemon): get_main_block_details with full block info 2026-04-02 02:59:02 +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