Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add submit quote api #368

Merged
merged 5 commits into from
Jan 29, 2025
Merged

Add submit quote api #368

merged 5 commits into from
Jan 29, 2025

Conversation

danimhr
Copy link
Contributor

@danimhr danimhr commented Jan 28, 2025

This PR aims to add submit quote endpoint to auction server

Copy link

vercel bot commented Jan 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
swap-staging ⬜️ Ignored (Inspect) Visit Preview Jan 29, 2025 7:24pm

#[serde_as]
#[derive(Serialize, Deserialize, ToSchema, Clone, PartialEq, Debug)]
pub struct SubmitQuoteResponse {
/// The fully signed versioned transaction that was submitted.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: maybe just mention signed by user? If we add relayer signature, it's not fully signed yet

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is in response, it should be fully signed. so the FE can also submit the tx

auction-server/src/auction/service/submit_quote.rs Outdated Show resolved Hide resolved
@danimhr danimhr merged commit 200ccda into main Jan 29, 2025
3 checks passed
@danimhr danimhr deleted the feat/submit-quote branch January 29, 2025 19:42
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.

2 participants