Skip to content

Feat thorname owner

Hoori Rn requested to merge HooriRn/midgard:feat-thorname-owner into develop

This is PR for the #44 (closed) issue. creating extra endpoint for querying the thornames that thoraddress owns.

the query that's been used for getting the thornames

SELECT DISTINCT on (name) name FROM thorname_change_events WHERE owner = $1

and the endpoint that is been made:

http://localhost:8080/v2/thorname/owner/{address}

Merge request reports