ParadigmFoundation / zaidan-dealer-specification

Specification document's and scripts for the Zaidan Dealer JSONRPC specification.
Apache License 2.0
6 stars 3 forks source link

Removing references to token symbols from the specification #49

Closed hrharder closed 4 years ago

hrharder commented 4 years ago

On a related note, I’ve been wondering why tickers are themselves so important in this system. If we just used addresses to represent markets, then we’d still have unambiguous specifications of markets without the need for either governance or an only owner model (in the TickerRegistry).

h/t @jalextowle

cc @fabioberger

hrharder commented 4 years ago

The more I think about it, the more I feel like symbols should not be included in the Zaidan specification. A registry should still exist, and symbols should still be supported in the official Zaidan clients, but at that point a trader would be trusting the client implementation (which they've also decided to use and can vet) instead of a a random Zaidan implementation found out in the wild -- whose source code cannot be easily verified.

h/t @fabioberger