go-blockchain/daemon
Claude 09b8953bc2
Some checks are pending
Security Scan / security (push) Waiting to run
Test / Test (push) Waiting to run
feat: forge integration actions + RPC endpoint
4 Core actions for forge interaction:
  blockchain.forge.publish_release — create tagged release
  blockchain.forge.create_issue — auto-file chain anomaly issues
  blockchain.forge.dispatch_build — trigger CI workflow
  blockchain.forge.chain_event — record chain milestones

get_forge_info RPC: returns forge URL, org, repo, available actions.

69 RPC + 16 wallet + 16 HTTP = 101 total endpoints.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 03:11:02 +01:00
..
server.go feat: forge integration actions + RPC endpoint 2026-04-02 03:11: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