Robert Zaremba

Results 157 comments of Robert Zaremba

Yes, this is a good idea.

1. What are other tokens can be used as a collateral? 2. Who decides about the collateral size? 3. What if tokens depreciate against USD or other major currency? It...

For hooks I would say: * pre-push: lint-fix on changed files (go, proto, and anything else we have...) and error if some not fixable changes are there. This will be...

I would put it as nice to have. BTW, @ryanchristo why did you remove `Api Breaking` label? This task is about removing the whole public package, so it's API breaking.

moved discussion to Discord. I'm in a strong favor to keep labels. Github is our primary tool

Here is another idea how we can handle different metadata format: ``` type Metadata struct { id uint32 // can be a string as well data []byte // this should...

Related to: https://github.com/cosmos/cosmos-sdk/discussions/10359

IMO, by default we should not think that stored object = presented object. So we should not be afraid to create a different structure for stored object and presentation object...

Hacky solution to this particular problem would be some proto annotations and having 2 codec modes which will understand that annotation and handle the coding. .... but to be honest,...

Few more approaches: * bonding curve (I'm not in favor for it for a primary market, would be more interesting for a secondary market though) * auction model Exchange model...