WIP: Axum Mint server #163

Closed
thesimplekid wants to merge 10 commits from server into main
thesimplekid commented 2024-06-10 22:26:37 +00:00 (Migrated from github.com)
  • Remove unwraps
  • Handle MPP
  • Log errors
  • Return correct error responses

relies on #164

- [x] Remove unwraps - [ ] Handle MPP - [x] Log errors - [x] Return correct error responses relies on #164
thesimplekid (Migrated from github.com) reviewed 2024-06-11 18:15:48 +00:00
@ -0,0 +1,19 @@
[package]
thesimplekid (Migrated from github.com) commented 2024-06-11 18:15:43 +00:00

remove ln-rs

remove ln-rs
thesimplekid (Migrated from github.com) reviewed 2024-06-11 18:50:49 +00:00
@ -0,0 +1,354 @@
use std::str::FromStr;
thesimplekid (Migrated from github.com) commented 2024-06-11 18:50:49 +00:00

Check if youre paying youself

Check if youre paying youself
thesimplekid (Migrated from github.com) reviewed 2024-06-11 19:39:20 +00:00
@ -0,0 +1,354 @@
use std::str::FromStr;
thesimplekid (Migrated from github.com) commented 2024-06-11 19:39:20 +00:00

This shouldn't be Zero

This shouldn't be Zero
thesimplekid (Migrated from github.com) reviewed 2024-06-11 20:44:22 +00:00
@ -0,0 +80,4 @@
ACCESS_CONTROL_ALLOW_CREDENTIALS,
ACCESS_CONTROL_ALLOW_ORIGIN,
]))
.with_state(state);
thesimplekid (Migrated from github.com) commented 2024-06-11 20:44:22 +00:00

What should these really be

What should these really be
thesimplekid commented 2024-06-16 00:58:03 +00:00 (Migrated from github.com)

superseded by #174

superseded by #174

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cashubtc/cdk!163
No description provided.