subsystem-summary-of-transactions

Installation
SKILL.md

Transactions Subsystem — Technical Summary

Overview

The transactions subsystem implements the core transaction processing pipeline in stellar-core: parsing transaction envelopes from XDR, validating them, applying them to the ledger, and producing results and metadata. It encompasses the transaction frame hierarchy, all operation types (classic and Soroban), signature verification, offer exchange logic, sponsorship utilities, parallel apply infrastructure, and event/meta generation.


Key Files

Installs
2
GitHub Stars
3.3K
First Seen
Apr 29, 2026
subsystem-summary-of-transactions — stellar/stellar-core