Skip to content

feat(tx-pipeline): implement secure simulate/build/submit pipeline without secret custody#500

Closed
lishmanTech wants to merge 1 commit into
Pulsefy:mainfrom
lishmanTech:idem
Closed

feat(tx-pipeline): implement secure simulate/build/submit pipeline without secret custody#500
lishmanTech wants to merge 1 commit into
Pulsefy:mainfrom
lishmanTech:idem

Conversation

@lishmanTech
Copy link
Copy Markdown

Summary

Implements a secure backend transaction pipeline that supports simulation, transaction building, and submission without ever handling user private keys.

Changes

  • Added /simulate endpoint for deterministic validation of transaction intents
  • Added /build endpoint to construct unsigned canonical transactions
  • Added /submit endpoint for signed transaction submission
  • Introduced idempotency key support for safe retry handling
  • Ensured backend never stores or requests private keys

Safety

  • No secret custody at any stage
  • All signing remains client-side

Testing

  • Simulate invalid inputs returns consistent error codes
  • Duplicate submit requests with same idempotency key return identical results

closes #419

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 30, 2026

@lishmanTech Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Cedarich
Copy link
Copy Markdown
Contributor

Please fix workflow. Thanks

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.

BE-33: Secure “Simulate + Build + Submit” Pipeline (No Secret Custody)

2 participants