-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make conversion of Stellar DIA assets unique (bi-directionally) #396
Comments
DiaOracleKeyConvertor
. Right now, the DiaOracleKeyConvertor
does not take the issuer of stellar assets into account. We should think about changing that. We should find a way to translate between Stellar assets and DIA identifiers bi-directionally meaning that a Stellar asset (issuer + code) is uniquely defined by a DIA asset and vice versa. For this to work, we might also have to touch the dia-batching-server implementation because this responds with the prices for DIA assets.
@pendulum-chain/product this is a follow-up ticket of #234. |
Differentiate wrt the price or other factors as well i.e. is the benefit of this disambiguation only to be able to assign separate price feeds or to differentiate between the two assets, in general? |
Since this ticket is only about changes regarding the price oracle it's only in regard to separate price feeds. |
Hey team! Please add your planning poker estimate with Zenhub @b-yap @ebma @gianfra-t @TorstenStueber |
@ebma candidate for icebox? |
Yes, it's not urgent right now. |
Right now, the
DiaOracleKeyConvertor
does not take the issuer of stellar assets into account. We should think about changing that. We should find a way to translate between Stellar assets and DIA identifiers bi-directionally meaning that a Stellar asset (issuer + code) is uniquely defined by a DIA asset and vice versa.For this to work, we might also have to touch the dia-batching-server implementation because this responds to the prices for DIA assets.
The text was updated successfully, but these errors were encountered: