Skip to content

Commit 01b6bdc

Browse files
committed
Delete ohttp-relay crate and references
There are no dependents on the ohttp-relay crate outside of payjoin-mailroom, which now houses all the relay logic.
1 parent 16518f4 commit 01b6bdc

17 files changed

Lines changed: 3 additions & 156 deletions

File tree

.github/ISSUE_TEMPLATE/bug-general.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ body:
3030
- payjoin-mailroom
3131
- payjoin-test-utils
3232
- payjoin-ffi
33-
- ohttp-relay
3433
- type: dropdown
3534
attributes:
3635
label: How did you obtain this crate?

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ body:
1212
- payjoin-mailroom
1313
- payjoin-test-utils
1414
- payjoin-ffi
15-
- ohttp-relay
1615
- type: textarea
1716
id: feature
1817
attributes:

.github/ISSUE_TEMPLATE/general.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ body:
1111
- payjoin-mailroom
1212
- payjoin-test-utils
1313
- payjoin-ffi
14-
- ohttp-relay
1514
- type: textarea
1615
id: question
1716
attributes:

.github/ISSUE_TEMPLATE/good-first-issue.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ body:
1212
- payjoin-mailroom
1313
- payjoin-test-utils
1414
- payjoin-ffi
15-
- ohttp-relay
1615
- type: markdown
1716
attributes:
1817
value: |

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: DeterminateSystems/magic-nix-cache-action@main
3434
- name: "Add nginxWithStream to PATH"
3535
run: |
36-
# This is necessary for ohttp-relay integration tests
36+
# This is necessary for payjoin-mailroom integration tests
3737
echo "$(nix build .#nginx-with-stream --print-out-paths --no-link)/bin" >> $GITHUB_PATH
3838
- name: "Use cache"
3939
uses: Swatinem/rust-cache@v2
@@ -93,7 +93,7 @@ jobs:
9393
uses: DeterminateSystems/magic-nix-cache-action@main
9494
- name: "Add nginxWithStream to PATH"
9595
run: |
96-
# This is necessary for ohttp-relay integration tests
96+
# This is necessary for payjoin-mailroom integration tests
9797
echo "$(nix build .#nginx-with-stream --print-out-paths --no-link)/bin" >> $GITHUB_PATH
9898
- name: "Use cache"
9999
uses: Swatinem/rust-cache@v2

Cargo-minimal.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2556,10 +2556,6 @@ dependencies = [
25562556
"autocfg",
25572557
]
25582558

2559-
[[package]]
2560-
name = "ohttp-relay"
2561-
version = "0.0.11"
2562-
25632559
[[package]]
25642560
name = "oid-registry"
25652561
version = "0.8.1"

Cargo-recent.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2556,10 +2556,6 @@ dependencies = [
25562556
"autocfg",
25572557
]
25582558

2559-
[[package]]
2560-
name = "ohttp-relay"
2561-
version = "0.0.11"
2562-
25632559
[[package]]
25642560
name = "oid-registry"
25652561
version = "0.8.1"

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[workspace]
22
members = [
33
"fuzz",
4-
"ohttp-relay",
54
"payjoin",
65
"payjoin-cli",
76
"payjoin-test-utils",
@@ -12,7 +11,6 @@ resolver = "2"
1211

1312
[patch.crates-io]
1413
payjoin-fuzz = { path = "fuzz" }
15-
ohttp-relay = { path = "ohttp-relay" }
1614
payjoin = { path = "payjoin" }
1715
payjoin-mailroom = { path = "payjoin-mailroom" }
1816
payjoin-test-utils = { path = "payjoin-test-utils" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A CLI tool which performs no-frills Payjoin. It is a reference implementation of
3939

4040
### [`payjoin-mailroom`](https://github.com/payjoin/rust-payjoin/tree/master/payjoin-mailroom)
4141

42-
An [Oblivious HTTP (OHTTP) Relay](https://github.com/payjoin/rust-payjoin/tree/master/ohttp-relay) and a BIP77 [Payjoin Directory](https://github.com/payjoin/rust-payjoin/tree/master/payjoin-directory) combined in one binary.
42+
A combined [Oblivious HTTP (OHTTP)](https://en.wikipedia.org/wiki/Oblivious_HTTP) Relay and BIP77 Payjoin Directory in one binary.
4343

4444
### [`payjoin-test-utils`](https://github.com/payjoin/rust-payjoin/tree/master/payjoin-test-utils)
4545

ohttp-relay/CHANGELOG.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)