-
Notifications
You must be signed in to change notification settings - Fork 4
Stellar troubleshooting & error reference #6
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programdocsDocumentationDocumentationdripsFunded via Drips NetworkFunded via Drips Networkgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededstellarTouches Stellar / Soroban codeTouches Stellar / Soroban code
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programdocsDocumentationDocumentationdripsFunded via Drips NetworkFunded via Drips Networkgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededstellarTouches Stellar / Soroban codeTouches Stellar / Soroban code
Type
Fields
Give feedbackNo fields configured for issues without a type.
Labels:
Stellar Wave,stellar,docs,drips,help-wanted,good-first-issueTier: M (2–4 days)
Type: writing
Context
Stellar-specific errors are some of the most opaque in the entire stack:
account not found(which account?),tx_bad_seq,op_underfundedfor trustlines, Soroban-specificHostError: contract trapped (Code: ...), and friendbot rate limits. A new user hits any of these and Googles in vain because Wraith's error messages don't tell them where to look.We want one page with every common error → root cause → fix.
Scope
Write
docs/guides/stellar-troubleshooting.mdx. Each error gets:Categories to cover
Contract trapped, missing trustline, expired auth signature, replay-protection rejection.Style
<Accordion>to keep the page navigable.Acceptance criteria
docs/guides/stellar-troubleshooting.mdx.docs/guides/stellar-quickstart.mdx(#01) and the SDK Stellar page.Why good-first-issue
The work is largely catalog-and-write. No architectural decisions. A new contributor can pick a category, work through the errors, and ship an incremental PR per category.