forked from metaplex-foundation/js-deprecated
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merge upstream #2
Open
davetorbeck
wants to merge
67
commits into
holaplex:main
Choose a base branch
from
metaplex-foundation:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: add end auction transaction * feat: add unit tests and move existing
* feat: add burn token action * refactor: fix lint issues * feat: add burn token to public api * feat: add close instruction to remove empty account * test: update timeout for the failing test * test: increase timeouts for particular tests
…unt instruction (#76) * fix: restore externalPriceAccount * test: update
feat: fixup Co-authored-by: Valentine Panchin <[email protected]>
* feat: add send token action * feat: code review fixes
* fix: amount args scheme * fix: remove unused param * fix: numberOfShares scheme * fix: numberOfShares scheme, update tests
* feat: close vault action Checklist update feat: close vault action update tests fix: lint fix * fix: cr fall out removed axios and magic numbers * fix: update timeouts & vault states * fix: update close vault workflow Co-authored-by: Valentine Panchin <[email protected]>
* fix: createAuctionV2 scheme * fix: add params * fix: update tests
* feat: add createExternalPriceAccount + test * feat: add createExternalPriceAccount test updates * fix: remove console * feat: docs update * fix: clean up Co-authored-by: Valentine Panchin <[email protected]>
* feat: setStoreV2 with StoreConfig * chore: add test * fix: fix settingsUri type * fix: (store) store init config pda * fix: fix StoreConfig type Co-authored-by: austbot <[email protected]>
* feat: add instruction for redeem printing v2 bid * feat: update redeem printing v2 bid params * feat: minor refactoring * feat: add redeem printing v2 action add redeem printing v2 action and update instant sale to support it * feat: update readme * test: add test for transaction * refactor: fix formatting * refactor: fix code review comments
* chore: adding mpl contract SDK dependencies * chore: redirect all SDK contract imports to npm packages - removed `paths` config since it is no longer needed * chore: tests use installed contracts * chore: upgrade mpl-metaplex * chore: remove obsolete config, errors and some utils modules - these are now exposed via mpl-core
Move todos to TODO.md
- Also adds Issue Templates
* build: update dependencies and build config * feat: update shared actions * feat: add redeem participation bid action add the new action and do minor refactoring * refactor: fix code reveiw comments * refactor: fix code reveiew comments * refactor: fix lint issues * refactor: revert send transaction action to fix tests
This github action handles both Issues and Pull Requests in one place.
* chore: adds workspace support and yarn 3 * fix: adds missing files * fix: remove resolutions * fix: amman
* feat: makeAuction action has been added * test: run test against localhost and move vault creation inside makeAuction action * test: refactored utility actions * refactor: move utility actions to separate folder with test migration to localhost * refactor: move test localhost connection and wallet generation to separate function * refactor: test/shared/index import ordering * test: fix addTokensToVault test Co-authored-by: Tymur Biedukhin <[email protected]>
Locally, this fixes our semantic-release bug: metaplex-foundation/js#132 Previously, yarn was installing chalk@5 instead of chalk@4, a dependency of the npm package which is a dependency of semantic-release. To reproduce the error before this commit: Run `yarn install`. After dependencies finish installing, create a `node` shell and run `require('npm')`. You'll see the following error: > Error [ERR_REQUIRE_ESM]: Must use import to load ES Module To fix, I updated the yarn lockfile by removing the contents of our .yarnrc.yml file and installing using an older version of yarn. To test, I switched back .yarnrc.yml and reran the steps to reproduce which no longer triggered the error.
* fix(exports): packages and transactions * chore(gitignore): vim files
Previous PR merge didn't trigger a release due to PR title formatting metaplex-foundation/js#138
* docs: update contribution docs - CONTRIBUTION.md -> CONTRIBUTING.md - Also adds a bunch more contributing docs * ci: support changing rust programs locally
* fix: allow Master Edition max supply to be 0 * test: use familiar name * chore: fix lint issues
* fix: bump axios to patched version GHSA-74fj-2j2h-c42q * docs: add generator
* fix: github workflow for API docs publishing * docs: remove placeholder directory
* docs: initial documentation * docs: sendToken * docs: signMetadata * docs: transactions * docs: initStore * docs: cancelBid * docs: claimBid * docs: placeBid * Update src/actions/placeBid.ts Co-authored-by: Aaron Heckmann <[email protected]> * feedback from aaron implemented * docs: another whitelisted creator link * docs: burnToken Co-authored-by: Aaron Heckmann <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.