Skip to content

[forking 5/n] add transaction store APIs#26192

Merged
stefan-mysten merged 8 commits intomainfrom
stefan/forking-pr5
Apr 15, 2026
Merged

[forking 5/n] add transaction store APIs#26192
stefan-mysten merged 8 commits intomainfrom
stefan/forking-pr5

Conversation

@stefan-mysten
Copy link
Copy Markdown
Contributor

@stefan-mysten stefan-mysten commented Apr 10, 2026

Description

This PR implements

  • the transaction related APIs on filesystem to be able to read/write from disk transaction data (data, effects, events)
  • the initial transaction execution logic and a test that executes a system transaction (advance clock).

Test plan

cargo nextest run

Release notes

Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.

For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.

  • Protocol:
  • Nodes (Validators and Full nodes):
  • gRPC:
  • JSON-RPC:
  • GraphQL:
  • CLI:
  • Rust SDK:
  • Indexing Framework:

@stefan-mysten stefan-mysten self-assigned this Apr 10, 2026
@stefan-mysten stefan-mysten temporarily deployed to sui-typescript-aws-kms-test-env April 10, 2026 01:37 — with GitHub Actions Inactive
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sui-docs Ready Ready Preview, Comment Apr 15, 2026 6:57pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
multisig-toolkit Ignored Ignored Preview Apr 15, 2026 6:57pm
sui-kiosk Ignored Ignored Preview Apr 15, 2026 6:57pm

Request Review

@stefan-mysten stefan-mysten temporarily deployed to sui-typescript-aws-kms-test-env April 14, 2026 18:31 — with GitHub Actions Inactive
@stefan-mysten stefan-mysten temporarily deployed to sui-typescript-aws-kms-test-env April 14, 2026 18:41 — with GitHub Actions Inactive
@stefan-mysten stefan-mysten temporarily deployed to sui-typescript-aws-kms-test-env April 14, 2026 18:42 — with GitHub Actions Inactive
@stefan-mysten stefan-mysten removed the request for review from jessiemongeon1 April 14, 2026 20:55
@stefan-mysten stefan-mysten changed the title [forking 5/n] add transaction store APIs and wire up the gRPC service for tx execution [forking 5/n] add transaction store APIs Apr 15, 2026
Comment thread crates/sui-forking/src/execution.rs Outdated
Comment thread crates/sui-forking/src/execution.rs Outdated
Comment thread crates/sui-forking/src/filesystem.rs
Comment thread crates/sui-forking/src/execution.rs Outdated
@stefan-mysten stefan-mysten temporarily deployed to sui-typescript-aws-kms-test-env April 15, 2026 18:56 — with GitHub Actions Inactive
@stefan-mysten stefan-mysten merged commit 53e0476 into main Apr 15, 2026
61 of 63 checks passed
@stefan-mysten stefan-mysten deleted the stefan/forking-pr5 branch April 15, 2026 20:54
jordanjennings-mysten pushed a commit that referenced this pull request Apr 16, 2026
## Description 

This PR implements 
- the transaction related APIs on filesystem to be able to read/write
from disk transaction data (data, effects, events)
- the initial transaction execution logic and a test that executes a
system transaction (advance clock).

## Test plan 
```
cargo nextest run
```

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] gRPC:
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] Indexing Framework:
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.

2 participants