DeFiCh / ain

DeFi Blockchain - enabling decentralized finance on Bitcoin
https://defichain.com
MIT License
408 stars 122 forks source link

Ocean integration tracker #3080

Open Jouzo opened 1 month ago

Jouzo commented 1 month ago

Issues :

canonbrother commented 3 weeks ago

additional note:

Fails to resolve the path and hit 404 on vaults/<vault_id/auctions/0 see : https://defiscan.live/vaults/7e9761f1e32389cbb7fed7b1f5bdc8a9cb29bf39e4d6da7f83e6230835d6932f/auctions/0?network=TestNet https://explorer.mydefichain.com/vaults/7e9761f1e32389cbb7fed7b1f5bdc8a9cb29bf39e4d6da7f83e6230835d6932f/auctions/0?network=TestNet https://github.com/DeFiCh/ain/commit/e37d5e4fa56d7d066f539becd63a9d6689cadee3

hit 404 as url is not correct.. should be https://defiscan.live/vaults/<vault_id>/auctions/<liquidation_height>/batches/<batch_index>/history?network=TestNet

kuegi commented 1 week ago

vault data is missing oracle prices. activePrice objects are there but all are

"activePrice":{"active":null,"next":null,"isLive":false,"block":{"hash":"11421225633bb7c3c5ce93b30658c894213290d0df513c203d3199a3a851445d","height":686314,"time":1635870812,"medianTime":1635870550}}

@Jouzo @canonbrother should I make a seperate issue or just track it in here?

canonbrother commented 6 days ago

vault data is missing oracle prices. activePrice objects are there but all are

"activePrice":{"active":null,"next":null,"isLive":false,"block":{"hash":"11421225633bb7c3c5ce93b30658c894213290d0df513c203d3199a3a851445d","height":686314,"time":1635870812,"medianTime":1635870550}}

@Jouzo @canonbrother should I make a seperate issue or just track it in here?

fixed at https://github.com/DeFiCh/ain/pull/3126