Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Outdated create metadata instruction #47

Description

@davidkakov111

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions