WIP: Nutxx ohttp #1067

Draft
thesimplekid wants to merge 16 commits from thesimplekid/ohttp_mono into main
thesimplekid commented 2025-09-11 13:07:03 +00:00 (Migrated from github.com)

Description


Notes to the reviewers


Suggested CHANGELOG Updates

CHANGED

ADDED

REMOVED

FIXED


Checklist

### Description <!-- Describe the purpose of this PR, what's being adding and/or fixed --> ----- ### Notes to the reviewers <!-- In this section you can include notes directed to the reviewers, like explaining why some parts of the PR were done in a specific way --> ----- ### Suggested [CHANGELOG](https://github.com/cashubtc/cdk/blob/main/CHANGELOG.md) Updates <!-- Please do not edit the actual changelog but note what you changed here. --> #### CHANGED #### ADDED #### REMOVED #### FIXED ---- ### Checklist * [ ] I followed the [code style guidelines](https://github.com/cashubtc/cdk/blob/main/CODE_STYLE.md) * [ ] I ran `just final-check` before committing
nothingmuch (Migrated from github.com) reviewed 2025-09-11 17:24:24 +00:00
@ -0,0 +1,541 @@
use std::sync::Arc;
nothingmuch (Migrated from github.com) commented 2025-09-11 17:24:24 +00:00

unclear if the comment is referring to the encapsulated request to the target resource, the gateway resource and or the relay

unclear if the comment is referring to the encapsulated request to the target resource, the gateway resource ~~and~~ or the relay
github-actions[bot] commented 2025-11-12 02:52:35 +00:00 (Migrated from github.com)

This PR is stale because it has been open for 60 days with no activity.

This PR is stale because it has been open for 60 days with no activity.
This pull request has changes conflicting with the target branch.
  • crates/cashu/src/nuts/mod.rs
  • crates/cashu/src/nuts/nut06.rs
  • crates/cdk-cli/Cargo.toml
  • crates/cdk-cli/README.md
  • crates/cdk-cli/src/main.rs
  • crates/cdk-mintd/src/lib.rs
  • crates/cdk/Cargo.toml
  • crates/cdk/src/mint/builder.rs
  • crates/cdk/src/wallet/mod.rs
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin thesimplekid/ohttp_mono:thesimplekid/ohttp_mono
git switch thesimplekid/ohttp_mono

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff thesimplekid/ohttp_mono
git switch thesimplekid/ohttp_mono
git rebase main
git switch main
git merge --ff-only thesimplekid/ohttp_mono
git switch thesimplekid/ohttp_mono
git rebase main
git switch main
git merge --no-ff thesimplekid/ohttp_mono
git switch main
git merge --squash thesimplekid/ohttp_mono
git switch main
git merge --ff-only thesimplekid/ohttp_mono
git switch main
git merge thesimplekid/ohttp_mono
git push origin main
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!1067
No description provided.