Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added manual workflow trigger #1411

Merged
merged 1 commit into from
Jan 6, 2022
Merged

Added manual workflow trigger #1411

merged 1 commit into from
Jan 6, 2022

Conversation

stegaBOB
Copy link
Contributor

@stegaBOB stegaBOB commented Jan 6, 2022

  • added manual workflow trigger so I can run it now
  • changed the time to a random time as that is recommended by the docs

@vercel
Copy link

vercel bot commented Jan 6, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

metaplex-web – ./js

🔍 Inspect: https://vercel.com/metaplex/metaplex-web/7cw1qZ59X4jkWRdRnyV8qh5nZKMp
✅ Preview: https://metaplex-web-git-stegabob-patch-1-metaplex.vercel.app

fair-launch – ./js/packages/fair-launch

🔍 Inspect: https://vercel.com/metaplex/fair-launch/3uZFzbJLtzCawaqMaGmp9uLdwgAf
✅ Preview: https://fair-launch-git-stegabob-patch-1-metaplex.vercel.app

litjesus – ./js/packages/fair-launch

🔍 Inspect: https://vercel.com/metaplex/litjesus/82jhM3mYQ1zbshEghTjTjBwU4iCv
✅ Preview: https://litjesus-git-stegabob-patch-1-metaplex.vercel.app

metaplex-1-1-0 – ./js

🔍 Inspect: https://vercel.com/nft-packs/metaplex-1-1-0/Z7cysHRwNvpTavE5r2jcHUXEoJnf
✅ Preview: https://metaplex-1-1-0-git-stegabob-patch-1-nft-packs.vercel.app

