ledgerloops / ledgerloops-whitepaper

This repo was merged into https://github.com/ledgerloops/ledgerloops.com
https://ledgerloops.com
8 stars 0 forks source link

use a shorter message format than JSON #2

Closed michielbdejong closed 6 years ago

michielbdejong commented 7 years ago

JSON is no very efficient as some messages convey only one or a few bits of information. Should consider using a shorter format.

michielbdejong commented 7 years ago

new simplified protocol idea, wth no routing:

Flows:

michielbdejong commented 6 years ago

might do this some day. In the Interledger project, we spent a lot of time (probably too much time) rewriting the protocol syntax, and I would like to avoid that pitfall this time around.

michielbdejong commented 6 years ago

sticking to JSON now, as there's no real reason to bikeshed back-and-forth about such implementation details. The Interledger Project was trying to define a protocol which everybody would start using for unforeseen use cases because of the superiority of that protocol. So there it made more sense to linger on protocol syntax. In the LedgerLoops Project, I'm trying to build an open source software tool and an open network of users, and I think neither developers nor users will care so much what message format is under the hood, as long as it works well.