sleepiJoe

Results 2 issues of sleepiJoe

**Describe the bug** Wrong data for `expire_block` of [this endpoint](https://docs.hiro.so/api#operation/get_name_info). **To Reproduce** Steps to reproduce the behavior: 1. Go to ['the endpoint'](https://stacks-node-api.mainnet.stacks.co/v1/names/friedger.id) 2. Review line `"expire_block": 52595,` 3. See error...

P1
BNS

example [https://registrar.stacks.co/v1/names/alexandernacho.id.stx](https://registrar.stacks.co/v1/names/alexandernacho.id.stx) shows the linked address, `{"blockchain":"stacks","status":"submitted_subdomain","last_txid":"32ad1787fcaa6a8aaf6f29ff440fab63d098374af1549b08dff6d14db59d39cf","zonefile":"$ORIGIN alexandernacho.id.stx\n$TTL 3600\n_http._tcp\tIN\tURI\t10\t1\t\"https://gaia.blockstack.org/hub/1G6DVN2rCw4cWKpTE6yVaJQHMMpJXXfMfD/profile.json\"\n\n","address":"SP2JRCS2HC0WC5D29NC683RPXDVK9F41Y7W4EQS9V","zonefile_hash":"41c8cf0cea57becec455a6449e39f33059a9aa94"}` but calling its [stacks name](https://stacks-node-api.mainnet.stacks.co/v1/addresses/stacks/SP2JRCS2HC0WC5D29NC683RPXDVK9F41Y7W4EQS9V) or [name history](https://stacks-node-api.mainnet.stacks.co/v1/names/alexandernacho.id.stx/history) can not confirm its state in the chain. Could that come from orphaned...