aeternity / ae_mdw

Aeternity Middleware in Elixir
26 stars 11 forks source link

Name status is missing after migration #1954

Closed janmichek closed 2 months ago

janmichek commented 2 months ago

https://mainnet.aeternity.io/mdw/v2/names/huhu.test vs https://mainnet.aeternity.io/mdw/v3/names/huhu.test

please add status to v3

sborrazas commented 2 months ago

It has an active field specifying if the name is active or not. And when it's not there's an auction field. active: true => active name active: false and auction: null => inactive name active: false and auction != null => inactive name in auction

janmichek commented 2 months ago

That should be good then, thanks