Skip to content

Releases: samuelvanderwaal/metaboss

v0.3.6

29 Jan 11:12
Compare
Choose a tag to compare
  • Adds withdraw cm-v2 command

https://metaboss.rs/withdraw.html

v0.3.5

25 Jan 06:43
Compare
Choose a tag to compare
  • Make timeout, rpc and log-level global options.
  • Increase default timeout to 90 seconds to accommodate longer getProgramAccount calls.
  • Default to GenesysGo devnet node instead of failing if no rpc provided and no config file found.

v0.3.4

30 Dec 22:44
Compare
Choose a tag to compare
  • Added support for v2 candy machine ids for sign all
  • Add burn one function for burning NFT SPL token and clearing Metadata account.

v0.3.3

24 Dec 00:56
Compare
Choose a tag to compare
  • Added exponential backoff retries to network requests: 250 ms, 500 ms, 1000 ms then fails.
  • Added support for snapshot mints and holders commands for v2 candy machine ids.
  • Added derive subcommand for deriving PDAs.

v0.3.2

21 Dec 08:11
Compare
Choose a tag to compare

Check first creator is verified in snapshot mints and snapshot holders commands.

v0.3.1

12 Dec 07:51
Compare
Choose a tag to compare

v0.3.1

  • Add primary_sale_happened flag to mint commands
  • Add ability to mint new tokens from URI instead of JSON file
  • Fixed bug where RPC url was not accepted if there was no config file
  • Removed progress bars from minting commands as they didn't work

v0.3.0

05 Dec 01:12
Compare
Choose a tag to compare
v0.3.0

v0.3.0-beta.1

01 Dec 17:04
Compare
Choose a tag to compare
v0.3.0-beta.1 Pre-release
Pre-release

Fixed bug where uri-all command wasn't exposed.

v0.3.0-beta

01 Dec 00:14
04935e6
Compare
Choose a tag to compare
v0.3.0-beta Pre-release
Pre-release
  • Parallelized commands for massive performance improvements
  • Progress bars and spinners for tracking task statuses
  • Basic logging (will add improved logging and more options later)

v0.2.3

23 Nov 19:54
Compare
Choose a tag to compare

Fix windows path issues to read Solana CLI config files properly.