BlockPo / BlockPo-to-Tradelayer

Incubation Repo for the TradeLayer protocol, 0.2.0
http://www.tradelayer.org
Other
8 stars 8 forks source link

dMoney: Property Rules #473

Open patrickdugan opened 2 years ago

patrickdugan commented 2 years ago

Minting pegged currency that is based on the ALL/LTC contract produces sLTC and is the only way to produce it. Only sLTC can be used to mint everything else. This is the way.

patrickdugan commented 2 years ago

The enumeration of hardcoded properties in sp.cpp or tradelayer.cpp needs to be loosened up. We are going to eliminate the preference for specific currencies as the minting of synthetic fiat will become an index exercise. The number contract id numbers could be big and chaotic but app-level looping/querying can sort through that.

patrickdugan commented 2 years ago

I'm not sure if the PR from last month nailed this so I'll leave it open pending testing.

patrickdugan commented 2 years ago

@santos177 This seems like some simple validation rules about which property id's can produce which pegged currencies and which pegged currency is priveliged to create other ones, do we have this?