Skip to content

Commit

Permalink
docs(asn1): rename to CommonLedgerProtocol
Browse files Browse the repository at this point in the history
Ledger-Ledger Lotocol is a bit too silly a name to keep. We should call this the Common Ledger Protocol, because it will be common in two senses of the word. First, we think it will be widely used. Second, we're already planning to use the sideProtocolData to extend this protocol into a lot of other ledger protocols. In that sense, this defines the common elements among a lot of different ledger protocols.

Also, when we had previously discussed the Common Ledger API in #125, we didn't know enough about how the ledger protocol would be used to have an idea of what a common ledger interface would look like. I would argue that now we do, and this is our best guess at the common elements that will be used across many ledger protocols.
  • Loading branch information
emschwartz committed Aug 7, 2017
1 parent 7a34189 commit 61d0f69
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LedgerLedgerLotocol
CommonLedgerProtocol
DEFINITIONS
AUTOMATIC TAGS ::=
BEGIN
Expand Down Expand Up @@ -121,7 +121,7 @@ CallSet CALL ::= {
{12 CustomResponse}
}

LedgerLedgerLotocolPacket ::= SEQUENCE {
CommonLedgerProtocolPacket ::= SEQUENCE {
-- One byte type ID
type CALL.&typeId ({CallSet}),
-- Allow multiple accounts to be multiplexed on one connection
Expand Down

0 comments on commit 61d0f69

Please sign in to comment.