Files
Mazdak Farrokhzad 0a3251708a Add ProcedureContext::with_tx (#3638)
# Description of Changes

Adds `ProcedureContext::{with_tx, try_with_tx}`.

Fixes https://github.com/clockworklabs/SpacetimeDB/issues/3515.

# API and ABI breaking changes

None

# Expected complexity level and risk

2

# Testing

An integration test `test_calling_with_tx` is added.
2025-11-19 20:33:02 +00:00

514 B

This test client is used with the module:

The goal of the test is to exercise various procedure related aspects of the (Rust) module ABI and the rust SDK.

To (re-)generate the module_bindings, from this directory, run:

mkdir -p src/module_bindings
spacetime generate --lang rust                                     \
    --out-dir src/module_bindings                                  \
    --project-path ../../../../modules/sdk-test-procedure