Backlog reference: #144 · stellar
Summary
Add fee-bump transaction support to wrap user transactions paying the base fee
Context
The backend/src/contracts/ Stellar SDK wrapper layer (stellar.ts, assets.ts, trustlines.ts, transactions.ts) that every route handler calls into. This is the one place Horizon interaction logic should live — route handlers stay thin and testable.
Foundation work to reach a working single-community MVP: infrastructure, schema, core CRUD APIs, the Stellar contract layer, the base frontend, wallet auth, tests, CI, and a hardened security baseline. Every later phase assumes this phase is solid.
Acceptance Criteria
Definition of Done
Generated from the CoopLumen backlog (issue.md). See CONTRIBUTING.md for the contribution workflow.
Backlog reference: #144 ·
stellarSummary
Add fee-bump transaction support to wrap user transactions paying the base fee
Context
The
backend/src/contracts/Stellar SDK wrapper layer (stellar.ts,assets.ts,trustlines.ts,transactions.ts) that every route handler calls into. This is the one place Horizon interaction logic should live — route handlers stay thin and testable.Foundation work to reach a working single-community MVP: infrastructure, schema, core CRUD APIs, the Stellar contract layer, the base frontend, wallet auth, tests, CI, and a hardened security baseline. Every later phase assumes this phase is solid.
Acceptance Criteria
Definition of Done
Closes #144won't auto-link since this is a repo-internal reference — mention the issue number GitHub assigned instead).CONTRIBUTING.mdconventions (Conventional Commits, code style).CHANGELOG.mdupdated under[Unreleased]if the change is user- or API-visible.main.Generated from the CoopLumen backlog (
issue.md). SeeCONTRIBUTING.mdfor the contribution workflow.