Skip to content

Go SDK: Add ExecutionHandler - #22

Merged
jeongukjae merged 4 commits into
mainfrom
implement-execution-handlelr
Jun 17, 2026
Merged

Go SDK: Add ExecutionHandler#22
jeongukjae merged 4 commits into
mainfrom
implement-execution-handlelr

Conversation

@jeongukjae

Copy link
Copy Markdown
Contributor

This change adds an ExecutionHandler hook to the Go chain orchestrator, allowing direct callers to wrap each interceptor/invoke RPC call. The handler can inspect and modify invoke params before execution, inspect results after execution, override the effective mode per-invocation, or short-circuit execution entirely. The change is fully backwards-compatible and requires no SEP/protocol modifications.

jeongukjae and others added 4 commits June 16, 2026 12:59
this change adds an ExecutionHandler hook to the Go chain orchestrator, allowing direct callers to wrap each interceptor/invoke RPC call. The handler can inspect and modify invoke params before execution, inspect results after execution, override the effective mode per-invocation, or short-circuit execution entirely. The change is fully backwards-compatible and requires no SEP/protocol modifications.

Signed-off-by: Ukjae Jeong <jeongukjae@gmail.com>
Signed-off-by: Ukjae Jeong <jeongukjae@gmail.com>

@nitsanh nitsanh left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@PederHP PederHP left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jeongukjae
jeongukjae merged commit 77a8464 into main Jun 17, 2026
11 checks passed
@jeongukjae
jeongukjae deleted the implement-execution-handlelr branch June 17, 2026 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants