Closed bfollington closed 1 year ago
Found during playtesting.
Noosphere logs show that immediately after assigning a new identity to the name jordan
it returns the old identity, it's possible this is a noosphere issue.
DEBUG noosphere_sphere::petname::write: Adopting 'jordan' (did:key:z6MkpDvpHue5XMimBKjd8xZ2GkaKCrSPwihncUaBnPs62SgU)
Repro'd, this is a Noosphere bug
It seems as if a petname returns the first DID it was ever assigned, if it is current assigned one? This may be a result of syncing with the gateway, it reminds me of #569.
Reproduction Steps:
@test
(did:key:123
)@test
(did:key:456
)@test
resolves todid:key:123
NOTdid:key:456