Skip to content

feat: Implement Stellar Transaction Signing Utility in Utils#50

Merged
parkerwinner merged 7 commits into
parkerwinner:mainfrom
dannyy2000:feature/stellar-tx-signing-utility
Feb 26, 2026
Merged

feat: Implement Stellar Transaction Signing Utility in Utils#50
parkerwinner merged 7 commits into
parkerwinner:mainfrom
dannyy2000:feature/stellar-tx-signing-utility

Conversation

@dannyy2000
Copy link
Copy Markdown
Contributor

  • Implement SignTx utility for signing transaction envelopes
  • Add BuildPaymentTx helper for payment transaction construction
  • Refactor SubmitPayment to utilize new signing and building utilities
  • Mask sensitive keys in logs and handle network validation correctly
  • Add unit tests for transaction signing and building

closes #42

- Implement SignTx utility for signing transaction envelopes
- Add BuildPaymentTx helper for payment transaction construction
- Refactor SubmitPayment to utilize new signing and building utilities
- Mask sensitive keys in logs and handle network validation correctly
- Add unit tests for transaction signing and building

closes parkerwinner#42
- Add missing enforce_rate_limit and notify_external helpers to contracts
- Add RateLimitExceeded error variant to PaymentEscrow
- Update Go version to 1.24 in CI and Dockerfile to match go.mod
@parkerwinner
Copy link
Copy Markdown
Owner

@dannyy2000 fix issues and cli pipeline

@dannyy2000
Copy link
Copy Markdown
Contributor Author

@dannyy2000 fix issues and cli pipeline

fixed please review

@parkerwinner parkerwinner merged commit d1abb19 into parkerwinner:main Feb 26, 2026
3 checks passed
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.

Implement Stellar Transaction Signing Utility

2 participants