Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIP 77: Payjoin Version 2 — Async Payjoin #1483

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
5e2f2aa
Draft payjoin v2 BIP
DanGould Jun 3, 2023
3df3f51
Include mailing list feedback
DanGould Aug 12, 2023
936d0e7
Include TABConf feedback
DanGould Nov 1, 2023
4069db5
Include padding
DanGould Dec 14, 2023
45daed4
Include production reference implementation
DanGould Dec 15, 2023
b593c45
Adopt BIP-77 for payjoin v2
DanGould Dec 27, 2023
6becb34
Distinguish payjoin directory from OHTTP Relay
DanGould Mar 6, 2024
754e287
Detail OHTTP Key Configuration mechanism
DanGould Mar 6, 2024
80b8bac
Fix punctuation
DanGould Mar 6, 2024
b5353b5
Make base64URL references consistent
DanGould Mar 6, 2024
9e8b4d7
Reference standardized Secp256k1 DHKEM for HPKE
DanGould Mar 6, 2024
3c1629b
Add Comments-URI
DanGould Mar 27, 2024
a0d3654
fixup: Format and spell check
DanGould May 3, 2024
b758311
Add BIP 77 to README
DanGould May 3, 2024
95a3b14
Add Payjoin V2 overview diagram
DanGould May 3, 2024
6646e99
Add Oblivious HTTP Sequence Diagram
DanGould May 6, 2024
5ff5b7a
Correct links and spelling
DanGould May 6, 2024
ce66047
Wrap <code> blocks
DanGould May 7, 2024
07db553
Fix basic scheme actors
DanGould May 7, 2024
b693fb9
Fix dead samourai links
DanGould May 7, 2024
f9b4b91
Orient motivation around a problem
DanGould May 10, 2024
bc3123e
fix links
DanGould May 10, 2024
35ebad8
Keyconfig s/should/must/ be provided
DanGould May 21, 2024
224208c
Fix typos
DanGould May 21, 2024
d7ffad8
s/pubkey/public key
DanGould May 21, 2024
3b863a4
Incorporate jonatack's suggestions
DanGould Jun 2, 2024
f86fe41
Incorporate more jonatack suggestions
DanGould Jul 6, 2024
5c65c21
Incorporate satsie's suggesetions
DanGould Jul 6, 2024
b701ade
Rename "Async Payjoin"
DanGould Jul 15, 2024
93b1e60
Replace BIP21 params with fragment params
DanGould Jul 15, 2024
7e7b3b4
Revise document to describe Payjoin Sessions
DanGould Jul 15, 2024
df3bd52
Revise Sequence Diagram
DanGould Jul 15, 2024
dc4a975
Spell initialize
DanGould Sep 26, 2024
87f892d
Update the bip to represent the stable protocol
DanGould Sep 26, 2024
11b1b83
Spell according to Type Checks's job
DanGould Sep 26, 2024
e44f748
Mention the format of the ohttp fragment
DanGould Sep 26, 2024
f7a5d25
Reference BIP 78 attack vectors
DanGould Oct 8, 2024
3b7be8c
Remove straggling text
DanGould Oct 8, 2024
66457a0
Specify authorization mechanism
DanGould Oct 9, 2024
c917eab
Use implicit session initialization
DanGould Oct 9, 2024
3046520
Specify cryptographic handshake based on Noise IK
DanGould Oct 16, 2024
28f064b
Add Spacebear's clarifications
DanGould Oct 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,13 @@ Those proposing changes should consider that ultimately consent may rest with th
| Standard
| Final
|-
| [[bip-0077.mediawiki|77]]
| Applications
| Payjoin Version 2 — Async Payjoin
| Dan Gould
| Standard
| Draft
|-
| [[bip-0078.mediawiki|78]]
| Applications
| A Simple Payjoin Proposal
Expand Down
Loading