Axum server #174
No reviewers
Labels
No labels
DB & Storage
Deployment
Error Handling & Logging
Maintenance
Payment Backend
backport
backport v0.13.x
backport v0.14.x
backport v0.15.x
bindings
blocked
bug
cdk-sql
ci
cli
deps
documentation
duplicate
enhancement
good first issue
help wanted
invalid
keep-open
ldk-node-ui
migrations
mint
mutation-testing
needs rebase
needs review
new nut
nut change
question
ready
rust-version
rustfmt
stacked hold
stale
testing
wallet
weekly-report
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
cashubtc/cdk!174
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "axum_server"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
relies oh #164
@ -0,0 +1,361 @@use std::str::FromStr;remove unwraps
add comment on why we do this (process internal mint/melt)
@ -0,0 +262,4 @@let invoice = Bolt11Invoice::from_str("e.request).map_err(|_| into_response(Error::InvalidPaymentRequest))?;Mark proofs and Quote as pending
@ -0,0 +77,4 @@.route("/v1/checkstate", post(post_check)).route("/v1/info", get(get_mint_info)).route("/v1/restore", post(post_restore)).layer(CorsLayer::very_permissive().allow_headers([Nest
v1close for #175
Pull request closed