Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: magicblock-labs/Solana.Unity-SDK
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.9
Choose a base ref
...
head repository: magicblock-labs/Solana.Unity-SDK
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 10 commits
  • 101 files changed
  • 2 contributors

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    0c9ce7c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Update README.md

    GabrielePicco authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a89b0f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Add first draft CandyMachine Editor tools + runtime CandyMachine comm…

    …ands. (#146)
    
    * Add basic UI.
    
    * Fix references and add namespace for Editor scripts.
    
    * Implement basic parallel upload.
    
    * Add SetupWizard API, and base for CandyMachineCreator.
    
    * Improve setup wizard API to allow custom question rendering.
    
    * Refactoring.
    
    * Edit SolanaSetupWizard design to be generic, and allow for creation of ScriptableObject types by utilising SetupQuestion field attributes to configure the wizard.
    
    * Add option to export CandyMachine configuration objects as JSON.
    
    * Add functionality to initialise CandyMachines when config creation is finished.
    
    * Add Candy Machine V3 guards to configs.
    
    * Add hidden settings & guard groups to CandyMachine setup wizard.
    
    * Remove duplicate CandyMachine types, Update Solana.Unity.Metaplex dll to most recent version.
    
    * Add CandyMachine Init & CreateCollection commands.
    
    * 🎨 Add CandyMachine configuration import. Refactor & format SolanaSetupWizard.
    
    * Add scafolding for uninitialized CandyMachine editor UI.
    
    * Add Upload process to CandyMachine UI.
    
    * Add Init and Mint CandyMachine commands with guards.
    
    * Add TokenBurn mint settings.
    
    * Add all required mint settings for minting with CandyGuard.
    
    * Add update guards button to CandyMachine UI.
    
    * Add Reveal command to CandyMachine UI.
    
    * Add correct hidden settings to reveal command.
    
    * Add Withdraw command to CandyMachine UI.
    
    * Add Sign command to CandyMachine UI.
    
    * Add support for custom collection nft metadata in initialization.
    
    * Fix incorrect parameters for CandyMachine init command.
    
    * Add Collection NFT image loading to CandyMachine UI.
    
    * Add Bundlr upload, includes Avro.dll & dependencies for encoding Bundlr tags.
    
    * Add freeze guards.
    
    * Fix System.CodeDom conflicts with com.unity.visualScripting, fix null reference error when creating CandyMachine config using setup wizard.
    
    * Allow asset folder to be located within the project.
    
    * Fix no guard group error.
    
    * Update error message for additional files in asset folder.
    
    * Make default for isMutable true.
    
    * Fix missing Collection metadata bug.
    
    * Remove symbol and sfbp validation for Collection metadata files.
    
    * Add uploaded asset counter + auto refresh on deploy + upload.
    
    * Add default for keypair.
    
    * Add insufficient funds error for bundlr.
    
    * Fix issue where deploy command always fails first time.
    
    * Disable freeze controls when no guards are configured on a candy machine.
    
    * Ignore non-asset files on upload.
    
    * Update to latest Metaplex dll.
    danbedford56 authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    cb57977 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    4394f9a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    953736f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc8abba View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    91156f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    dbb1748 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da6739c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. ✨ Implement Versioned Transactions (#177)

    * ✨ Implement Versioned Transaction
    
    * 📦 Update dlls
    
    * 🔖 Release v0.2.0
    GabrielePicco authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f7b6b9f View commit details
    Browse the repository at this point in the history
Loading