metaplex-foundation / sugar

Candy Machine Rust CLI.
Apache License 2.0
198 stars 112 forks source link

Add support for pNFT thaw #449

Closed febo closed 1 year ago

febo commented 1 year ago

This PR enables thaw for pNFTs. It also fixes a couple of existing issues:

  1. Add support for freeze_token_payment guard in freeze commands
  2. Correctly identifies the freeze guard type

Additionally, it fixes #438 by removing an unnecessary check were the freeze pda was queried before being initialised.