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

Merge upstream #2

Open
wants to merge 67 commits into
base: main
Choose a base branch
from
Open

Conversation

davetorbeck
Copy link

No description provided.

kurpav and others added 30 commits November 22, 2021 10:26
* 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
A `findByOwner` implementation that uses batched calls to
`getMultipleAccountsInfo` (via `Account.getInfos`) instead of
individual calls to `getProgramAccounts` per address.
…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
* 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.
kurpav and others added 30 commits December 28, 2021 18:18
* 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
- these were unexported in #131

fixes #145
* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.