@stegaBOB stegaBOB merged commit 6ed2c18 into master Jan 6, 2022
@samuelvanderwaal samuelvanderwaal deleted the stegaBOB-patch-1 branch January 6, 2022 05:59
stegaBOB added a commit that referenced this pull request Jan 7, 2022
* Fix for hijack attack of candy machine (#1366)

* candy-machine-v2-cli: Fix `get_all_mint_addresses` cmd (#1363)

Currently, the `get_all_mint_addresses` command returns an empty
list. This has been noted by a few users on discord.

This PR now properly derives the candy machine v2 address
(as in
https://github.com/samuelvanderwaal/metaboss/blob/edeb9acdb63dc53278c66ffec4d0509b8304c5b7/src/snapshot.rs#L138).

* Added test to verify that the gateway token was created after the go_live_date (#1375)

* added link to sell doc (#1337)

* Add Slope wallet (#918)

* update wallet-adapter patch version to include slope

* add slope to list of wallets in context

* match version of wallet-adapter in web package to common

* update lockfile to remove duplicate dependency

Co-authored-by: Will Roeder <will@metaplex.com>

* Deprecated candy machine v1 cli (#1386) (#1398)

* Deprecated candy machine v1 cli

* Refactored warnings into one function and re-worded the V1 deprecation string

Co-authored-by: Will Roeder <roederw@outlook.com>

Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>

* fixed yaml file (#1400)

* Fixed stale actions (#1410)

* Fixed stale actions

* Update action.yml

* Update action.yml

* Update action.yml (#1411)

* Deprecated cmv1 (#1420)

* Update lib.rs (#1434)

* Changed required options to requiredOption

Co-authored-by: Jordan Prince <jordanmprince@gmail.com>
Co-authored-by: Tyler Julian <APTy@users.noreply.github.com>
Co-authored-by: febo <febo@kent.ac.uk>
Co-authored-by: C0mberry <37657937+C0mberry@users.noreply.github.com>
Co-authored-by: Jordan Sexton <jordan@jordansexton.com>
Co-authored-by: Will Roeder <will@metaplex.com>
Co-authored-by: Will Roeder <roederw@outlook.com>
Co-authored-by: Austin Adams <austbot@users.noreply.github.com>
roederw added a commit that referenced this pull request Jan 7, 2022
* Added test script for CMv2

* uploadv2 cache fix

* Added command exit codes

* Initial version of test script for CMv2

* Using --env in the commands

* Adding options to test other storage types

* [run-test-v2.sh] minor typo fixes; add optional withdraw command

* fix: packs dataloading was blocked by update (#1232)

* fix: redeem flickering (#1230)

* feat: animation for redeem modal

* fix: remove validCreatorsFilter on pack creation

* feat: use npm package

* remove label

Co-authored-by: Irina <ikadushkina@techflower.io>

* feat: error message for pack redemption (#1239)

* feat: error message for pack redemption

* fix yarn build

* fix: remove profile link (#1282)

* fix: fixed redeem modal view (#1251)

Co-authored-by: Irina <ikadushkina@techflower.io>

* added .gif and .jpg to test

* feat: added refresh button on pack creation flow (#1290)

* feat: added refresh button on pack creation flow

* fix: comments fixed

Co-authored-by: Irina <ikadushkina@techflower.io>

* fix: missing metadata when loading more than 100 token accounts (#1345)

* fix: page refresh data didn't load (#1346)

* fix: transactions failing due to the limits (#1347)

* feat: update instant sale purchase congratulations modal (#1040)

* feat: added congratulation modal for instant sale purchase

* fix: comments fixed

* fix: small fixes

Co-authored-by: Irina <ikadushkina@techflower.io>

* Feat: update instant sale claim congratulations modal (#1050)

* feat: added congratulation modal for instant sale purchase

* fix: comments fixed

* fix: small fixes

* feat: added congratulation modal for instant sale claim

* fix: added two congratulations modal

Co-authored-by: Irina <ikadushkina@techflower.io>

* fix: storefront build (#1349)

* fix: loading state of My Items (#1229)

* feat: error message for pack creation (#1254)

* feat: error message for pack creation

* fix code

* Fix packages dependencies (#1353)

* Separate dependencies fair-launch and token-entangler

* Filter token-entangler from build

* remove redundant cachContent.items check (#1354)

* Added flag to specify custom rpc (#1357)

* Cover case where counter is counting down. (#1377)

* Fix minting UI (#1378)

* Fix for hijack attack of candy machine (#1366)

* candy-machine-v2-cli: Fix `get_all_mint_addresses` cmd (#1363)

Currently, the `get_all_mint_addresses` command returns an empty
list. This has been noted by a few users on discord.

This PR now properly derives the candy machine v2 address
(as in
https://github.com/samuelvanderwaal/metaboss/blob/edeb9acdb63dc53278c66ffec4d0509b8304c5b7/src/snapshot.rs#L138).

* Added test to verify that the gateway token was created after the go_live_date (#1375)

* Cover case where counter is counting down.

* Fix for civics expiry bug

Co-authored-by: Tyler Julian <APTy@users.noreply.github.com>
Co-authored-by: febo <febo@kent.ac.uk>

* fixed v2 test and added v1 test

* Deprecated candy machine v1 cli (#1384)

* Revert "Deprecated candy machine v1 cli (#1384)" (#1385)

This reverts commit 0ba14b7.

* Deprecated candy machine v1 cli (#1386)

* Deprecated candy machine v1 cli

* Refactored warnings into one function and re-worded the V1 deprecation string

Co-authored-by: Will Roeder <roederw@outlook.com>

* Fixed web dependencies  (#1358)

* Added missing dependencies

* Filter fair-launch from build

* Fixed html nfts and moved style to class

Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>

* Update action.yml

* Fix upload rerun (#1382)

Co-authored-by: Samuel Vanderwaal <samuel.vanderwaal@gmail.com>

* Update action.yml

* Adds a check to not allow hidden settings to be toggled once you have set a configline out of hidden settings. (#1431)

* Skipping unsupported files, like .DS_STORE on macOS, instead of throwing an error. (#1426)

* Deprecate v1 (#1421)

* Fix for hijack attack of candy machine (#1366)

* candy-machine-v2-cli: Fix `get_all_mint_addresses` cmd (#1363)

Currently, the `get_all_mint_addresses` command returns an empty
list. This has been noted by a few users on discord.

This PR now properly derives the candy machine v2 address
(as in
https://github.com/samuelvanderwaal/metaboss/blob/edeb9acdb63dc53278c66ffec4d0509b8304c5b7/src/snapshot.rs#L138).

* Added test to verify that the gateway token was created after the go_live_date (#1375)

* Deprecated cmv1

* Update lib.rs

* Update lib.rs

* clean up deprecation; include mut -> zero fix

Co-authored-by: Jordan Prince <jordanmprince@gmail.com>
Co-authored-by: Tyler Julian <APTy@users.noreply.github.com>
Co-authored-by: febo <febo@kent.ac.uk>
Co-authored-by: Samuel Vanderwaal <samuel.vanderwaal@gmail.com>

* Changed required options to requiredOption (#1435)

* Merged master into release/v1.1.0 (#1436)

* Fix for hijack attack of candy machine (#1366)

* candy-machine-v2-cli: Fix `get_all_mint_addresses` cmd (#1363)

Currently, the `get_all_mint_addresses` command returns an empty
list. This has been noted by a few users on discord.

This PR now properly derives the candy machine v2 address
(as in
https://github.com/samuelvanderwaal/metaboss/blob/edeb9acdb63dc53278c66ffec4d0509b8304c5b7/src/snapshot.rs#L138).

* Added test to verify that the gateway token was created after the go_live_date (#1375)

* added link to sell doc (#1337)

* Add Slope wallet (#918)

* update wallet-adapter patch version to include slope

* add slope to list of wallets in context

* match version of wallet-adapter in web package to common

* update lockfile to remove duplicate dependency

Co-authored-by: Will Roeder <will@metaplex.com>

* Deprecated candy machine v1 cli (#1386) (#1398)

* Deprecated candy machine v1 cli

* Refactored warnings into one function and re-worded the V1 deprecation string

Co-authored-by: Will Roeder <roederw@outlook.com>

Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>

* fixed yaml file (#1400)

* Fixed stale actions (#1410)

* Fixed stale actions

* Update action.yml

* Update action.yml

* Update action.yml (#1411)

* Deprecated cmv1 (#1420)

* Update lib.rs (#1434)

* Changed required options to requiredOption

Co-authored-by: Jordan Prince <jordanmprince@gmail.com>
Co-authored-by: Tyler Julian <APTy@users.noreply.github.com>
Co-authored-by: febo <febo@kent.ac.uk>
Co-authored-by: C0mberry <37657937+C0mberry@users.noreply.github.com>
Co-authored-by: Jordan Sexton <jordan@jordansexton.com>
Co-authored-by: Will Roeder <will@metaplex.com>
Co-authored-by: Will Roeder <roederw@outlook.com>
Co-authored-by: Austin Adams <austbot@users.noreply.github.com>

* fixing sign all v2 (#1430)

* Deprecating Fair Launch Protocol UI (#1424)

Removed Fair Launch Protocol logic from Candy Machine Mint UI and moved the package from fair-launch to candy-machine-ui

Co-authored-by: febo <fernando.otero@metaplex.com>
Co-authored-by: febo <febo@kent.ac.uk>
Co-authored-by: Samuel Vanderwaal <samuel.vanderwaal@gmail.com>
Co-authored-by: Michael <sebastiyan.michael@outlook.com>
Co-authored-by: Irina <ikadushkina@techflower.io>
Co-authored-by: ViacheslavMylostyvyi <gamer2forse@gmail.com>
Co-authored-by: Irina Kadushkina <69786983+ikadushkina@users.noreply.github.com>
Co-authored-by: Jordan Prince <jordanmprince@gmail.com>
Co-authored-by: Tyler Julian <APTy@users.noreply.github.com>
Co-authored-by: Will Roeder <roederw@outlook.com>
Co-authored-by: Dmitrii Goriunov <goriunovd@gmail.com>
Co-authored-by: Austin Adams <austbot@users.noreply.github.com>
Co-authored-by: C0mberry <37657937+C0mberry@users.noreply.github.com>
Co-authored-by: Jordan Sexton <jordan@jordansexton.com>
Co-authored-by: Will Roeder <will@metaplex.com>
Co-authored-by: Sarah Strange <strange1120@gmail.com>
sucineri pushed a commit to sucineri/metaplex that referenced this pull request Jan 16, 2022
sucineri pushed a commit to sucineri/metaplex that referenced this pull request Jan 16, 2022
…ex-foundation#1409)

* Added test script for CMv2

* uploadv2 cache fix

* Added command exit codes

* Initial version of test script for CMv2

* Using --env in the commands

* Adding options to test other storage types

* [run-test-v2.sh] minor typo fixes; add optional withdraw command

* fix: packs dataloading was blocked by update (metaplex-foundation#1232)

* fix: redeem flickering (metaplex-foundation#1230)

* feat: animation for redeem modal

* fix: remove validCreatorsFilter on pack creation

* feat: use npm package

* remove label

Co-authored-by: Irina <ikadushkina@techflower.io>

* feat: error message for pack redemption (metaplex-foundation#1239)

* feat: error message for pack redemption

* fix yarn build

* fix: remove profile link (metaplex-foundation#1282)

* fix: fixed redeem modal view (metaplex-foundation#1251)

Co-authored-by: Irina <ikadushkina@techflower.io>

* added .gif and .jpg to test

* feat: added refresh button on pack creation flow (metaplex-foundation#1290)

* feat: added refresh button on pack creation flow

* fix: comments fixed

Co-authored-by: Irina <ikadushkina@techflower.io>

* fix: missing metadata when loading more than 100 token accounts (metaplex-foundation#1345)

* fix: page refresh data didn't load (metaplex-foundation#1346)

* fix: transactions failing due to the limits (metaplex-foundation#1347)

* feat: update instant sale purchase congratulations modal (metaplex-foundation#1040)

* feat: added congratulation modal for instant sale purchase

* fix: comments fixed

* fix: small fixes

Co-authored-by: Irina <ikadushkina@techflower.io>

* Feat: update instant sale claim congratulations modal (metaplex-foundation#1050)

* feat: added congratulation modal for instant sale purchase

* fix: comments fixed

* fix: small fixes

* feat: added congratulation modal for instant sale claim

* fix: added two congratulations modal

Co-authored-by: Irina <ikadushkina@techflower.io>

* fix: storefront build (metaplex-foundation#1349)

* fix: loading state of My Items (metaplex-foundation#1229)

* feat: error message for pack creation (metaplex-foundation#1254)

* feat: error message for pack creation

* fix code

* Fix packages dependencies (metaplex-foundation#1353)

* Separate dependencies fair-launch and token-entangler

* Filter token-entangler from build

* remove redundant cachContent.items check (metaplex-foundation#1354)

* Added flag to specify custom rpc (metaplex-foundation#1357)

* Cover case where counter is counting down. (metaplex-foundation#1377)

* Fix minting UI (metaplex-foundation#1378)

* Fix for hijack attack of candy machine (metaplex-foundation#1366)

* candy-machine-v2-cli: Fix `get_all_mint_addresses` cmd (metaplex-foundation#1363)

Currently, the `get_all_mint_addresses` command returns an empty
list. This has been noted by a few users on discord.

This PR now properly derives the candy machine v2 address
(as in
https://github.com/samuelvanderwaal/metaboss/blob/edeb9acdb63dc53278c66ffec4d0509b8304c5b7/src/snapshot.rs#L138).

* Added test to verify that the gateway token was created after the go_live_date (metaplex-foundation#1375)

* Cover case where counter is counting down.

* Fix for civics expiry bug

Co-authored-by: Tyler Julian <APTy@users.noreply.github.com>
Co-authored-by: febo <febo@kent.ac.uk>

* fixed v2 test and added v1 test

* Deprecated candy machine v1 cli (metaplex-foundation#1384)

* Revert "Deprecated candy machine v1 cli (metaplex-foundation#1384)" (metaplex-foundation#1385)

This reverts commit 0ba14b7.

* Deprecated candy machine v1 cli (metaplex-foundation#1386)

* Deprecated candy machine v1 cli

* Refactored warnings into one function and re-worded the V1 deprecation string

Co-authored-by: Will Roeder <roederw@outlook.com>

* Fixed web dependencies  (metaplex-foundation#1358)

* Added missing dependencies

* Filter fair-launch from build

* Fixed html nfts and moved style to class

Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>

* Update action.yml

* Fix upload rerun (metaplex-foundation#1382)

Co-authored-by: Samuel Vanderwaal <samuel.vanderwaal@gmail.com>

* Update action.yml

* Adds a check to not allow hidden settings to be toggled once you have set a configline out of hidden settings. (metaplex-foundation#1431)

* Skipping unsupported files, like .DS_STORE on macOS, instead of throwing an error. (metaplex-foundation#1426)

* Deprecate v1 (metaplex-foundation#1421)

* Fix for hijack attack of candy machine (metaplex-foundation#1366)

* candy-machine-v2-cli: Fix `get_all_mint_addresses` cmd (metaplex-foundation#1363)

Currently, the `get_all_mint_addresses` command returns an empty
list. This has been noted by a few users on discord.

This PR now properly derives the candy machine v2 address
(as in
https://github.com/samuelvanderwaal/metaboss/blob/edeb9acdb63dc53278c66ffec4d0509b8304c5b7/src/snapshot.rs#L138).

* Added test to verify that the gateway token was created after the go_live_date (metaplex-foundation#1375)

* Deprecated cmv1

* Update lib.rs

* Update lib.rs

* clean up deprecation; include mut -> zero fix

Co-authored-by: Jordan Prince <jordanmprince@gmail.com>
Co-authored-by: Tyler Julian <APTy@users.noreply.github.com>
Co-authored-by: febo <febo@kent.ac.uk>
Co-authored-by: Samuel Vanderwaal <samuel.vanderwaal@gmail.com>

* Changed required options to requiredOption (metaplex-foundation#1435)

* Merged master into release/v1.1.0 (metaplex-foundation#1436)

* Fix for hijack attack of candy machine (metaplex-foundation#1366)

* candy-machine-v2-cli: Fix `get_all_mint_addresses` cmd (metaplex-foundation#1363)

Currently, the `get_all_mint_addresses` command returns an empty
list. This has been noted by a few users on discord.

This PR now properly derives the candy machine v2 address
(as in
https://github.com/samuelvanderwaal/metaboss/blob/edeb9acdb63dc53278c66ffec4d0509b8304c5b7/src/snapshot.rs#L138).

* Added test to verify that the gateway token was created after the go_live_date (metaplex-foundation#1375)

* added link to sell doc (metaplex-foundation#1337)

* Add Slope wallet (metaplex-foundation#918)

* update wallet-adapter patch version to include slope

* add slope to list of wallets in context

* match version of wallet-adapter in web package to common

* update lockfile to remove duplicate dependency

Co-authored-by: Will Roeder <will@metaplex.com>

* Deprecated candy machine v1 cli (metaplex-foundation#1386) (metaplex-foundation#1398)

* Deprecated candy machine v1 cli

* Refactored warnings into one function and re-worded the V1 deprecation string

Co-authored-by: Will Roeder <roederw@outlook.com>

Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>

* fixed yaml file (metaplex-foundation#1400)

* Fixed stale actions (metaplex-foundation#1410)

* Fixed stale actions

* Update action.yml

* Update action.yml

* Update action.yml (metaplex-foundation#1411)

* Deprecated cmv1 (metaplex-foundation#1420)

* Update lib.rs (metaplex-foundation#1434)

* Changed required options to requiredOption

Co-authored-by: Jordan Prince <jordanmprince@gmail.com>
Co-authored-by: Tyler Julian <APTy@users.noreply.github.com>
Co-authored-by: febo <febo@kent.ac.uk>
Co-authored-by: C0mberry <37657937+C0mberry@users.noreply.github.com>
Co-authored-by: Jordan Sexton <jordan@jordansexton.com>
Co-authored-by: Will Roeder <will@metaplex.com>
Co-authored-by: Will Roeder <roederw@outlook.com>
Co-authored-by: Austin Adams <austbot@users.noreply.github.com>

* fixing sign all v2 (metaplex-foundation#1430)

* Deprecating Fair Launch Protocol UI (metaplex-foundation#1424)

Removed Fair Launch Protocol logic from Candy Machine Mint UI and moved the package from fair-launch to candy-machine-ui

Co-authored-by: febo <fernando.otero@metaplex.com>
Co-authored-by: febo <febo@kent.ac.uk>
Co-authored-by: Samuel Vanderwaal <samuel.vanderwaal@gmail.com>
Co-authored-by: Michael <sebastiyan.michael@outlook.com>
Co-authored-by: Irina <ikadushkina@techflower.io>
Co-authored-by: ViacheslavMylostyvyi <gamer2forse@gmail.com>
Co-authored-by: Irina Kadushkina <69786983+ikadushkina@users.noreply.github.com>
Co-authored-by: Jordan Prince <jordanmprince@gmail.com>
Co-authored-by: Tyler Julian <APTy@users.noreply.github.com>
Co-authored-by: Will Roeder <roederw@outlook.com>
Co-authored-by: Dmitrii Goriunov <goriunovd@gmail.com>
Co-authored-by: Austin Adams <austbot@users.noreply.github.com>
Co-authored-by: C0mberry <37657937+C0mberry@users.noreply.github.com>
Co-authored-by: Jordan Sexton <jordan@jordansexton.com>
Co-authored-by: Will Roeder <will@metaplex.com>
Co-authored-by: Sarah Strange <strange1120@gmail.com>
nikkaroraa pushed a commit to tech-guides/metaplex that referenced this pull request Jan 22, 2022
nikkaroraa pushed a commit to tech-guides/metaplex that referenced this pull request Jan 22, 2022
…ex-foundation#1409)

* Added test script for CMv2

* uploadv2 cache fix

* Added command exit codes

* Initial version of test script for CMv2

* Using --env in the commands

* Adding options to test other storage types

* [run-test-v2.sh] minor typo fixes; add optional withdraw command

* fix: packs dataloading was blocked by update (metaplex-foundation#1232)

* fix: redeem flickering (metaplex-foundation#1230)

* feat: animation for redeem modal

* fix: remove validCreatorsFilter on pack creation

* feat: use npm package

* remove label

Co-authored-by: Irina <ikadushkina@techflower.io>

* feat: error message for pack redemption (metaplex-foundation#1239)

* feat: error message for pack redemption

* fix yarn build

* fix: remove profile link (metaplex-foundation#1282)

* fix: fixed redeem modal view (metaplex-foundation#1251)

Co-authored-by: Irina <ikadushkina@techflower.io>

* added .gif and .jpg to test

* feat: added refresh button on pack creation flow (metaplex-foundation#1290)

* feat: added refresh button on pack creation flow

* fix: comments fixed

Co-authored-by: Irina <ikadushkina@techflower.io>

* fix: missing metadata when loading more than 100 token accounts (metaplex-foundation#1345)

* fix: page refresh data didn't load (metaplex-foundation#1346)

* fix: transactions failing due to the limits (metaplex-foundation#1347)

* feat: update instant sale purchase congratulations modal (metaplex-foundation#1040)

* feat: added congratulation modal for instant sale purchase

* fix: comments fixed

* fix: small fixes

Co-authored-by: Irina <ikadushkina@techflower.io>

* Feat: update instant sale claim congratulations modal (metaplex-foundation#1050)

* feat: added congratulation modal for instant sale purchase

* fix: comments fixed

* fix: small fixes

* feat: added congratulation modal for instant sale claim

* fix: added two congratulations modal

Co-authored-by: Irina <ikadushkina@techflower.io>

* fix: storefront build (metaplex-foundation#1349)

* fix: loading state of My Items (metaplex-foundation#1229)

* feat: error message for pack creation (metaplex-foundation#1254)

* feat: error message for pack creation

* fix code

* Fix packages dependencies (metaplex-foundation#1353)

* Separate dependencies fair-launch and token-entangler

* Filter token-entangler from build

* remove redundant cachContent.items check (metaplex-foundation#1354)

* Added flag to specify custom rpc (metaplex-foundation#1357)

* Cover case where counter is counting down. (metaplex-foundation#1377)

* Fix minting UI (metaplex-foundation#1378)

* Fix for hijack attack of candy machine (metaplex-foundation#1366)

* candy-machine-v2-cli: Fix `get_all_mint_addresses` cmd (metaplex-foundation#1363)

Currently, the `get_all_mint_addresses` command returns an empty
list. This has been noted by a few users on discord.

This PR now properly derives the candy machine v2 address
(as in
https://github.com/samuelvanderwaal/metaboss/blob/edeb9acdb63dc53278c66ffec4d0509b8304c5b7/src/snapshot.rs#L138).

* Added test to verify that the gateway token was created after the go_live_date (metaplex-foundation#1375)

* Cover case where counter is counting down.

* Fix for civics expiry bug

Co-authored-by: Tyler Julian <APTy@users.noreply.github.com>
Co-authored-by: febo <febo@kent.ac.uk>

* fixed v2 test and added v1 test

* Deprecated candy machine v1 cli (metaplex-foundation#1384)

* Revert "Deprecated candy machine v1 cli (metaplex-foundation#1384)" (metaplex-foundation#1385)

This reverts commit 0ba14b7.

* Deprecated candy machine v1 cli (metaplex-foundation#1386)

* Deprecated candy machine v1 cli

* Refactored warnings into one function and re-worded the V1 deprecation string

Co-authored-by: Will Roeder <roederw@outlook.com>

* Fixed web dependencies  (metaplex-foundation#1358)

* Added missing dependencies

* Filter fair-launch from build

* Fixed html nfts and moved style to class

Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>

* Update action.yml

* Fix upload rerun (metaplex-foundation#1382)

Co-authored-by: Samuel Vanderwaal <samuel.vanderwaal@gmail.com>

* Update action.yml

* Adds a check to not allow hidden settings to be toggled once you have set a configline out of hidden settings. (metaplex-foundation#1431)

* Skipping unsupported files, like .DS_STORE on macOS, instead of throwing an error. (metaplex-foundation#1426)

* Deprecate v1 (metaplex-foundation#1421)

* Fix for hijack attack of candy machine (metaplex-foundation#1366)

* candy-machine-v2-cli: Fix `get_all_mint_addresses` cmd (metaplex-foundation#1363)

Currently, the `get_all_mint_addresses` command returns an empty
list. This has been noted by a few users on discord.

This PR now properly derives the candy machine v2 address
(as in
https://github.com/samuelvanderwaal/metaboss/blob/edeb9acdb63dc53278c66ffec4d0509b8304c5b7/src/snapshot.rs#L138).

* Added test to verify that the gateway token was created after the go_live_date (metaplex-foundation#1375)

* Deprecated cmv1

* Update lib.rs

* Update lib.rs

* clean up deprecation; include mut -> zero fix

Co-authored-by: Jordan Prince <jordanmprince@gmail.com>
Co-authored-by: Tyler Julian <APTy@users.noreply.github.com>
Co-authored-by: febo <febo@kent.ac.uk>
Co-authored-by: Samuel Vanderwaal <samuel.vanderwaal@gmail.com>

* Changed required options to requiredOption (metaplex-foundation#1435)

* Merged master into release/v1.1.0 (metaplex-foundation#1436)

* Fix for hijack attack of candy machine (metaplex-foundation#1366)

* candy-machine-v2-cli: Fix `get_all_mint_addresses` cmd (metaplex-foundation#1363)

Currently, the `get_all_mint_addresses` command returns an empty
list. This has been noted by a few users on discord.

This PR now properly derives the candy machine v2 address
(as in
https://github.com/samuelvanderwaal/metaboss/blob/edeb9acdb63dc53278c66ffec4d0509b8304c5b7/src/snapshot.rs#L138).

* Added test to verify that the gateway token was created after the go_live_date (metaplex-foundation#1375)

* added link to sell doc (metaplex-foundation#1337)

* Add Slope wallet (metaplex-foundation#918)

* update wallet-adapter patch version to include slope

* add slope to list of wallets in context

* match version of wallet-adapter in web package to common

* update lockfile to remove duplicate dependency

Co-authored-by: Will Roeder <will@metaplex.com>

* Deprecated candy machine v1 cli (metaplex-foundation#1386) (metaplex-foundation#1398)

* Deprecated candy machine v1 cli

* Refactored warnings into one function and re-worded the V1 deprecation string

Co-authored-by: Will Roeder <roederw@outlook.com>

Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>

* fixed yaml file (metaplex-foundation#1400)

* Fixed stale actions (metaplex-foundation#1410)

* Fixed stale actions

* Update action.yml

* Update action.yml

* Update action.yml (metaplex-foundation#1411)

* Deprecated cmv1 (metaplex-foundation#1420)

* Update lib.rs (metaplex-foundation#1434)

* Changed required options to requiredOption

Co-authored-by: Jordan Prince <jordanmprince@gmail.com>
Co-authored-by: Tyler Julian <APTy@users.noreply.github.com>
Co-authored-by: febo <febo@kent.ac.uk>
Co-authored-by: C0mberry <37657937+C0mberry@users.noreply.github.com>
Co-authored-by: Jordan Sexton <jordan@jordansexton.com>
Co-authored-by: Will Roeder <will@metaplex.com>
Co-authored-by: Will Roeder <roederw@outlook.com>
Co-authored-by: Austin Adams <austbot@users.noreply.github.com>

* fixing sign all v2 (metaplex-foundation#1430)

* Deprecating Fair Launch Protocol UI (metaplex-foundation#1424)

Removed Fair Launch Protocol logic from Candy Machine Mint UI and moved the package from fair-launch to candy-machine-ui

Co-authored-by: febo <fernando.otero@metaplex.com>
Co-authored-by: febo <febo@kent.ac.uk>
Co-authored-by: Samuel Vanderwaal <samuel.vanderwaal@gmail.com>
Co-authored-by: Michael <sebastiyan.michael@outlook.com>
Co-authored-by: Irina <ikadushkina@techflower.io>
Co-authored-by: ViacheslavMylostyvyi <gamer2forse@gmail.com>
Co-authored-by: Irina Kadushkina <69786983+ikadushkina@users.noreply.github.com>
Co-authored-by: Jordan Prince <jordanmprince@gmail.com>
Co-authored-by: Tyler Julian <APTy@users.noreply.github.com>
Co-authored-by: Will Roeder <roederw@outlook.com>
Co-authored-by: Dmitrii Goriunov <goriunovd@gmail.com>
Co-authored-by: Austin Adams <austbot@users.noreply.github.com>
Co-authored-by: C0mberry <37657937+C0mberry@users.noreply.github.com>
Co-authored-by: Jordan Sexton <jordan@jordansexton.com>
Co-authored-by: Will Roeder <will@metaplex.com>
Co-authored-by: Sarah Strange <strange1120@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants