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

Re-add the testing tools to the build path #54

Closed
praskoson opened this issue Jun 17, 2021 · 1 comment · Fixed by #55
Closed

Re-add the testing tools to the build path #54

praskoson opened this issue Jun 17, 2021 · 1 comment · Fixed by #55

Comments

@praskoson
Copy link
Contributor

All 4 programs (metaplex, auction, token-vault, token-metadata) also include a test CLI tool, but these have been removed from the build path due to some version mismatches with spl-token. These aren't an issue anymore so they can be re-added to the build path and used as a different way of learning how the contracts work.

austbot pushed a commit that referenced this issue Dec 7, 2021
* feat(packs): redeeming

* feat: add probability to cards in pack (#32)

* dummy modal component (#33)

* fix an ability to close modal (#34)

* fix: fetch editions on pack page

* fix: re-fetch data on visiting artworks page

fix: pull items page typing

fix: hide initial store modal

fix: build issues

return websockets

drop websockets

clean-up

* refactor: clean-up

* feat: remove packs from homepage (#36)

* feat: merge voucher metadata with pack (#37)

* fix: instruction chunks to optimize packs creation (#38)

* refactor: remove websockets

* fix: build

* refactor: remove unneded fetch

* fix: fetch item that is redeemed

* feat: Add limit of cards per pack (#40)

* fix: revert meta use effect

* feat: update transactions due to program changes

* fix: build and clean-up

* chore: update CHANGELOG.md

* chore: update CHANGELOG

* feat: extend pack details view with voucher (#41)

* feat: redesign pack card (#42)

* feat: updated pack card

* fix: comments fixed

* fix: packs layout on small screens (#43)

* fix: hotfix create art view card (#44)

* feat: remove opening pack after click (#45)

* feat: remove pack card animation (#46)

* feat: remove animation from packs (#47)

* feat: new open pack button (#48)

* fix: less compilation

* refactor: pack page always has editionId (#49)

* feat: implement request cards as a single transaction. (#50)

* fix: build

* feat: create action to request cards (#51)

* fix: auctions cards UI layout (#52)

* feat: modal for redeemed cards (#53)

* feat: redeem pack modal

* fix: small refactor

* fix: comments fixed

* fix: refactor after comments

* feat: implement full pack size claim (#54)

* feat: modal for approve transactions explanation (#55)

* feat: added approve transaction step

* fix: comments fixed

* refactor: remove unused component

* feat: update logic of packs displaying in My Items section (#56)

* feat: Use Context to store pack state (#58)

* fix: import

* fix: styles

* fix: style variable

* fix: fetch pack state after redeem (#59)

* Merge master from foundation

* fix: packs feature flag

* feat: pack page mobile view (#57)

* fix: build

* feat: partially open pack (#62)

* feat: mobile view for claim pack modal (#63)

* feat: provide random oracle in transactions (#64)

* fix: redeemed cards list is wrong (#65)

Co-authored-by: Paul <5280742+kurpav@users.noreply.github.com>
Co-authored-by: ViacheslavMylostyvyi <gamer2forse@gmail.com>
Co-authored-by: Irina Kadushkina <69786983+ikadushkina@users.noreply.github.com>
austbot pushed a commit that referenced this issue Dec 8, 2021
* feat(packs): redeeming

* feat: add probability to cards in pack (#32)

* dummy modal component (#33)

* fix an ability to close modal (#34)

* fix: fetch editions on pack page

* fix: re-fetch data on visiting artworks page

fix: pull items page typing

fix: hide initial store modal

fix: build issues

return websockets

drop websockets

clean-up

* refactor: clean-up

* feat: remove packs from homepage (#36)

* feat: merge voucher metadata with pack (#37)

* fix: instruction chunks to optimize packs creation (#38)

* refactor: remove websockets

* fix: build

* refactor: remove unneded fetch

* fix: fetch item that is redeemed

* feat: Add limit of cards per pack (#40)

* fix: revert meta use effect

* feat: update transactions due to program changes

* fix: build and clean-up

* chore: update CHANGELOG.md

* chore: update CHANGELOG

* feat: extend pack details view with voucher (#41)

* feat: redesign pack card (#42)

* feat: updated pack card

* fix: comments fixed

* fix: packs layout on small screens (#43)

* fix: hotfix create art view card (#44)

* feat: remove opening pack after click (#45)

* feat: remove pack card animation (#46)

* feat: remove animation from packs (#47)

* feat: new open pack button (#48)

* fix: less compilation

* refactor: pack page always has editionId (#49)

* feat: implement request cards as a single transaction. (#50)

* fix: build

* feat: create action to request cards (#51)

* fix: auctions cards UI layout (#52)

* feat: modal for redeemed cards (#53)

* feat: redeem pack modal

* fix: small refactor

* fix: comments fixed

* fix: refactor after comments

* feat: implement full pack size claim (#54)

* feat: modal for approve transactions explanation (#55)

* feat: added approve transaction step

* fix: comments fixed

* refactor: remove unused component

* feat: update logic of packs displaying in My Items section (#56)

* feat: Use Context to store pack state (#58)

* fix: import

* fix: styles

* fix: style variable

* fix: fetch pack state after redeem (#59)

* Merge master from foundation

* fix: packs feature flag

* feat: pack page mobile view (#57)

* fix: build

* feat: partially open pack (#62)

* feat: mobile view for claim pack modal (#63)

* feat: provide random oracle in transactions (#64)

* fix: redeemed cards list is wrong (#65)

* feat: update pack opening resume

Co-authored-by: Paul <5280742+kurpav@users.noreply.github.com>
Co-authored-by: ViacheslavMylostyvyi <gamer2forse@gmail.com>
Co-authored-by: Irina Kadushkina <69786983+ikadushkina@users.noreply.github.com>
nikkaroraa pushed a commit to tech-guides/metaplex that referenced this issue Jan 22, 2022
* feat(packs): redeeming

* feat: add probability to cards in pack (metaplex-foundation#32)

* dummy modal component (metaplex-foundation#33)

* fix an ability to close modal (metaplex-foundation#34)

* fix: fetch editions on pack page

* fix: re-fetch data on visiting artworks page

fix: pull items page typing

fix: hide initial store modal

fix: build issues

return websockets

drop websockets

clean-up

* refactor: clean-up

* feat: remove packs from homepage (metaplex-foundation#36)

* feat: merge voucher metadata with pack (metaplex-foundation#37)

* fix: instruction chunks to optimize packs creation (metaplex-foundation#38)

* refactor: remove websockets

* fix: build

* refactor: remove unneded fetch

* fix: fetch item that is redeemed

* feat: Add limit of cards per pack (metaplex-foundation#40)

* fix: revert meta use effect

* feat: update transactions due to program changes

* fix: build and clean-up

* chore: update CHANGELOG.md

* chore: update CHANGELOG

* feat: extend pack details view with voucher (metaplex-foundation#41)

* feat: redesign pack card (metaplex-foundation#42)

* feat: updated pack card

* fix: comments fixed

* fix: packs layout on small screens (metaplex-foundation#43)

* fix: hotfix create art view card (metaplex-foundation#44)

* feat: remove opening pack after click (metaplex-foundation#45)

* feat: remove pack card animation (metaplex-foundation#46)

* feat: remove animation from packs (metaplex-foundation#47)

* feat: new open pack button (metaplex-foundation#48)

* fix: less compilation

* refactor: pack page always has editionId (metaplex-foundation#49)

* feat: implement request cards as a single transaction. (metaplex-foundation#50)

* fix: build

* feat: create action to request cards (metaplex-foundation#51)

* fix: auctions cards UI layout (metaplex-foundation#52)

* feat: modal for redeemed cards (metaplex-foundation#53)

* feat: redeem pack modal

* fix: small refactor

* fix: comments fixed

* fix: refactor after comments

* feat: implement full pack size claim (metaplex-foundation#54)

* feat: modal for approve transactions explanation (metaplex-foundation#55)

* feat: added approve transaction step

* fix: comments fixed

* refactor: remove unused component

* feat: update logic of packs displaying in My Items section (metaplex-foundation#56)

* feat: Use Context to store pack state (metaplex-foundation#58)

* fix: import

* fix: styles

* fix: style variable

* fix: fetch pack state after redeem (metaplex-foundation#59)

* Merge master from foundation

* fix: packs feature flag

* feat: pack page mobile view (metaplex-foundation#57)

* fix: build

* feat: partially open pack (metaplex-foundation#62)

* feat: mobile view for claim pack modal (metaplex-foundation#63)

* feat: provide random oracle in transactions (metaplex-foundation#64)

* fix: redeemed cards list is wrong (metaplex-foundation#65)

Co-authored-by: Paul <5280742+kurpav@users.noreply.github.com>
Co-authored-by: ViacheslavMylostyvyi <gamer2forse@gmail.com>
Co-authored-by: Irina Kadushkina <69786983+ikadushkina@users.noreply.github.com>
nikkaroraa pushed a commit to tech-guides/metaplex that referenced this issue Jan 22, 2022
* feat(packs): redeeming

* feat: add probability to cards in pack (metaplex-foundation#32)

* dummy modal component (metaplex-foundation#33)

* fix an ability to close modal (metaplex-foundation#34)

* fix: fetch editions on pack page

* fix: re-fetch data on visiting artworks page

fix: pull items page typing

fix: hide initial store modal

fix: build issues

return websockets

drop websockets

clean-up

* refactor: clean-up

* feat: remove packs from homepage (metaplex-foundation#36)

* feat: merge voucher metadata with pack (metaplex-foundation#37)

* fix: instruction chunks to optimize packs creation (metaplex-foundation#38)

* refactor: remove websockets

* fix: build

* refactor: remove unneded fetch

* fix: fetch item that is redeemed

* feat: Add limit of cards per pack (metaplex-foundation#40)

* fix: revert meta use effect

* feat: update transactions due to program changes

* fix: build and clean-up

* chore: update CHANGELOG.md

* chore: update CHANGELOG

* feat: extend pack details view with voucher (metaplex-foundation#41)

* feat: redesign pack card (metaplex-foundation#42)

* feat: updated pack card

* fix: comments fixed

* fix: packs layout on small screens (metaplex-foundation#43)

* fix: hotfix create art view card (metaplex-foundation#44)

* feat: remove opening pack after click (metaplex-foundation#45)

* feat: remove pack card animation (metaplex-foundation#46)

* feat: remove animation from packs (metaplex-foundation#47)

* feat: new open pack button (metaplex-foundation#48)

* fix: less compilation

* refactor: pack page always has editionId (metaplex-foundation#49)

* feat: implement request cards as a single transaction. (metaplex-foundation#50)

* fix: build

* feat: create action to request cards (metaplex-foundation#51)

* fix: auctions cards UI layout (metaplex-foundation#52)

* feat: modal for redeemed cards (metaplex-foundation#53)

* feat: redeem pack modal

* fix: small refactor

* fix: comments fixed

* fix: refactor after comments

* feat: implement full pack size claim (metaplex-foundation#54)

* feat: modal for approve transactions explanation (metaplex-foundation#55)

* feat: added approve transaction step

* fix: comments fixed

* refactor: remove unused component

* feat: update logic of packs displaying in My Items section (metaplex-foundation#56)

* feat: Use Context to store pack state (metaplex-foundation#58)

* fix: import

* fix: styles

* fix: style variable

* fix: fetch pack state after redeem (metaplex-foundation#59)

* Merge master from foundation

* fix: packs feature flag

* feat: pack page mobile view (metaplex-foundation#57)

* fix: build

* feat: partially open pack (metaplex-foundation#62)

* feat: mobile view for claim pack modal (metaplex-foundation#63)

* feat: provide random oracle in transactions (metaplex-foundation#64)

* fix: redeemed cards list is wrong (metaplex-foundation#65)

* feat: update pack opening resume

Co-authored-by: Paul <5280742+kurpav@users.noreply.github.com>
Co-authored-by: ViacheslavMylostyvyi <gamer2forse@gmail.com>
Co-authored-by: Irina Kadushkina <69786983+ikadushkina@users.noreply.github.com>
@scottbolasevich
Copy link

you sure those tests are still compatible For more information about an error, try rustc --explain E0308.
warning: metaplex-token-vault-test-client (bin "metaplex-token-vault-test-client") generated 73 warnings
error: could not compile metaplex-token-vault-test-client due to 23 previous errors; 73 warnings emitted

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 a pull request may close this issue.

2 participants