metaplex-foundation / metaplex

A directory of what the Metaplex Foundation works on!
https://metaplex.com
Apache License 2.0
3.31k stars 6.27k forks source link

[Bug]: on-chain & off-chain data is different #2222

Closed truedandyman0617 closed 2 years ago

truedandyman0617 commented 2 years ago

Which package is this bug report for?

candy machine cli

Issue description

  1. I ran upload & verify_upload & mint_multiple_tokens & sign_all regarding same assets with different cache-name and creators.
  2. I have used 2 creators ( A, B) and changed second one to another address at 2nd uploading ( A, C).
  3. sign-all got failed with timeout error.
  4. The metadata was correct for creators at 1st uploading & minting(A, B). But at 2nd uploading & minting, it was different, off-chain data was correct(A,C), but on-chain data was same with 1st one(A,B).
  5. I tried to use different symbol at 3rd uploading(A,C), but the result was same with 2nd uploading(A,B).
  6. FYI, I used the nft-storage for ipfs.

Command

No response

Relevant log output

No response

Operating system

ubuntu 20.04

Priority this issue should have

High (immediate attention needed)

Check the Docs First

truedandyman0617 commented 2 years ago

Not sure why cli clone creator info from 0.json? It was reason but not sure why it should be feature?