go-blockchain/rpc
Claude 3a5db81e13
feat(rpc): add GetRandomOutputs and SendRawTransaction endpoints
GetRandomOutputs wraps /getrandom_outs1 for ring selection decoys.
SendRawTransaction wraps /sendrawtransaction for tx submission.

Co-Authored-By: Charon <charon@lethean.io>
2026-02-20 23:07:00 +00:00
..
blocks.go feat(rpc): block header and block details endpoints 2026-02-20 21:09:40 +00:00
blocks_test.go feat(rpc): block header and block details endpoints 2026-02-20 21:09:40 +00:00
client.go feat(rpc): JSON-RPC 2.0 client transport and response types 2026-02-20 21:07:16 +00:00
client_test.go feat(rpc): JSON-RPC 2.0 client transport and response types 2026-02-20 21:07:16 +00:00
info.go feat(rpc): GetInfo, GetHeight, GetBlockCount endpoints 2026-02-20 21:09:34 +00:00
info_test.go feat(rpc): GetInfo, GetHeight, GetBlockCount endpoints 2026-02-20 21:09:34 +00:00
integration_test.go test(rpc): integration test against C++ testnet daemon 2026-02-20 21:14:36 +00:00
mining.go feat(rpc): SubmitBlock endpoint 2026-02-20 21:11:44 +00:00
mining_test.go feat(rpc): SubmitBlock endpoint 2026-02-20 21:11:44 +00:00
transactions.go feat(rpc): transaction detail and bulk fetch endpoints 2026-02-20 21:11:40 +00:00
transactions_test.go feat(rpc): transaction detail and bulk fetch endpoints 2026-02-20 21:11:40 +00:00
types.go feat(rpc): JSON-RPC 2.0 client transport and response types 2026-02-20 21:07:16 +00:00
wallet.go feat(rpc): add GetRandomOutputs and SendRawTransaction endpoints 2026-02-20 23:07:00 +00:00
wallet_test.go feat(rpc): add GetRandomOutputs and SendRawTransaction endpoints 2026-02-20 23:07:00 +00:00