Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lesson 5 Chapter 14: Renaming a zombie creates a copy with the new name #589

Open
0xdx-xb opened this issue Dec 27, 2021 · 2 comments
Open

Comments

@0xdx-xb
Copy link

0xdx-xb commented Dec 27, 2021

Renaming causes some odd issues w/ the zombies. I've been able to both clone zombies and add a 6th. Looks like the tracking of zombies in LocalStorage has a bug.

OS: macOS 11.6
Browser: Google Chrome 96.0.4664.110

Edit: here's a link to my zombie army with both a cloned Lv 10 and 6 total zombies.

@mosofsky
Copy link

From an end-user perspective, this was what I observed regarding on this screen:

  1. Go to https://cryptozombies.io/en/lesson/5/chapter/14
  2. Click Zombie called "H4XF13LD MORRIS 💯💯😎💯💯 zombie!!!!111"
  3. Rename to "Puke Vader"
  4. Click Save
  5. Does not actually update the zombie's name.

No errors observed in the console.

OS: macOS 12.4
Browser: Google Chrome 102.0.5005.61

Is there a place I can go to inspect the ERC721 token's data after I perform this action?

@Kushalrock
Copy link

I just completed Lesson 15, Chapter 14, and I decided to give my no-name zombie a name. I decided to leave MORRIS's name as usual.

  1. I reamed the NoName Zombie
  2. It created a copy of NoName Zombie and updated the old copy's name to my entered name
  3. The new copy still has the "NoName"
  4. I decided to go ahead and rename "NoName" zombie again just so that I wanted to dupe my zombie
  5. It didn't create another copy but it renamed the old copy to the name entered while the new copy still has the no name

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants