File tree Expand file tree Collapse file tree 23 files changed +272
-42
lines changed Expand file tree Collapse file tree 23 files changed +272
-42
lines changed Original file line number Diff line number Diff line change 62
62
uses : softprops/action-gh-release@v1
63
63
if : startsWith(github.ref, 'refs/tags/')
64
64
with :
65
- files : ${{ steps.build.outputs.binary_path }}
65
+ files : ${{ steps.build.outputs.binary_path }}
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " metaboss"
3
- version = " 0.3.5-beta "
3
+ version = " 0.3.5"
4
4
edition = " 2021"
5
5
description =" The Metaplex NFT-standard Swiss Army Knife tool."
6
6
repository =" https://github.com/samuelvanderwaal/metaboss"
Original file line number Diff line number Diff line change
1
+ v0.3.5
2
+ * Make timeout, rpc and log-level global options.
3
+ * Increase default timeout to 90 seconds to accommodate longer ` getProgramAccount ` calls.
4
+ * Default to GenesysGo devnet node instead of failing if no rpc provided and no config file found.
5
+
1
6
v0.3.4
2
7
* Added support for v2 candy machine ids for ` sign all `
3
8
* Add ` burn one ` function for burning NFT SPL token and clearing Metadata account.
Original file line number Diff line number Diff line change 82
82
83
83
< nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
84
84
< div class ="sidebar-scrollbox ">
85
- < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="overview.html "> < strong aria-hidden ="true "> 1.</ strong > Overview</ a > </ li > < li class ="chapter-item expanded "> < a href ="quick_start.html "> < strong aria-hidden ="true "> 2.</ strong > Quick Start</ a > </ li > < li class ="chapter-item expanded "> < a href ="examples.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li class ="chapter-item expanded "> < a href ="base_options.html "> < strong aria-hidden ="true "> 4.</ strong > Base Options</ a > </ li > < li class ="chapter-item expanded "> < a href ="burn.html "> < strong aria-hidden ="true "> 5.</ strong > Burn</ a > </ li > < li class ="chapter-item expanded "> < a href ="decode.html "> < strong aria-hidden ="true "> 6.</ strong > Decode</ a > </ li > < li class ="chapter-item expanded "> < a href ="derive.html "> < strong aria-hidden ="true "> 7.</ strong > Derive</ a > </ li > < li class ="chapter-item expanded "> < a href ="mint.html "> < strong aria-hidden ="true "> 8.</ strong > Mint</ a > </ li > < li class ="chapter-item expanded "> < a href ="set.html "> < strong aria-hidden ="true "> 9.</ strong > Set</ a > </ li > < li class ="chapter-item expanded "> < a href ="sign.html "> < strong aria-hidden ="true "> 10.</ strong > Sign</ a > </ li > < li class ="chapter-item expanded "> < a href ="snapshot.html "> < strong aria-hidden ="true "> 11.</ strong > Snapshot</ a > </ li > < li class ="chapter-item expanded "> < a href ="update.html "> < strong aria-hidden ="true "> 12.</ strong > Update</ a > </ li > < li class ="chapter-item expanded "> < a href ="contact.html "> < strong aria-hidden ="true "> 13.</ strong > Contact</ a > </ li > </ ol >
85
+ < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="overview.html "> < strong aria-hidden ="true "> 1.</ strong > Overview</ a > </ li > < li class ="chapter-item expanded "> < a href ="quick_start.html "> < strong aria-hidden ="true "> 2.</ strong > Quick Start</ a > </ li > < li class ="chapter-item expanded "> < a href ="examples.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li class ="chapter-item expanded "> < a href ="global_options.html "> < strong aria-hidden ="true "> 4.</ strong > Global Options</ a > </ li > < li class ="chapter-item expanded "> < a href ="burn.html "> < strong aria-hidden ="true "> 5.</ strong > Burn</ a > </ li > < li class ="chapter-item expanded "> < a href ="decode.html "> < strong aria-hidden ="true "> 6.</ strong > Decode</ a > </ li > < li class ="chapter-item expanded "> < a href ="derive.html "> < strong aria-hidden ="true "> 7.</ strong > Derive</ a > </ li > < li class ="chapter-item expanded "> < a href ="mint.html "> < strong aria-hidden ="true "> 8.</ strong > Mint</ a > </ li > < li class ="chapter-item expanded "> < a href ="set.html "> < strong aria-hidden ="true "> 9.</ strong > Set</ a > </ li > < li class ="chapter-item expanded "> < a href ="sign.html "> < strong aria-hidden ="true "> 10.</ strong > Sign</ a > </ li > < li class ="chapter-item expanded "> < a href ="snapshot.html "> < strong aria-hidden ="true "> 11.</ strong > Snapshot</ a > </ li > < li class ="chapter-item expanded "> < a href ="update.html "> < strong aria-hidden ="true "> 12.</ strong > Update</ a > </ li > < li class ="chapter-item expanded "> < a href ="contact.html "> < strong aria-hidden ="true "> 13.</ strong > Contact</ a > </ li > </ ol >
86
86
</ div >
87
87
< div id ="sidebar-resize-handle " class ="sidebar-resize-handle "> </ div >
88
88
</ nav >
Original file line number Diff line number Diff line change 81
81
82
82
< nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
83
83
< div class ="sidebar-scrollbox ">
84
- < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="overview.html "> < strong aria-hidden ="true "> 1.</ strong > Overview</ a > </ li > < li class ="chapter-item expanded "> < a href ="quick_start.html "> < strong aria-hidden ="true "> 2.</ strong > Quick Start</ a > </ li > < li class ="chapter-item expanded "> < a href ="examples.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li class ="chapter-item expanded "> < a href ="base_options.html "> < strong aria-hidden ="true "> 4.</ strong > Base Options</ a > </ li > < li class ="chapter-item expanded "> < a href ="burn.html " class ="active "> < strong aria-hidden ="true "> 5.</ strong > Burn</ a > </ li > < li class ="chapter-item expanded "> < a href ="decode.html "> < strong aria-hidden ="true "> 6.</ strong > Decode</ a > </ li > < li class ="chapter-item expanded "> < a href ="derive.html "> < strong aria-hidden ="true "> 7.</ strong > Derive</ a > </ li > < li class ="chapter-item expanded "> < a href ="mint.html "> < strong aria-hidden ="true "> 8.</ strong > Mint</ a > </ li > < li class ="chapter-item expanded "> < a href ="set.html "> < strong aria-hidden ="true "> 9.</ strong > Set</ a > </ li > < li class ="chapter-item expanded "> < a href ="sign.html "> < strong aria-hidden ="true "> 10.</ strong > Sign</ a > </ li > < li class ="chapter-item expanded "> < a href ="snapshot.html "> < strong aria-hidden ="true "> 11.</ strong > Snapshot</ a > </ li > < li class ="chapter-item expanded "> < a href ="update.html "> < strong aria-hidden ="true "> 12.</ strong > Update</ a > </ li > < li class ="chapter-item expanded "> < a href ="contact.html "> < strong aria-hidden ="true "> 13.</ strong > Contact</ a > </ li > </ ol >
84
+ < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="overview.html "> < strong aria-hidden ="true "> 1.</ strong > Overview</ a > </ li > < li class ="chapter-item expanded "> < a href ="quick_start.html "> < strong aria-hidden ="true "> 2.</ strong > Quick Start</ a > </ li > < li class ="chapter-item expanded "> < a href ="examples.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li class ="chapter-item expanded "> < a href ="global_options.html "> < strong aria-hidden ="true "> 4.</ strong > Global Options</ a > </ li > < li class ="chapter-item expanded "> < a href ="burn.html " class ="active "> < strong aria-hidden ="true "> 5.</ strong > Burn</ a > </ li > < li class ="chapter-item expanded "> < a href ="decode.html "> < strong aria-hidden ="true "> 6.</ strong > Decode</ a > </ li > < li class ="chapter-item expanded "> < a href ="derive.html "> < strong aria-hidden ="true "> 7.</ strong > Derive</ a > </ li > < li class ="chapter-item expanded "> < a href ="mint.html "> < strong aria-hidden ="true "> 8.</ strong > Mint</ a > </ li > < li class ="chapter-item expanded "> < a href ="set.html "> < strong aria-hidden ="true "> 9.</ strong > Set</ a > </ li > < li class ="chapter-item expanded "> < a href ="sign.html "> < strong aria-hidden ="true "> 10.</ strong > Sign</ a > </ li > < li class ="chapter-item expanded "> < a href ="snapshot.html "> < strong aria-hidden ="true "> 11.</ strong > Snapshot</ a > </ li > < li class ="chapter-item expanded "> < a href ="update.html "> < strong aria-hidden ="true "> 12.</ strong > Update</ a > </ li > < li class ="chapter-item expanded "> < a href ="contact.html "> < strong aria-hidden ="true "> 13.</ strong > Contact</ a > </ li > </ ol >
85
85
</ div >
86
86
< div id ="sidebar-resize-handle " class ="sidebar-resize-handle "> </ div >
87
87
</ nav >
@@ -153,7 +153,7 @@ <h4 id="usage"><a class="header" href="#usage">Usage</a></h4>
153
153
154
154
< nav class ="nav-wrapper " aria-label ="Page navigation ">
155
155
<!-- Mobile navigation buttons -->
156
- < a rel ="prev " href ="base_options .html " class ="mobile-nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
156
+ < a rel ="prev " href ="global_options .html " class ="mobile-nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
157
157
< i class ="fa fa-angle-left "> </ i >
158
158
</ a >
159
159
@@ -167,7 +167,7 @@ <h4 id="usage"><a class="header" href="#usage">Usage</a></h4>
167
167
</ div >
168
168
169
169
< nav class ="nav-wide-wrapper " aria-label ="Page navigation ">
170
- < a rel ="prev " href ="base_options .html " class ="nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
170
+ < a rel ="prev " href ="global_options .html " class ="nav-chapters previous " title ="Previous chapter " aria-label ="Previous chapter " aria-keyshortcuts ="Left ">
171
171
< i class ="fa fa-angle-left "> </ i >
172
172
</ a >
173
173
Original file line number Diff line number Diff line change 81
81
82
82
< nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
83
83
< div class ="sidebar-scrollbox ">
84
- < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="overview.html "> < strong aria-hidden ="true "> 1.</ strong > Overview</ a > </ li > < li class ="chapter-item expanded "> < a href ="quick_start.html "> < strong aria-hidden ="true "> 2.</ strong > Quick Start</ a > </ li > < li class ="chapter-item expanded "> < a href ="examples.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li class ="chapter-item expanded "> < a href ="base_options.html "> < strong aria-hidden ="true "> 4.</ strong > Base Options</ a > </ li > < li class ="chapter-item expanded "> < a href ="burn.html "> < strong aria-hidden ="true "> 5.</ strong > Burn</ a > </ li > < li class ="chapter-item expanded "> < a href ="decode.html "> < strong aria-hidden ="true "> 6.</ strong > Decode</ a > </ li > < li class ="chapter-item expanded "> < a href ="derive.html "> < strong aria-hidden ="true "> 7.</ strong > Derive</ a > </ li > < li class ="chapter-item expanded "> < a href ="mint.html "> < strong aria-hidden ="true "> 8.</ strong > Mint</ a > </ li > < li class ="chapter-item expanded "> < a href ="set.html "> < strong aria-hidden ="true "> 9.</ strong > Set</ a > </ li > < li class ="chapter-item expanded "> < a href ="sign.html "> < strong aria-hidden ="true "> 10.</ strong > Sign</ a > </ li > < li class ="chapter-item expanded "> < a href ="snapshot.html "> < strong aria-hidden ="true "> 11.</ strong > Snapshot</ a > </ li > < li class ="chapter-item expanded "> < a href ="update.html "> < strong aria-hidden ="true "> 12.</ strong > Update</ a > </ li > < li class ="chapter-item expanded "> < a href ="contact.html " class ="active "> < strong aria-hidden ="true "> 13.</ strong > Contact</ a > </ li > </ ol >
84
+ < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="overview.html "> < strong aria-hidden ="true "> 1.</ strong > Overview</ a > </ li > < li class ="chapter-item expanded "> < a href ="quick_start.html "> < strong aria-hidden ="true "> 2.</ strong > Quick Start</ a > </ li > < li class ="chapter-item expanded "> < a href ="examples.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li class ="chapter-item expanded "> < a href ="global_options.html "> < strong aria-hidden ="true "> 4.</ strong > Global Options</ a > </ li > < li class ="chapter-item expanded "> < a href ="burn.html "> < strong aria-hidden ="true "> 5.</ strong > Burn</ a > </ li > < li class ="chapter-item expanded "> < a href ="decode.html "> < strong aria-hidden ="true "> 6.</ strong > Decode</ a > </ li > < li class ="chapter-item expanded "> < a href ="derive.html "> < strong aria-hidden ="true "> 7.</ strong > Derive</ a > </ li > < li class ="chapter-item expanded "> < a href ="mint.html "> < strong aria-hidden ="true "> 8.</ strong > Mint</ a > </ li > < li class ="chapter-item expanded "> < a href ="set.html "> < strong aria-hidden ="true "> 9.</ strong > Set</ a > </ li > < li class ="chapter-item expanded "> < a href ="sign.html "> < strong aria-hidden ="true "> 10.</ strong > Sign</ a > </ li > < li class ="chapter-item expanded "> < a href ="snapshot.html "> < strong aria-hidden ="true "> 11.</ strong > Snapshot</ a > </ li > < li class ="chapter-item expanded "> < a href ="update.html "> < strong aria-hidden ="true "> 12.</ strong > Update</ a > </ li > < li class ="chapter-item expanded "> < a href ="contact.html " class ="active "> < strong aria-hidden ="true "> 13.</ strong > Contact</ a > </ li > </ ol >
85
85
</ div >
86
86
< div id ="sidebar-resize-handle " class ="sidebar-resize-handle "> </ div >
87
87
</ nav >
@@ -145,7 +145,9 @@ <h1 class="menu-title">Metaboss</h1>
145
145
< h2 id ="contact "> < a class ="header " href ="#contact "> Contact</ a > </ h2 >
146
146
147
147
< p > Twitter: < a href ="https://twitter.com/samvwaal "> @samvwaal</ a > </ p >
148
- < p > Discord: @archaeopteryx#7615</ p >
148
+ < p > Discord: </ p >
149
+ < p > @archaeopteryx#7615</ p >
150
+ < p > < a href ="https://discord.gg/t75ZFq2Tyt "> Metaboss Server</ a > </ p >
149
151
150
152
</ main >
151
153
Original file line number Diff line number Diff line change 81
81
82
82
< nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
83
83
< div class ="sidebar-scrollbox ">
84
- < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="overview.html "> < strong aria-hidden ="true "> 1.</ strong > Overview</ a > </ li > < li class ="chapter-item expanded "> < a href ="quick_start.html "> < strong aria-hidden ="true "> 2.</ strong > Quick Start</ a > </ li > < li class ="chapter-item expanded "> < a href ="examples.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li class ="chapter-item expanded "> < a href ="base_options.html "> < strong aria-hidden ="true "> 4.</ strong > Base Options</ a > </ li > < li class ="chapter-item expanded "> < a href ="burn.html "> < strong aria-hidden ="true "> 5.</ strong > Burn</ a > </ li > < li class ="chapter-item expanded "> < a href ="decode.html " class ="active "> < strong aria-hidden ="true "> 6.</ strong > Decode</ a > </ li > < li class ="chapter-item expanded "> < a href ="derive.html "> < strong aria-hidden ="true "> 7.</ strong > Derive</ a > </ li > < li class ="chapter-item expanded "> < a href ="mint.html "> < strong aria-hidden ="true "> 8.</ strong > Mint</ a > </ li > < li class ="chapter-item expanded "> < a href ="set.html "> < strong aria-hidden ="true "> 9.</ strong > Set</ a > </ li > < li class ="chapter-item expanded "> < a href ="sign.html "> < strong aria-hidden ="true "> 10.</ strong > Sign</ a > </ li > < li class ="chapter-item expanded "> < a href ="snapshot.html "> < strong aria-hidden ="true "> 11.</ strong > Snapshot</ a > </ li > < li class ="chapter-item expanded "> < a href ="update.html "> < strong aria-hidden ="true "> 12.</ strong > Update</ a > </ li > < li class ="chapter-item expanded "> < a href ="contact.html "> < strong aria-hidden ="true "> 13.</ strong > Contact</ a > </ li > </ ol >
84
+ < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="overview.html "> < strong aria-hidden ="true "> 1.</ strong > Overview</ a > </ li > < li class ="chapter-item expanded "> < a href ="quick_start.html "> < strong aria-hidden ="true "> 2.</ strong > Quick Start</ a > </ li > < li class ="chapter-item expanded "> < a href ="examples.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li class ="chapter-item expanded "> < a href ="global_options.html "> < strong aria-hidden ="true "> 4.</ strong > Global Options</ a > </ li > < li class ="chapter-item expanded "> < a href ="burn.html "> < strong aria-hidden ="true "> 5.</ strong > Burn</ a > </ li > < li class ="chapter-item expanded "> < a href ="decode.html " class ="active "> < strong aria-hidden ="true "> 6.</ strong > Decode</ a > </ li > < li class ="chapter-item expanded "> < a href ="derive.html "> < strong aria-hidden ="true "> 7.</ strong > Derive</ a > </ li > < li class ="chapter-item expanded "> < a href ="mint.html "> < strong aria-hidden ="true "> 8.</ strong > Mint</ a > </ li > < li class ="chapter-item expanded "> < a href ="set.html "> < strong aria-hidden ="true "> 9.</ strong > Set</ a > </ li > < li class ="chapter-item expanded "> < a href ="sign.html "> < strong aria-hidden ="true "> 10.</ strong > Sign</ a > </ li > < li class ="chapter-item expanded "> < a href ="snapshot.html "> < strong aria-hidden ="true "> 11.</ strong > Snapshot</ a > </ li > < li class ="chapter-item expanded "> < a href ="update.html "> < strong aria-hidden ="true "> 12.</ strong > Update</ a > </ li > < li class ="chapter-item expanded "> < a href ="contact.html "> < strong aria-hidden ="true "> 13.</ strong > Contact</ a > </ li > </ ol >
85
85
</ div >
86
86
< div id ="sidebar-resize-handle " class ="sidebar-resize-handle "> </ div >
87
87
</ nav >
Original file line number Diff line number Diff line change 81
81
82
82
< nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
83
83
< div class ="sidebar-scrollbox ">
84
- < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="overview.html "> < strong aria-hidden ="true "> 1.</ strong > Overview</ a > </ li > < li class ="chapter-item expanded "> < a href ="quick_start.html "> < strong aria-hidden ="true "> 2.</ strong > Quick Start</ a > </ li > < li class ="chapter-item expanded "> < a href ="examples.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li class ="chapter-item expanded "> < a href ="base_options.html "> < strong aria-hidden ="true "> 4.</ strong > Base Options</ a > </ li > < li class ="chapter-item expanded "> < a href ="burn.html "> < strong aria-hidden ="true "> 5.</ strong > Burn</ a > </ li > < li class ="chapter-item expanded "> < a href ="decode.html "> < strong aria-hidden ="true "> 6.</ strong > Decode</ a > </ li > < li class ="chapter-item expanded "> < a href ="derive.html " class ="active "> < strong aria-hidden ="true "> 7.</ strong > Derive</ a > </ li > < li class ="chapter-item expanded "> < a href ="mint.html "> < strong aria-hidden ="true "> 8.</ strong > Mint</ a > </ li > < li class ="chapter-item expanded "> < a href ="set.html "> < strong aria-hidden ="true "> 9.</ strong > Set</ a > </ li > < li class ="chapter-item expanded "> < a href ="sign.html "> < strong aria-hidden ="true "> 10.</ strong > Sign</ a > </ li > < li class ="chapter-item expanded "> < a href ="snapshot.html "> < strong aria-hidden ="true "> 11.</ strong > Snapshot</ a > </ li > < li class ="chapter-item expanded "> < a href ="update.html "> < strong aria-hidden ="true "> 12.</ strong > Update</ a > </ li > < li class ="chapter-item expanded "> < a href ="contact.html "> < strong aria-hidden ="true "> 13.</ strong > Contact</ a > </ li > </ ol >
84
+ < ol class ="chapter "> < li class ="chapter-item expanded "> < a href ="overview.html "> < strong aria-hidden ="true "> 1.</ strong > Overview</ a > </ li > < li class ="chapter-item expanded "> < a href ="quick_start.html "> < strong aria-hidden ="true "> 2.</ strong > Quick Start</ a > </ li > < li class ="chapter-item expanded "> < a href ="examples.html "> < strong aria-hidden ="true "> 3.</ strong > Examples</ a > </ li > < li class ="chapter-item expanded "> < a href ="global_options.html "> < strong aria-hidden ="true "> 4.</ strong > Global Options</ a > </ li > < li class ="chapter-item expanded "> < a href ="burn.html "> < strong aria-hidden ="true "> 5.</ strong > Burn</ a > </ li > < li class ="chapter-item expanded "> < a href ="decode.html "> < strong aria-hidden ="true "> 6.</ strong > Decode</ a > </ li > < li class ="chapter-item expanded "> < a href ="derive.html " class ="active "> < strong aria-hidden ="true "> 7.</ strong > Derive</ a > </ li > < li class ="chapter-item expanded "> < a href ="mint.html "> < strong aria-hidden ="true "> 8.</ strong > Mint</ a > </ li > < li class ="chapter-item expanded "> < a href ="set.html "> < strong aria-hidden ="true "> 9.</ strong > Set</ a > </ li > < li class ="chapter-item expanded "> < a href ="sign.html "> < strong aria-hidden ="true "> 10.</ strong > Sign</ a > </ li > < li class ="chapter-item expanded "> < a href ="snapshot.html "> < strong aria-hidden ="true "> 11.</ strong > Snapshot</ a > </ li > < li class ="chapter-item expanded "> < a href ="update.html "> < strong aria-hidden ="true "> 12.</ strong > Update</ a > </ li > < li class ="chapter-item expanded "> < a href ="contact.html "> < strong aria-hidden ="true "> 13.</ strong > Contact</ a > </ li > </ ol >
85
85
</ div >
86
86
< div id ="sidebar-resize-handle " class ="sidebar-resize-handle "> </ div >
87
87
</ nav >
You can’t perform that action at this time.
0 commit comments