Path types could use some simplification, moving &PathParameters into a choice-type version of PathType, and maybe even ditching &SignedPath in favour of including in SignedPaymentPath an &UnsignedPath followed by the signatures.
Description
Description
Revisions and Commits
Revisions and Commits
R1 circulex-specification | |||
R1:5041bfc202b5 Simplify ASN.1 schema around path types |
Status | Assigned | Task | ||
---|---|---|---|---|
Open | None | T1 Cheap, private payments via a decentralized network | ||
Open | tim | T2 Finalize a first draft of a specification for a decentralized payments protocol | ||
Resolved | tim | T62 Simplify schema around path types |
Event Timeline
Comment Actions
The &PathParameters aren't so easy to get rid of, since the PathTypes table needs a specific value in the first entry of each row, so PathType can't be made into a choice type.
The SignedPaymentPath simplifications are still possible, though.