You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2024. It is now read-only.
Problem:
The Metaplex Python API experiences a deployment issue where an outdated instruction, specifically the create_metadata_instruction within the transaction.py file, leads to a contract key with value = None during Solana smart contract deployment.
Details:
File: transaction.py
Specific Issue: create_metadata_instruction sends outdated instructions to the Token Metadata Program.
Steps to Reproduce:
Deploy a Solana smart contract with the Metaplex Python API.
Observe that the outdated instruction results in a contract key without a value.
Expected Behavior:
The Metaplex Python API should send current instructions to the Token Metadata Program to ensure successful contract deployment.