Closed CedrikNikita closed 4 years ago
Fixed, but this whole implementation is brittle, and I do not like it.
I currently have the ability to recover pointers at any chain height. Previously I had tried to extract and lookup name pointers from all transactions as they were imported, but that was a bad solution as well. I am minded to store all name changes so everything can be re-assembled, at any point. But we stick with this for now. All it means is that whenever a transaction is reloaded, all dependent name transactions must also be reloaded, which is what I had to do now.
Now you know everything :)
https://sdk-testnet.aepps.com/v2/names/qwertyuiopasdf.chain
https://testnet.aeternal.io/middleware/names/qwertyuiopasdf.chain
Pointers in the names that we have before, are now set to null. But that could be set back by sdk method
aensUpdate()