Skip to content

Implement Request Context - #100

Merged
suraciii merged 4 commits into
masterfrom
impl-94-request-context
Aug 8, 2026
Merged

Implement Request Context#100
suraciii merged 4 commits into
masterfrom
impl-94-request-context

Conversation

@suraciii

@suraciii suraciii commented Aug 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add immutable Request Context helpers.
  • Carry validated scalar values through local and forwarded Calls.
  • Preserve exact integer values and reject invalid wire data.
  • Add tests for isolation, lifecycle, State, Reminders, cancellation, and forwarding.
  • Update the design Gap and error rules.

Verification

  • make test
  • make sim
  • make gen
  • make net
  • make lint
  • make ci

Scope

This PR does not add Call Filters, reentrant Calls, or Request Context persistence.

Closes #94

@suraciii
suraciii merged commit 75b4ffd into master Aug 8, 2026
3 checks passed
@suraciii
suraciii deleted the impl-94-request-context branch August 8, 2026 13:13
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.

0.1.0: implement Request Context

1 participant