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

Model viewer (#220) #6

Open
wants to merge 987 commits into
base: thugsite
Choose a base branch
from
Open

Conversation

solreau
Copy link

@solreau solreau commented Aug 22, 2021

  • change mesh viewer to model-viewer

  • cleanup

  • remove adding antd, which was a mistake

Co-authored-by: Arrowana 8245419+Arrowana@users.noreply.github.com

@vercel
Copy link

vercel bot commented Aug 24, 2021

@sigaloid is attempting to deploy a commit to the thugstore Team on Vercel.

A member of the Team first needs to authorize it.

@netlify
Copy link

netlify bot commented Aug 24, 2021

✔️ Deploy Preview for boring-beaver-19133f canceled.

🔨 Explore the source changes: 999fdf5

🔍 Inspect the deploy log: https://app.netlify.com/sites/boring-beaver-19133f/deploys/616efbda6b1b7200083d9d5c

@vercel
Copy link

vercel bot commented Aug 24, 2021

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

🔍 Inspect: https://vercel.com/thugstore/metaplex/7tLfcJz2Jm53T6KtKKiXjUgfcAQh
✅ Preview: https://metaplex-git-fork-metaplex-foundation-master-thugstore.vercel.app

HZfive and others added 8 commits April 19, 2022 19:39
…2058)

* Update nft-storage.ts

Update metadata's properties.file.uri when uploading via arweave-sol (#…2052)

This should solve #2013.

* Update metadata properties.file.uri 

same error as 
Update metadata's properties.file.uri when uploading via arweave-sol (#2052)

This should solve #2013.

* Update metadata properties.file.uri 

same error as 
Update metadata's properties.file.uri when uploading via arweave-sol (#2052)

This should solve #2013.

* Update Metadata properties.file.uri

* method for set FileUri property

* Forgot to run Prettier? yes, sorry

* Update js/packages/cli/src/helpers/upload/pinata.ts

* Update pinata.ts

Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
This replaces the nft.storage uploader with one that supports "bundles"
of multiple NFTs. This greatly improves performance by avoiding rate
limits and requiring fewer signatures to authorize uploads.

See nftstorage/metaplex-auth#39 for context.

The existing `batchSize` config param is used to determine how many NFTs
to include in each bundle, with a default of 50 if no `batchSize` is
set, and a maximum of NFTBundle.MAX_ENTRIES (currently 2200).

This PR also adds an `nftStorageGateway` config option that can override
the default HTTP gateway host of `https://nftstorage.link` used in
metadata links, in case the creator has a preferred gateway.

Finally, the `files` array of the final metadata now contains two
entries for each asset file. The first entry, with `cdn = true` is an HTTP
gateway link, while the second, with `cdn = false` is an `ipfs://` URI
that can be used to locate the data using any IPFS peer or gateway. This
should add a bit of resiliency in case the primary gateway should go
down, although that will require clients that know to look for the
alternative `ipfs://` URIs.
* improve logging

* prevent bad txns

* prevent bad txns and update UI often
* Add new subcommand that returns deocded private key

* allow use of encoded priv key instead of passing filename that contains decoded priv key

* change create-key-array to decode_private_key

* make Private lowercase
* improve logging

* reduce txn size by removing unneccesary keypairs
- Previously if the name was wrong it would default to devnet.
- With this change it will use the default if nothing is specified,
  but if something is specified and not found it will throw an
  error.

Testing
- Ran it and observed passing behavior with default specified, a
  valid env specified, and observed the error thrown with an invalid
  env specified.

Co-authored-by: Michael Danenberg <danenbm@users.noreply.github.com>
@vercel
Copy link

vercel bot commented Jun 11, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
metaplex ❌ Failed (Inspect) Jul 13, 2022 at 7:58PM (UTC)

VeryCrazyDog and others added 2 commits June 10, 2022 22:02
…#2105)

* Apply asset manifest symbol validation when reading file and allow empty string symbol

* Throw TypeError instead of Error

* Fix lint error

* Default asset manifest symbol to empty string if not defined
…2135)

* Update candy-machine-v2-cli.ts

Fixing common existing issue by throwing error on incorrect env flag during call to `upload`.

Issue on display here: https://solscan.io/account/6FKvsq4ydWFci6nGq9ckbjYMtnmaqAoatz5c9XWjiDuS#solTransfers

* Fix lint

Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
* feat: bump @civic/solana-gateway-react to 0.7.0

* chore: yarn install

* fix: GatewayProvider set clusterUrl=rpcUrl

Co-authored-by: Kevin Colgan <kevin@civic.com>
* set and verify collection command

* set and verify collection all command for a hashlist

* Required options

Co-authored-by: Rodrigo Rivera <rrivem@gmail.com>
Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
* fix civicpass

* add env validation catch

* linting
* fix

* remove console.logs

* shift

* jest

* fix presale

* fix endDate

* fix

* revert to base package.json

* fix

* fix

* fix

* fix

* fix
* replace with directory

* update readme

* update readme

* update readme

* update readme

* update and add alt

* update

* remove alt

* add descriptions and improve formatting

* improve wording

* typos

* update links

* Update README.md
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.