Mintd #175

Merged
thesimplekid merged 5 commits from mintd into main 2024-07-07 10:26:56 +00:00
thesimplekid commented 2024-06-16 01:20:13 +00:00 (Migrated from github.com)
  • Add a field to the mint quote that is a lookup id that can be used by the check_invoice fn. Some backends may not support look up by a payment hash and some other id maybe used

closes #182
closes #213

- [x] Add a field to the mint quote that is a lookup id that can be used by the check_invoice fn. Some backends may not support look up by a payment hash and some other id maybe used closes #182 closes #213
thesimplekid (Migrated from github.com) reviewed 2024-06-24 12:56:04 +00:00
@ -0,0 +1,263 @@
//! CDK Mint Server
thesimplekid (Migrated from github.com) commented 2024-06-24 12:56:03 +00:00

Use work dir

Use work dir
thesimplekid (Migrated from github.com) reviewed 2024-06-24 12:56:35 +00:00
@ -0,0 +1,263 @@
//! CDK Mint Server
thesimplekid (Migrated from github.com) commented 2024-06-24 12:56:35 +00:00

use home not dirs

use `home` not `dirs`
thesimplekid (Migrated from github.com) reviewed 2024-06-24 15:01:42 +00:00
@ -0,0 +1,263 @@
//! CDK Mint Server
thesimplekid (Migrated from github.com) commented 2024-06-24 15:01:42 +00:00

Use mint info from config

Use mint info from config
thesimplekid (Migrated from github.com) reviewed 2024-07-02 14:42:10 +00:00
@ -0,0 +1,63 @@
//! Axum server for Mint
thesimplekid (Migrated from github.com) commented 2024-07-02 14:40:08 +00:00

remove unwrap

remove unwrap
thesimplekid (Migrated from github.com) commented 2024-07-02 14:41:08 +00:00

Proofs should be marked as pending confirm this is done in verify

Proofs should be marked as pending confirm this is done in verify
thesimplekid (Migrated from github.com) commented 2024-07-02 14:41:33 +00:00

Nest v1

Nest v1
thesimplekid (Migrated from github.com) commented 2024-07-02 14:41:40 +00:00

Correct cors

Correct cors
thesimplekid (Migrated from github.com) commented 2024-07-02 14:42:07 +00:00

remove unwrap

remove unwrap
thesimplekid (Migrated from github.com) reviewed 2024-07-02 16:59:23 +00:00
@ -0,0 +1,263 @@
//! CDK Mint Server
thesimplekid (Migrated from github.com) commented 2024-07-02 16:59:20 +00:00

Just for testing remove before merge

Just for testing remove before merge
thesimplekid (Migrated from github.com) reviewed 2024-07-03 13:19:37 +00:00
@ -0,0 +1,413 @@
use std::str::FromStr;
thesimplekid (Migrated from github.com) commented 2024-07-03 13:11:33 +00:00

Have a config expiration ttl

Have a config expiration ttl
thesimplekid (Migrated from github.com) commented 2024-07-03 13:11:42 +00:00

use the const

use the const
thesimplekid (Migrated from github.com) commented 2024-07-03 13:11:57 +00:00

use config time

use config time
thesimplekid (Migrated from github.com) reviewed 2024-07-03 14:49:47 +00:00
@ -0,0 +1,123 @@
use std::path::PathBuf;
thesimplekid (Migrated from github.com) commented 2024-07-03 14:49:47 +00:00

defaults arent being set

defaults arent being set
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!175
No description provided.