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
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    ac574c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. More fixes for psds (#1046)

    * Use shuffling
    
    * Various fixes to differnet clis and battlehardening, plus a new feature to update existing candy machine objects
    
    * Forgot main cache file
    
    * Update updateFromCache.ts
    
    Co-authored-by: Austin Adams <austbot@users.noreply.github.com>
    bhgames and austbot authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    e75bcf9 View commit details
    Browse the repository at this point in the history
  2. gh actions: always run required workflows (#1054)

    Otherwise pull requests become stuck when the workflow does not run but is
    configured as required.
    aheckmann authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    4648de0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfdc762 View commit details
    Browse the repository at this point in the history
  4. Shuffler (#1056)

    bhgames authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    cbb590d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Fixed 'html' nft styles, made stuff better, and added the symbol field (

    #873)
    
    * Fixed a shit ton of stuff
    
    * fixed ENV
    
    * removed code duplication
    
    * Update js/packages/web/src/components/ArtContent/index.tsx
    
    Co-authored-by: Michael <sebastiyan.michael@outlook.com>
    
    * Fix everything and lint fix too :)
    
    * add styled
    
    Co-authored-by: Michael <sebastiyan.michael@outlook.com>
    stegaBOB and zaxozhu authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    8f2c8bc View commit details
    Browse the repository at this point in the history
  2. chore: integration test examples (#1052)

    * test: setup connect-wallet flow
    
    * test: connect and fund wallet utils
    
    * text: redirect requests to mainnet-beta to localnet
    
    * chore: script to build and deploy all metaplex programs
    
    * utils: log more connected wallet info
    
    * test: init store initiating
    
    - does not go through
    
    * Revert "chore: script to build and deploy all metaplex programs"
    
    This reverts commit 54ef01e.
    
    - no longer needed as we are pulling in full test-validator setup next
    
    * chore: adding test-validator setup
    
    - pre-deploys metaplex programs and adds a store owner + 2 creators
    
    * conn: localhost support via network search param
    
    - localhost can now be configured via a URL param which is sufficient
      for testing
    - this local option is not exposed to the user as part of the selector
      dropdown
    - `endpointParam/maybeEndpoint` dance has been simplified by using
      proper types, i.e. the extra `endpoinParam` var is no longer needed
    
    * components: adding hash query link and using it in navbar
    
    - the stock `<Link>` looses the search query that is behind `#/`, i.e.
      `http://localhost:3000/#/artworks?network=localhost&store=A15Y2eoMNGeX4516TYTaaMErwabCrf9AB9mrzFohdQJz`
    - however the store for instance is queried on route changes which means
      we need to keep the query param around
    - so far the nav bar links were fixed that way
    
    * userbadge: preserving hash query for local links
    
    * settings: prefering hash query for view profile link
    
    * test: completing/fixing setup scripts
    
    * chore: convert setup to typescript
    
    * setup: add common keypairs
    
    * setup: deriving addresses from one source of truth
    
    * admin: preserve hash for 'Go to initialize'
    
    * setup: optimized test validator startup
    
    * cy: separate wallet init scripts
    
    * cy: init test uses different store owner each time
    
    * init-store: pushing history /admin including location hash
    
    * cy: succesfully running init-store
    
    * common: adding benchmarking tool `timeStart`
    
    * common: benchmarking async actions for loadAccounts and meta
    
    * bench: accounts logging time it takes for account update sub to fulfill
    
    * fix: click-to-copy invalid svg/react properties
    
    * fix: wallet invalid svg/react properties
    
    * cy: complete init-store happy path test
    
    * cy: reorg tests and adding todo cases
    
    * setup: move ledger logic to utils to reuse
    
    * chore: utils/fixtures to stub out coingecko requests
    
    - this speeds up tests and is one step towards running all locally
    
    * chore: util to stub out loading solana token list
    
    * test: activating local coingecko and token list for all tests
    
    * tests: improved finding init store button to click
    
    * chore: disable webpack hotreload while tests are running
    
    * tests: proper test hook isolation
    
    * chore: tests and script reorg
    
    * chore: upgrade phan-wallet-mock dep
    
    * chore: fix include TS folders
    
    * test: utils adding ensure funded store method
    
    * test: add creators success test
    
    * chore: fix TS compile error
    
    * chore: remove obsolete cy commands
    
    * chore: test utils code cleanup
    
    * docs: adding detailed readme
    
    * fix: remove obsolete import
    thlorenz authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    f464a89 View commit details
    Browse the repository at this point in the history
  3. github: add build workflow (#1069)

    This replaces the vercel metaplex-web CI step which
    depended on the build-CI-without-gumdrop package script and
    introduces the build-web script targeted specifically for
    building the web project on Vercel.
    aheckmann authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    17f9c8f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    19b405a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. use correct share value for creators (#804)

    * use correct share value for creators
    
    * update CHANGELOG.md
    
    * Update useCreators.ts
    
    * changed creator reduce to map
    
    Co-authored-by: Austin Adams <austbot@users.noreply.github.com>
    yamijuan and austbot authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    4546cf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    311c5d8 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    austbot authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    e1e0901 View commit details
    Browse the repository at this point in the history
  4. Adds a store v2 init implementatioin that allows a uri to point to an…

    … off chain settings resource (#1094)
    
    * Adds a store v2 init implementatioin that allows a uri to point to an off chain settings resource
    
    * adds more tests
    austbot authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    59ab126 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Revert "chore: integration test examples (#1052)" (#1124)

    This reverts commit f464a89.
    
    Reverting in order to undo changes to query string preservation which
    caused links to break in some instances.
    thlorenz authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    3e0f32e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Fixed #724: Metaplex logo not visible in the readme (#1060)

    Updated image url to use repository local file.
    Added black background
    ptisserand authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    96b283b View commit details
    Browse the repository at this point in the history
  2. feat: NFT Pack Opening (#1103)

    * 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>
    4 people authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    bbb615a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    972a215 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    9e20647 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3721871 View commit details
    Browse the repository at this point in the history
  3. fixes #1044 (#1151)

    stegaBOB authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    6b9279a View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    austbot authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    b689af6 View commit details
    Browse the repository at this point in the history
  5. fix: fixed fully opened pack (#1134)

    * fix: fixed fully opened pack
    
    * fix: fixed comments
    
    * fix: remove default proving process
    
    Co-authored-by: Irina <ikadushkina@techflower.io>
    irina-dev-11 and Irina authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    5718e1d View commit details
    Browse the repository at this point in the history
  6. feat: partially opened pack redemption (#1130)

    * 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>
    4 people authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    5ce1d4a View commit details
    Browse the repository at this point in the history
  7. General issues (#1147)

    * fix padding on art selection modal
    
    * fixed amount selection on instant sale
    
    * redirect and reload to home when creating an auction
    
    * changelog
    yamijuan authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    91acd02 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b18aab1 View commit details
    Browse the repository at this point in the history
  9. duplicate declaration of randomOracle (#1158)

    The duplicate declaration of  `randomOracle: StringPublicKey;` is causing issues with yarn build
    MarkSackerberg authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    82413d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. feat: update redeem modal layout on packs (#1156)

    * feat: update redeem modal layout on packs
    
    * fix: build
    
    * fix: build
    zaxozhu authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    4766d76 View commit details
    Browse the repository at this point in the history
  2. refactor: update packs context (#1163)

    * feat: update redeem modal layout on packs
    
    * fix: build
    
    * fix: build
    
    * refactor: update packs context
    
    * Change exports
    * Fetch actual proving process before a pack opening
    * Fetch final proving process as soon as claim ends
    
    * Revert "feat: update redeem modal layout on packs"
    
    This reverts commit 7ee43c0.
    
    * fix: build
    
    * fix: build
    zaxozhu authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    120f4a2 View commit details
    Browse the repository at this point in the history
  3. fix: redirect to my items after pack creation (#1168)

    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * fix: redirect to my items after pack creation
    
    Co-authored-by: Irina <ikadushkina@techflower.io>
    irina-dev-11 and Irina authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    bec7a14 View commit details
    Browse the repository at this point in the history
  4. fix: added image placeholder (#1159)

    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * fix: added image placeholder
    
    Co-authored-by: Irina <ikadushkina@techflower.io>
    irina-dev-11 and Irina authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    817e2d0 View commit details
    Browse the repository at this point in the history
  5. Mobile layout header (#1131)

    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * feat: mobile header
    
    * fix: added mobile navbar component
    
    * fix: small fix
    
    Co-authored-by: Irina <ikadushkina@techflower.io>
    irina-dev-11 and Irina authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    1bc02fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fdbce7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea43243 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. feat: auction view for NFT packs (#1160)

    * feat: auction view for NFT packs
    
    * code improvement
    
    * fix files for yarn build
    ViacheslavMylostyvyi authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    338954a View commit details
    Browse the repository at this point in the history
  2. refactor: pack hooks (#1174)

    * Revisit pack hooks.
    * Simplify useItems
    * Optimize number of loops
    * Export types from shared place
    zaxozhu authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    096666b View commit details
    Browse the repository at this point in the history
  3. fix: fixed broken image (#1175)

    * Update CHANGELOG.md
    
    * fix: fixed broken images
    
    * fix: updated useEffect
    
    Co-authored-by: Irina <ikadushkina@techflower.io>
    irina-dev-11 and Irina authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    b776061 View commit details
    Browse the repository at this point in the history
  4. feat: pull user metadata while opening a pack (#1177)

    * feat: pull user metadata while opening a pack
    
    * feat: show loading animation
    
    * fix: remove log
    zaxozhu authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    8ebdd2b View commit details
    Browse the repository at this point in the history
  5. fix: added space for scrolling (#1176)

    Co-authored-by: Irina <ikadushkina@techflower.io>
    irina-dev-11 and Irina authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    c62189a View commit details
    Browse the repository at this point in the history
  6. show funds modal issue when buying sale without enough balance (#1173)

    * Refresh button loads token accounts with dropdown for all metadata
    
    * show funds modal issue when buying sale without enough balance
    
    * fixed refresh button style
    
    * changelog
    
    * small refactor
    
    Co-authored-by: Austin Adams <austbot@users.noreply.github.com>
    yamijuan and austbot authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    e5374c2 View commit details
    Browse the repository at this point in the history
  7. Update README.md (#1164)

    Typo
    emersonthis authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    ca5550b View commit details
    Browse the repository at this point in the history
  8. native sol bundles (#1172)

    * Compile to ES2019 instead of ES5, this is late 2021
    
    * feat(candy-cli): add native arweave bundle upload
    
    refactor(candy-cli): refactor upload command
    
    * fixup: --arweave-jwk
    
    * fixup: rename arweave-native to arweave-bundle
    
    * fixup: eslint
    
    * fixup: continue support of legacy cache filenames for now
    
    * fixup: BUNDLE_SIZE_BYTE_LIMIT
    
    * fixup: fix getBundleRange should increment total after size check
    
    * fixup: clarify BundleRange
    
    * fixup: arweave-jwk
    
    * fixup: add arweave path manifest
    
    * fixup: legacy upload methods wallet/progam load + log every 1% ...
    
    * debug
    
    * fixup: proper arweave manifest, re-enable upload
    
    * fixup: account for arweave path manifest byte size in bundle size computation
    
    * fixup: clarify bundle size byte limit
    
    * fixup: MB as mebibytes
    
    * fixup: update arbundles library
    
    * WIP SOl bundles
    
    * Fixing arbundles
    
    * Integratin old parrarlelization
    
    * Integratin old batchSize
    
    * remove debug messages
    
    * check
    
    * Make things nicer: Show cost in sol, split limit for individual
    
    * Fixed issue I think
    
    * fix verify and filter types
    
    * remove serum and solana because they will rate limit heavily
    
    * only support images :(
    
    * fix aarons comments
    
    * fix aarons comments
    
    * Update js/packages/cli/src/candy-machine-cli.ts
    
    Co-authored-by: Aaron Heckmann <aaron.heckmann+github@gmail.com>
    
    * Update js/packages/cli/src/candy-machine-cli.ts
    
    Co-authored-by: Aaron Heckmann <aaron.heckmann+github@gmail.com>
    
    * Update js/packages/cli/src/candy-machine-cli.ts
    
    Co-authored-by: Aaron Heckmann <aaron.heckmann+github@gmail.com>
    
    * Fixup file type check
    
    * more fixes
    
    Co-authored-by: Crypto Sheik <93099369+0xCryptoSheik@users.noreply.github.com>
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    Co-authored-by: Aaron Heckmann <aaron.heckmann+github@gmail.com>
    4 people authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    c3a9024 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. added fix for json.json error (#1194)

    * added fix for json.json error
    
    * Update .gitignore
    amarjeet987 authored Dec 12, 2021
    Configuration menu
    Copy the full SHA
    572bcf0 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. fix: added loading for create pack button (#1196)

    Co-authored-by: Irina <ikadushkina@techflower.io>
    irina-dev-11 and Irina authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    d26e15c View commit details
    Browse the repository at this point in the history
  2. feat: validations at pack creation (#1178)

    * feat: validations at pack creation
    
    * code improvement
    ViacheslavMylostyvyi authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    c4f8295 View commit details
    Browse the repository at this point in the history
  3. fix: fixed modal layout (#1197)

    Co-authored-by: Irina <ikadushkina@techflower.io>
    irina-dev-11 and Irina authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    0aadf14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5073ee View commit details
    Browse the repository at this point in the history
  5. s/arweave-bundl/arweave-bundle/ (#1182)

    This PR fixes the spelling of the Arweave Bundle option in the CLI's documentation.
    steveluscher authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    aad2551 View commit details
    Browse the repository at this point in the history
  6. feat: Hide NFTs in background while pack is opened (#1185)

    * feat: Hide NFTs in background while pack is opened
    
    * feat: set initial data on pack context
    zaxozhu authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    2deaf4d View commit details
    Browse the repository at this point in the history
  7. fix: big pack opening (#1198)

    * fix: big pack opening
    
    * fix: use pack uri
    
    * fix: build
    
    * fix: pack resume
    
    * fix: add minimal modal height
    zaxozhu authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    2252699 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    04f0a44 View commit details
    Browse the repository at this point in the history
  2. moved stale bot to workflows (#1209)

    * moved stale yml to workflows
    
    * urg
    stegaBOB authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    9a2530a View commit details
    Browse the repository at this point in the history
  3. fix: fixed uploading step (#1200)

    Co-authored-by: Irina <ikadushkina@techflower.io>
    irina-dev-11 and Irina authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    97b8042 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b058f49 View commit details
    Browse the repository at this point in the history
  5. New candy machine (#1203)

    * Candy Machine v2
    
    * add
    
    * Split into components and added Identity Badge
    
    * Working on candy machine
    
    * Latest
    
    * Added single use gatekeeper support
    
    * Added explicit crate usage syntax
    
    * Bunch of changes to get minting working
    
    * Work on whitelist mint settings
    
    * Added examples, got whitelists working.
    
    * end settings working
    
    * Hidden sedttgings.
    
    * Its worrrkkkinnggg
    
    * Added last instruction check.
    
    * Hacked up the fair launch to make it work as a new minter. Also wired up some stuff.
    
    * Civic react componet works on ignite (#1191)
    
    * Working on rpcs
    
    * Hooking it up
    
    * Base minting works with v2.
    
    * Minor fix to searching for open spots
    
    * All working
    
    * Fix ids
    
    * Hide things needing hiding
    
    * Some fixes to the candy machine verify
    
    * Fix bgu where max amount of random number shrinks as items redeemed grows, from older design.
    
    * Fix retry minting
    
    * Fixed civic popup (#1207)
    
    * fix build
    
    * fix verify
    
    * fixing types
    
    * (chore) fixe Jest Global Types - Fix mismatch test
    
    * (chore) fix yarn build
    
    * (chore) fix yarn build
    
    * (chore) change default storage in example and v1
    
    Co-authored-by: Brett Etter <brett.etter@identity.org>
    Co-authored-by: Brett Etter <bbetter9101@gmail.com>
    Co-authored-by: austbot <me@austbot.com>
    4 people authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    d6fd7f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4b142f View commit details
    Browse the repository at this point in the history
  7. fix: pack state issues (#1217)

    Fix pack opening wasn failing after the manual page refresh.
    zaxozhu authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    cadd8ff View commit details
    Browse the repository at this point in the history
  8. Fix minting for token based mints (#1219)

    * Fix minting for token based mints
    
    * Fix for uploads
    bhgames authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    56de262 View commit details
    Browse the repository at this point in the history
  9. Couple fixes (#1221)

    bhgames authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    96a7823 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c1f968f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. fix: metadata fixes for packs (#1224)

    * fix: metadata fixes for packs
    
    * Fix preview images are broken on pack creation page
    * Extract metadata loading from update method in meta.tsx. Use separate useEffect to fetch metadata on token accounts or route page change.
    
    * fix: back btn
    zaxozhu authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    3aa4158 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74b968f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Fix minting 3 (#1233)

    * Couple fixes
    
    * A better check for bad actors.
    bhgames authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    bb73e50 View commit details
    Browse the repository at this point in the history
  2. fixes #1242 (#1243)

    stegaBOB authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    1ae0127 View commit details
    Browse the repository at this point in the history
  3. Fix old uploader. (#1246)

    bhgames authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    f001592 View commit details
    Browse the repository at this point in the history
  4. Update civic (#1245)

    bhgames authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    fd442e9 View commit details
    Browse the repository at this point in the history
  5. Fix expectedImagePath to be the same as the index of the metadata file (

    #1078)
    
    Co-authored-by: Fernando Otero <fernando.otero@metaplex.com>
    Co-authored-by: Austin Adams <austbot@users.noreply.github.com>
    3 people authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    d502b0f View commit details
    Browse the repository at this point in the history
  6. Fix arweave upload (#1247)

    * Fix old uploader.
    
    * Forgot to use the right index
    bhgames authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    b4cea83 View commit details
    Browse the repository at this point in the history
  7. Fix arweave upload (#1248)

    * Fix old uploader.
    
    * Forgot to use the right index
    
    * Some more fixes
    
    Co-authored-by: Austin Adams <austbot@users.noreply.github.com>
    bhgames and austbot authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    45ec1be View commit details
    Browse the repository at this point in the history
  8. Fix arweave upload (#1249)

    * Fix old uploader.
    
    * Forgot to use the right index
    
    * Some more fixes
    
    * retries
    
    Co-authored-by: Austin Adams <austbot@users.noreply.github.com>
    bhgames and austbot authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    d24e9bd View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. Fix arweave upload (#1255)

    * Fix old uploader.
    
    * Forgot to use the right index
    
    * Some more fixes
    
    * retries
    
    * Another fix for uploader.
    
    Co-authored-by: Austin Adams <austbot@users.noreply.github.com>
    bhgames and austbot authored Dec 19, 2021
    Configuration menu
    Copy the full SHA
    8a11759 View commit details
    Browse the repository at this point in the history
  2. Token entangler UI (#1220)

    * Initial implementation
    
    * Fix error compilation: comment unused files
    
    * Add disable option for send button in show and swap
    
    It will be enabled if two mint are written or only the entanglerPair
    
    * Fix conflict
    
    * Add disable optioin for entangle button
    
    * Add wizard component to search mints
    
    * Fix conflicts
    
    * Refactor
    
    * Implement wizard search
    
    * Add swap button to wizard
    
    * Add progress
    
    * Cleanup
    
    * Remove log
    
    * Show search result
    
    * Disabling button and showing alert if there is not whitelist env variable
    
    * remove unused packages
    
    * Show search results with a mui card
    
    * Fix label
    
    * Fix label
    
    * Fix color in header in darkmode and add more alerts
    
    * bold the env var
    
    * Use card tho show info in Show and Search
    
    * Fix
    
    * Fix
    
    * Fix type
    
    * Fix: change error handling in cath
    
    Error is showed in console instead of storing it in a state variable.
    
    * fix: restore typescript package
    
    Co-authored-by: curibe <uribeleon@gmail.com>
    jdcaballerov and curibe authored Dec 19, 2021
    Configuration menu
    Copy the full SHA
    ae698c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    9cf2b0d View commit details
    Browse the repository at this point in the history
  2. Fix upload command error when no cache items present (#1266)

    Restores the check removed on #1255 that handles a missing or
    empty cache file.
    candymandev authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    e85bb11 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Fixes the speed movement for going backwards in cmv2 (#1277)

    * Fixes the speed movement for going backwards in cmv2
    
    * Remove parenthesis
    bhgames authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    0871d91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86a3bb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ad311a View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Bunch of fixes for entangler (#1283)

    * Bunch of fixes for entangler
    
    * Add react scripts
    
    * add anchor
    
    * Remove unneeded file
    
    * fix txns
    
    * siwtch ts config
    
    * return to old
    
    * more ficxes
    
    * Extgend borsh
    
    * Remove fetch check from verify for now, more false negatives than useful
    
    * fix linting issues
    
    Co-authored-by: Samuel Vanderwaal <samuel.vanderwaal@gmail.com>
    bhgames and samuelvanderwaal authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    11c641c View commit details
    Browse the repository at this point in the history
  2. Missing letter (#1257)

    Adding a missing letter in a console log
    vdusart authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    12e499e View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Configuration menu
    Copy the full SHA
    6553586 View commit details
    Browse the repository at this point in the history
  2. [CLI] Yarn Build is failing (#1304)

    * Yarn build kept failing. Cleaning up issues yarn was complaining about once it could build.
    
    * Fixing additional issues
    
    Co-authored-by: Will Roeder <will@metaplex.com>
    roederw and Will Roeder authored Dec 24, 2021
    Configuration menu
    Copy the full SHA
    f22aea8 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Fix image.extension not being replaced with upload link (#1309)

    * fixed image.png not changing
    
    * fix eslint
    stegaBOB authored Dec 28, 2021
    Configuration menu
    Copy the full SHA
    4f835f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. Configuration menu
    Copy the full SHA
    e9ef376 View commit details
    Browse the repository at this point in the history
  2. 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).
    APTy authored Jan 1, 2022
    Configuration menu
    Copy the full SHA
    431fdc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    5b0a688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bdc88f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. 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>
    jordaaash and Will Roeder authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    8462a0a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. 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>
    roederw and stegaBOB authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    327a59e View commit details
    Browse the repository at this point in the history
  2. fixed yaml file (#1400)

    stegaBOB authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    fc63251 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Fixed stale actions (#1410)

    * Fixed stale actions
    
    * Update action.yml
    
    * Update action.yml
    stegaBOB authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    6d9389b View commit details
    Browse the repository at this point in the history
  2. Update action.yml (#1411)

    stegaBOB authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    6ed2c18 View commit details
    Browse the repository at this point in the history
  3. Deprecated cmv1 (#1420)

    bhgames authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    375acd5 View commit details
    Browse the repository at this point in the history
  4. Update lib.rs (#1434)

    austbot authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    4ddc13e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Update README.md (#1441)

    stegaBOB authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    c67ded7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca50e1b View commit details
    Browse the repository at this point in the history
  3. Merge Release/v1.1.0 to Fix Existing Issues in Master Branch (#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 (#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>
    17 people authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    69311f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Enabled presale mints (#1456)

    febo authored Jan 8, 2022
    Configuration menu
    Copy the full SHA
    43ab97a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    71d338c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. chore: deprecating rust folder (#1482)

    * chore: deprecate rust folder + add readme with explanation
    
    * ci: removing rust specific gh workflow and actions
    thlorenz authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    786cfe4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7551fbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5db97ad View commit details
    Browse the repository at this point in the history
  4. fix (#1486)

    stegaBOB authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    a155a3c View commit details
    Browse the repository at this point in the history
  5. Increased stale issue workflow operations (#1476)

    Increased operations per run from 100 to 500 since we have too many issues to parse with just 100 operations at this time
    stegaBOB authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    29a9eeb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1513909 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9865a0a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Improve error message (#1404)

    * Improve error message
    
    Without this, you get:
    ```
    TypeError: Cannot read properties of undefined (reading '_bn')
    ```
    
    * Optional Chaining
    
    Makes sure the correct error is thrown
    
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    smoelius and stegaBOB authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    3071b4e View commit details
    Browse the repository at this point in the history
  2. Improved test script (#1503)

    febo authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    b1058bd View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Upgraded test script (#1522)

    * upgrade test script
    
    * Merge remote-tracking branch 'upstream/master'
    
    * fix error in script
    
    * fixed test script
    stegaBOB authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    a0585a4 View commit details
    Browse the repository at this point in the history
  2. Doc: wording (#1518)

    stav authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    1d2ab24 View commit details
    Browse the repository at this point in the history
  3. Make offline keypair option not required (#1525)

    * upgrade test script
    
    * Merge remote-tracking branch 'upstream/master'
    
    * fix error in script
    
    * fixed test script
    
    * removed required keypair from commands
    stegaBOB authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    6716ca7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24db408 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. (feat) bring in part of 1.1.0 spec upgrade (#1508)

    * (feat) bring it part of 1.1.0 spec upgrade
    
    * Adds Show, and Collection Linking
    
    * Fixing dependencies
    
    * Added a fix where show wasn't looking at a Metadata PDA to get info
    
    Co-authored-by: Will Roeder <roederw@outlook.com>
    austbot and roederw authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    377593b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Make bundlr upload (arweave-sol) retry instead of ungraceful fail (#1500

    )
    
    * Make bundlr upload arweave-sol retry instead of ungracful fail
    
    * Remove useless logs (less code === better)
    goriunov authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b69c990 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Fix verify command (#1540)

    goriunov authored Jan 15, 2022
    Configuration menu
    Copy the full SHA
    1b57faf View commit details
    Browse the repository at this point in the history
  2. chore: fix README (#1535)

    fix typo
    CHAOWEICHIU authored Jan 15, 2022
    Configuration menu
    Copy the full SHA
    149f6eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad15db4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89716fb View commit details
    Browse the repository at this point in the history
  5. Added edition number option to minting art (#1552)

    * Added edition number option to minting art
    
    * allow minting action even if supply is max
    yamijuan authored Jan 15, 2022
    Configuration menu
    Copy the full SHA
    0c41458 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Configuration menu
    Copy the full SHA
    2560191 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Candy Machine UI: isActive didn't consider endSettings, because it is…

    … under the "data" struct (#1571)
    cosimo-rip authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    a114dc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7437609 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Update action.yml (#1582)

    stegaBOB authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    28a2229 View commit details
    Browse the repository at this point in the history
  2. Update action.yml (#1583)

    stegaBOB authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    c84dad4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c76043 View commit details
    Browse the repository at this point in the history
  4. Update ARCHITECTURE.md (#1569)

    * Update ARCHITECTURE.md
    
    Adding correct link to instruction set for the token metadata contract
    
    * Update ARCHITECTURE.md
    
    Co-authored-by: Samuel Vanderwaal <samuel.vanderwaal@gmail.com>
    moflo and samuelvanderwaal authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    8430439 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Add SMS to gumdrop and reduce claim transaction size (#1079)

    * gumdrop: group log files in subdirectory
    
    - use keypair publickey and then fs.mkdtemp for resend-only requests
    
    * gumdrop: point SNS to region that supports SMS and fix message
    
    - need a better way to manage AWS configs but this seems to work after
      provisioning an origination number
    
    * gumdrop: add SMS capability to OTP lambda
    
    - need to plumb through more information in claim
    
    * gumdrop: simplify discord distribution
    
    - Use the UserManager instead of going through an intermediate guild
      step. Probably more expensive in terms of calls but a simpler workflow
      (fewer params)
    
    * gumdrop: remove redundant commSource field on web frontend
    
    - It's not exposed by the CLI and the AWS policy expects a constant
      value
    
    * gumdrop: default claim to email for some backwards compatibility
    
    * gumdrop: make web-home configurable and point to different gh-pages
    
    * gumdrop: add sms to web front-end and fix names
    
    * gumdrop: remove `ses` qualifier from access keys
    
    - used for `sns` now also and `ses` is not part of the distribution
      method name anymore so to reduce confusion...
    
    * gumdrop: rename otp options to enable/disable
    
    * gumdrop: update about page and fix example
    
    - point to metaplex docs use some wording from there
    
    * gumdrop: split claim setup to separate transaction
    
    - the setup requires no additional temporal verification and doesn't
      reveal anything about the gumdrop secrets
    - still limited by large number of accounts required for candy machine
      / metadata program
    
    * gumdrop: fix metaplex docs link
    
    * gumdrop: loop over claim transactions correctly
    
    Co-authored-by: Lawrence Wu <lawrencejwu@gmail.com>
    Co-authored-by: Sarah Strange <strange1120@gmail.com>
    3 people authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    7273822 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09b9ab8 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    b81efda View commit details
    Browse the repository at this point in the history
  2. Allowing claim, end and reclaim without enough balance (#1575)

    * fixing secondary market place
    
    * fixing conflicts
    
    * fixing conflicts
    
    * fixing conflicts
    
    * fixing conflicts
    
    Co-authored-by: Kevin Guevara <kevin@monadical.com>
    kevdevg and kevdevg authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    5697786 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eb0f05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62590f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21ec68e View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Update README, remove broken bin and 'pkg' (#1622)

    README is currently out of date with instructions from when Candy
    Machine V1 was the only option. Point users to the official docs,
    remove 'pkg' for now since it's broken currently.
    
    - Remove 'pkg' from development deps
    - Remove 'bin' setting in package.json
    - Update README to point to official docs
    - Replace outdated docs at the bottom of the page with basic
      build, lint, test instructions
    
    See: #1419
    schwarzbi3r authored Jan 22, 2022
    Configuration menu
    Copy the full SHA
    856702f View commit details
    Browse the repository at this point in the history
  2. Misspells (#1604)

    Misspells
    thanga-baf authored Jan 22, 2022
    Configuration menu
    Copy the full SHA
    b884da3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    f1c466c View commit details
    Browse the repository at this point in the history
  2. check if goLiveDate is not null (#1617)

    getCandyMachineState failed when `goLiveDate ` was not set
    halaprix authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    e5d342a View commit details
    Browse the repository at this point in the history
  3. fix type errors in antd and mime dependencies (#1599)

    * update antd to ^4.18.4 and remove deprecated field
    
    * fix type error by depending on @types/mime
    
    * regenerate yarn.lock
    yusefnapora authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    04d3eb9 View commit details
    Browse the repository at this point in the history
  4. Feature/add nft storage (#1512)

    * FEAT: add nft-storage upload.
    
    * FEAT: add nftStorageKey in example config.json
    
    * FEAT: 파일에 포함 제거.
    kjaylee authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    5e1505c View commit details
    Browse the repository at this point in the history
  5. bump bundlr package to v0.5.9 (#1654)

    * bump bundlr package to v0.5.8
    
    * bump bunldr version again
    samuelvanderwaal authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    76e2d86 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. feat: add max supply and verify creators options to nft cli (#1607)

    * feat: add max supply and verify creators options to nft cli
    
    * refactor: change no verify creators to optional flag disabling creator verification
    
    * fix: types for verify creators on mint-nft command
    jon-nona authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    428fd77 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. fixed update_existing_nfts_from_latest_cache_file in cm v2 (#1527)

    * derived the first creator of the mint for meta lookup
    
    * updated with `deriveCandyMachineV2ProgramAddress`
    halaprix authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    0a9c574 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    512549c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    411ded0 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    25dbc68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    511da60 View commit details
    Browse the repository at this point in the history
  3. Clarification & Spelling Correction (Gumdrop Readme) (#1676)

    * Clarification & Spelling Correction
    
    * Fixed docs link
    
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    irs-team and stegaBOB authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    5413c25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9877916 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    48c492d View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Fix update from latest (#1698)

    Co-authored-by: Austin Adams <austbot@users.noreply.github.com>
    bhgames and austbot authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    e5e3121 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    c99c92e View commit details
    Browse the repository at this point in the history
  2. Replace devnet public RPC cluster (#1704)

    * Replace public RPC cluster
    
    * Update .env.example
    
    * Update ConnectionContext.tsx
    
    * Update ConnectionContext.tsx
    
    * fix dead link
    stegaBOB authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    634d848 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ab5279 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cec7c49 View commit details
    Browse the repository at this point in the history
  5. added 1st verified creator to show (#1610)

    * added 1st creator to `show`
    
    * change cm address to const
    
    * using `deriveCandyMachineV2ProgramAddress` in `show`
    halaprix authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    0eb66a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71ef4d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. fix: Prevent number of hooks from changing in user badge component (#…

    …1075)
    
    Co-authored-by: steveluscher <github@steveluscher.com>
    steveluscher and steveluscher authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    fc2239a View commit details
    Browse the repository at this point in the history
  2. enhancement: Fetch prices in parallel (#1087)

    Co-authored-by: steveluscher <github@steveluscher.com>
    steveluscher and steveluscher authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    20fc042 View commit details
    Browse the repository at this point in the history
  3. enhancement: Fetch the token list once on startup; save folks 200K (#…

    …1086)
    
    * enhancement: Fetch the token list once on startup
    
    * potentially fix build issue somehow??
    
    Co-authored-by: steveluscher <github@steveluscher.com>
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    3 people authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    4af1912 View commit details
    Browse the repository at this point in the history
  4. fixing selector nft modal (#1664)

    Co-authored-by: Kevin Guevara <kevin@monadical.com>
    kevdevg and kevdevg authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    fdeaa3e View commit details
    Browse the repository at this point in the history
  5. Update Dockerfile (#1666)

    Fix for Docker file faild
    umanda authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    cae4e08 View commit details
    Browse the repository at this point in the history
  6. Eliminate type confusion by using actual return type of getTokenListC…

    …ontainerPromise (#1728)
    
    Co-authored-by: steveluscher <github@steveluscher.com>
    steveluscher and steveluscher authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    7af9699 View commit details
    Browse the repository at this point in the history
  7. Add mp4 (+ mov, mp3, flac, wav, glb, html) upload support in cm v2 cli (

    #1601)
    
    * verify assets
    
    * upload
    
    * Full integration
    
    * remove extra info
    
    * eslint
    
    * eslint
    
    * Add support for mov, mp3, flac, wav, glb, html
    
    * Fix "Processing asset" info
    
    * fix extensions
    
    * Move integration from commands/upload.ts to /helpers/upload/*.ts
    
    Enables bundle upload
    
    * eslint
    
    * eslint
    
    * eslint
    
    * refactor ipfs & aws
    
    * Integrate 76e2d86 changes
    
    * Integrate 5e1505c changes
    
    * add ?ext= to links
    
    * minor fixes
    
    * Tweaks to PR
    
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    guillemap and stegaBOB authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    b96e700 View commit details
    Browse the repository at this point in the history
  8. Devnet RPC fix (#1730)

    stegaBOB authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    b4d554f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    71af513 View commit details
    Browse the repository at this point in the history
  2. Revert "add temporary working devnet RPC (#1741)" (#1742)

    This reverts commit 71af513.
    stegaBOB authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    6ad19e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3c4580 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Respect chosen cluster when fetching tokens (take 2) (#1731)

    * Rename mainnetTokens as subscribedTokens
    
    * Use tokens from connection's cluster instead of hardcoded mainnet-beta
    oboxodo authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    5261cdf View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Remove art generation and improved readme (#1729)

    * Remove art generation and improved readme
    
    * remove files replace
    
    * Make upload more forgiving
    stegaBOB authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    4072643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9a4bbd View commit details
    Browse the repository at this point in the history
  3. Enable lint for React components (from steveluscher) (#1749)

    * Merging Enable lint for React component into masters
    
    * Merging Enable lint for React component into master
    
    * Reverting commit
    
    * Removed lingering eslint warnings
    
    Co-authored-by: Steven Luscher <steveluscher@users.noreply.github.com>
    roederw and steveluscher authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    f5c971f View commit details
    Browse the repository at this point in the history
  4. Added withdraw and withdraw_all options (#1754)

    * Added withdraw and withdraw_all options
    
    * Fixed logging
    
    * Updated test file
    
    * Removed unecessary console
    
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    stanleycyang and stegaBOB authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    4c1fb54 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. fix version (#1776)

    stegaBOB authored Feb 12, 2022
    Configuration menu
    Copy the full SHA
    9ddf704 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Formatting and linting (#1778)

    * update lockfile
    
    * fix/lint
    
    * fix bs
    
    * make linting more strict
    stegaBOB authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    6acaa2a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Added whitelist + endSettings UI elements (#1770)

    * Added whitelist + endSettings UI elements
    
    * Added manual refresh after an error
    
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    febo and stegaBOB authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    4c3d98d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2788db View commit details
    Browse the repository at this point in the history
  3. fix lerna problem (#1792)

    stegaBOB authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    40ab295 View commit details
    Browse the repository at this point in the history
  4. fix #1773 (#1791)

    stegaBOB authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    cc98848 View commit details
    Browse the repository at this point in the history
  5. Replace PR #1769 (#1793)

    stegaBOB authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    ce8ad53 View commit details
    Browse the repository at this point in the history
  6. Fix ci to install node modules in non lerna packages (#1795)

    * add lockfile and fix workflow
    
    * add run hook
    
    * update lockfile
    stegaBOB authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    61bf275 View commit details
    Browse the repository at this point in the history
  7. New Token Metadata Standard 1.1.0 v2 migration (#1663)

    * adding metadata v2 to web
    
    * METADATAV2 approach
    
    * remove unused file
    
    * Decode new MetadataV2 to allow collections to be queried
    
    * llint build
    
    * fix candymachine ui build
    
    * linting
    
    * fix build
    
    Co-authored-by: Kevin Guevara <kevin@monadical.com>
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    3 people authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    807935e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Fix claiming button issues (#1816)

    * fix selector style
    
    * fix claiming button issues
    
    * fix art selector
    yamijuan authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    c6ebaf9 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    c10e4d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Candy Machine CLI Improvements (#1805)

    * replace image with index in bundle
    
    * Improve test script significantly
    
    * async everything
    
    * Fix overrun buffer
    
    * Remove arweave async and make rate limits harder
    
    * fix #1804
    
    * make default rate limit more strict
    
    * improved test script even more
    
    * remove grep
    stegaBOB authored Feb 21, 2022
    Configuration menu
    Copy the full SHA
    f97d367 View commit details
    Browse the repository at this point in the history
  2. fix: Changed deprecated 'randomness-oracle' usage to solana 'SlotHash…

    …' sysvar. (#1807)
    
    * fix: Changed deprecated 'randomness-oracle' usage to solana 'SlotHash' sysvar.
    
    * fix: build failures.
    
    Co-authored-by: Илья Власов <b3zrazli4n0@MacBook-Pro-Ila.local>
    bezrazli4n0 and Илья Власов authored Feb 21, 2022
    Configuration menu
    Copy the full SHA
    6c2e321 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. feat: allow nft.storage uploads without api key (#1757)

    * feat: allow nft.storage uploads without api key
    
    Also removes 100 Mib file size limit for nft.storage uploads.
    
    * fix linting
    
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    yusefnapora and stegaBOB authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    14496c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Collections UI (#1840)

    * adding metadata v2 to web
    
    * METADATAV2 approach
    
    * remove unused file
    
    * Decode new MetadataV2 to allow collections to be queried
    
    * load collections on page load
    
    * Added metadata by collection
    
    * collections view
    
    * Collections UI :D
    
    * ix serialzition
    
    * dd collections option
    
    * lint
    
    * yarn
    
    Co-authored-by: Kevin Guevara <kevin@monadical.com>
    yamijuan and kevdevg authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    56924cd View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Configuration menu
    Copy the full SHA
    dceb84b View commit details
    Browse the repository at this point in the history
  2. fix (#1854)

    stegaBOB authored Feb 26, 2022
    Configuration menu
    Copy the full SHA
    07434f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58b0186 View commit details
    Browse the repository at this point in the history
  4. Fixed displaying winning bid (#1326)

    * fix: show winning bid
    
    * fix: remove end time for instant sale
    
    Co-authored-by: Irina <ikadushkina@techflower.io>
    irina-dev-11 and Irina authored Feb 26, 2022
    Configuration menu
    Copy the full SHA
    762a9b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. linting (#1863)

    stegaBOB authored Feb 27, 2022
    Configuration menu
    Copy the full SHA
    2aa6e93 View commit details
    Browse the repository at this point in the history
  2. [cli] new command (#1787)

    * Adding a new command
    Possibility to get all the owners addresses
    
    * change the code to validate the lint
    
    * improve owner/mint command
    
    * lint
    
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    vdusart and stegaBOB authored Feb 27, 2022
    Configuration menu
    Copy the full SHA
    de79ca0 View commit details
    Browse the repository at this point in the history
  3. Adds workflow to automatically remove needs more info label (#1861)

    * yay
    
    * formatting
    
    * more fixes
    
    * bump
    
    * Update needs-information-issue.yml
    stegaBOB authored Feb 27, 2022
    Configuration menu
    Copy the full SHA
    c9b0be2 View commit details
    Browse the repository at this point in the history
  4. Fix/test script (#1866)

    * fix test script
    
    * Update run-test-v2.sh
    stegaBOB authored Feb 27, 2022
    Configuration menu
    Copy the full SHA
    93eb1b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Stability improvements for arweave upload, fix potential infinity loo…

    …p (potential money burn), improve logging (#1708)
    
    * Improve upload, add version command
    
    * Improve var name
    
    * Add arweave-bundler async upload
    
    * Add progress bar and more logs
    
    * Fix progress bar on arweave, improve logging
    
    * Improve bar increase to 20 tx per async
    
    * Use supercharge/promise-pool to parallel requets
    
    * Fix yarn add command, sync deps
    
    * Fix lint, fix deps
    
    * Make retry a debug log, use totalNFT value, remove unused deps
    
    * Fix lint
    
    * More fixes
    
    * Reduce logging for the bundler upload
    
    * devnet arweave-sol yay
    
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    goriunov and stegaBOB authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    9398049 View commit details
    Browse the repository at this point in the history
  2. fix (#1864)

    stegaBOB authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    7324f9d View commit details
    Browse the repository at this point in the history
  3. Added get_unminted_tokens command to CLI (#1873)

    * Using path to better split the manifest url
    
    * Added get_unminted_tokens command
    
    * Update js/packages/cli/src/candy-machine-v2-cli.ts
    
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    febo and stegaBOB authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    ef9a107 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Feat/collection cli (#1862)

    * collections addition!
    
    * (fix) candy machine accounts for collections
    
    * Done I think!
    
    Co-authored-by: austbot <me@austbot.com>
    stegaBOB and austbot authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    58679aa View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Configuration menu
    Copy the full SHA
    909cabe View commit details
    Browse the repository at this point in the history
  2. remove old deps (#1904)

    * remove old deps
    
    * remove peer-dependency warnings
    
    * Revert "remove peer-dependency warnings"
    
    This reverts commit 7fdc550.
    21e8 authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    bdb4b04 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Added test templates (#1922)

    febo authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    521c2ca View commit details
    Browse the repository at this point in the history
  2. Chore: fix dependency issues, cleanup, pin yarn version (#1909)

    * - enforce same yarn version
    - upgrade some dependencies
      - migrated jazzicon@1.5 to @metamask/jazzicon@2
      - migrated bundlr imports
    - remove some unused dependencies
    
    * pin yarn version by using engines field
    
    * remove the strong hand
    21e8 authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    1ec0dec View commit details
    Browse the repository at this point in the history
  3. UPDATED - Add Pinata Support (#1753)

    * cleanup from previous PR to add pinata support
    
    * made pinataGateway optional
    
    * finished refactoring of pinata upload support
    
    * fix linting
    
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    polluterofminds and stegaBOB authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    8a72f15 View commit details
    Browse the repository at this point in the history
  4. Updated NFT CLI and added create-metadata (#1925)

    * required options
    
    * update cli and include create-metadata
    
    * update yarn.lock
    
    * code style changes
    stegaBOB authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    5f7b860 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. change isMutable to null (#1932)

    updates failed as `isMutable` can only be flipped to `false`, yet `true` has been hardcoded in the command.
    halaprix authored Mar 12, 2022
    Configuration menu
    Copy the full SHA
    ccd9216 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Candy machine with collections cli/ui fix, bunch of other improvements (

    #1940)
    
    * required options
    
    * update cli and include create-metadata
    
    * update yarn.lock
    
    * code style changes
    
    * collections yay
    
    * Remove duplicate line
    stegaBOB authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    20e810b View commit details
    Browse the repository at this point in the history
  2. Default setting collection to false (#1946)

    * Default setting collection to false
    
    * Update candy-machine-v2-cli.ts
    
    * fix linting
    stegaTEST authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    6165f66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    089ef82 View commit details
    Browse the repository at this point in the history
  4. Candy config script! (#1938)

    * required options
    
    * update cli and include create-metadata
    
    * update yarn.lock
    
    * code style changes
    
    * config script!
    
    * Moving stuff
    
    * Delete make-config.ts
    
    Co-authored-by: Will Roeder <roederw@outlook.com>
    stegaBOB and roederw authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    267f958 View commit details
    Browse the repository at this point in the history
  5. remove unused dependencies (#1943)

    * remove unused dependencies
    
    * this shoould stay
    21e8 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    13af307 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Finished implementation of Encore GK in CM UI (#1881)

    * added encore gatekeeper network
    
    * CHecking now that the gateway token is valid rather than it just existing. Also, changed to new encore url.
    
    * Added civic/encore switching
    
    * Finished implementing the UI. Have the UI listening to the gateway token address and launch the mint after a successful verification.
    
    * Fixed websocket listener to only listen to a single event
    
    * minor edit
    
    * removed duplicated lines
    
    * minor change
    
    * returned the example env file
    
    * returned the example env file
    
    * fixed linting in react useEffect
    
    * minor change
    Rebased latest changes
    
    * returned the example env file
    
    * Added a .env back into the gitignore
    
    * fix lockfiles
    
    * remove duplicate dependencies
    
    * fix cli or something idk
    
    Co-authored-by: Brett Etter <buzzec@buzzec.net>
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    3 people authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    a8c0c5b View commit details
    Browse the repository at this point in the history
  2. correct address for NFT snapshot (#1944)

    reverting to working commit from this PR : #1527
    
    it has been broken here : e5e3121
    
    coe to derive 1st creator from already derived 1st creator has been added -due to that the snapshot of minted NFTs always returned empty array.
    halaprix authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    76529a8 View commit details
    Browse the repository at this point in the history
  3. Added client side sending for civic gatekeeper candy machines (#1890)

    * IDCOM-1798 set up environment
    
    * feat: Enabled CMv2 deployment
    
    * IDCOM-1798 - Fix issues with partial signed transactions
    
    * chore: removed legacy comment.
    
    * IDCOM-1798 updated ui with new cm
    
    * IDCOM-1798 updated ui with new cm
    
    * IDCOM-1798 - Fix issue with transaction ordering for refresh
    
    * IDCOM-1798 - Fix issue with failed UI
    
    * IDCOM-1798 Split out civic transactions
    
    * IDCOM-1798 Cleaned the civic related deployment items
    
    * IDCOM-1798 Reverted unneeded changes
    
    * IDCOM-1798 Reverted civic console logs
    
    * IDCOM-1798 Ran linting fixes
    
    * Ran lint
    
    Co-authored-by: Martin Riedel <web@riedel-it.de>
    Co-authored-by: TYRONE AVNIT <tyronemichael@gmail.com>
    3 people authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    836d6fc View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Removed Gumdrop from metaplex-foundation/metaplex (#1968)

    * removed gumdrop/unused stuff
    
    * updated lockfile
    stegaBOB authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    359d63c View commit details
    Browse the repository at this point in the history
  2. Add ability to mint an NFT directly to a specified address (#1945)

    * test minting to a different wallet
    
    * reduce code duplication, use SPL transfer
    
    * fix close ix
    
    * removed unused types/streamlined stuff
    
    * random stuff
    
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    thedonmon and stegaBOB authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    b9c4d56 View commit details
    Browse the repository at this point in the history
  3. fixes #1885, #1961 (#1970)

    stegaBOB authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    5852443 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Fix too large transaction, handle fail correctly (#1985)

    * Fix too large transaction, handle fail correctly
    
    * remove unnecessary code
    
    * Fix lint, fix estimation
    
    * remove gumdrop and fix yarn start
    
    * improved logs
    
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    goriunov and stegaBOB authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    f4cfe5e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    ffd3372 View commit details
    Browse the repository at this point in the history
  2. Replace incrorrect RPC endpoint (#1995)

    * improve logging
    
    * fix incorrect rpc endpoint
    stegaBOB authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    7f311b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    c7c044f View commit details
    Browse the repository at this point in the history
  2. Adding ImageLink in cacheContent (#1976)

    * Adding ImageLink in cacheContent
    
    V2upload was not writing the `ImageLink` field inside the cache file.
    
    * Update js/packages/cli/src/commands/upload.ts
    
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    CanardMandarin and stegaBOB authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    b3d266b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    546c4f5 View commit details
    Browse the repository at this point in the history
  2. Added manual cache creation (#2007)

    * Added manual cache creation
    
    * Added back png_min
    
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    febo and stegaBOB authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    b0db006 View commit details
    Browse the repository at this point in the history
  3. Pre-calculate bundlr funding for arweave-sol (#1981)

    * Use generators in standard way
    
    - for..of iterate over generator instead of manual loop
    
    * Use AsyncGenerator instead of Generator<Promise<..>>
    
    * Fund arweave-sol bundlr wallet once instead of every bundle
    
    - precalculate the total size to upload and fund with that amount
    
    * Fixed bundlr file size calculation
    
    Co-authored-by: Sammy <41593264+stegaBOB@users.noreply.github.com>
    lwus and stegaBOB authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    addbfe7 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Increase default timeout (#2029)

    Co-authored-by: Dmitrii Goriunov <goriunov@users.noreply.github.com>
    goriunov and goriunov authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    cb05b74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11d6757 View commit details
    Browse the repository at this point in the history
  3. Improve AWS logs (#2024)

    * improve logging
    
    * AWS upload log
    stegaBOB authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    b504041 View commit details
    Browse the repository at this point in the history
  4. Improve error handling for CM UI (#2034)

    * improve logging
    
    * CM UI Error handling
    
    * improve error message
    stegaBOB authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    df790a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Misspells (#2048)

    * misspells
    
    * misspells
    Jhrach700 authored Apr 10, 2022
    Configuration menu
    Copy the full SHA
    0620c21 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

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

    …2052)
    
    This should solve #2013.
    
    Given original metadata (ie `0.json`) like:
    ```json
    {
      "name": "name",
      "symbol": "",
      "description": "desc",
      "image": "image.png",
      "properties": {
        "files": [{ "uri": "image.png", "type": "image/png" }]
      }
    }
    ```
    this function used to produce an updated metadata with the arweave image link in the `image` property but would leave the one in `properties.files` intact:
    ```json
    {
      "name": "name",
      "symbol": "",
      "description": "desc",
      "image": "https://arweave.net/foobarbaz?ext=png",
      "properties": {
        "files": [{ "uri": "image.png", "type": "image/png" }]
      }
    }
    ```
    but with this change it produces:
    ```json
    {
      "name": "name",
      "symbol": "",
      "description": "desc",
      "image": "https://arweave.net/foobarbaz?ext=png",
      "properties": {
        "files": [{ "uri": "https://arweave.net/foobarbaz?ext=png", "type": "image/png" }]
      }
    }
    ```
    oboxodo authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    7319531 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Fix CM UI empty accounts from unstable connection (#2050)

    * improve logging
    
    * Split up minting into multiple txns and save setup
    
    * Update js/packages/candy-machine-ui/src/Home.tsx
    
    * Fix variable name
    stegaBOB authored Apr 15, 2022
    Configuration menu
    Copy the full SHA
    b4023ca View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. fix swap command (#2068)

    Co-authored-by: Noah Gundotra <noahgundotra@noahs-mbp.mynetworksettings.com>
    ngundotra and Noah Gundotra authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    9125aed View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Update metadata properties.file.uri on upload, var name correction (#…

    …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>
    HZfive and stegaBOB authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    2782e27 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. add bundled uploads to nft.storage uploader (#2060)

    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.
    yusefnapora authored May 3, 2022
    Configuration menu
    Copy the full SHA
    abe68df View commit details
    Browse the repository at this point in the history
  2. Disable mint button if user is not eligible to mint (#2094)

    * improve logging
    
    * prevent bad txns
    
    * prevent bad txns and update UI often
    stegaBOB authored May 3, 2022
    Configuration menu
    Copy the full SHA
    6319833 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Use encoded private key (#2098)

    * 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
    codedbyjordan authored May 9, 2022
    Configuration menu
    Copy the full SHA
    38116c8 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Reduce UI txn size (#2116)

    * improve logging
    
    * reduce txn size by removing unneccesary keypairs
    stegaBOB authored May 13, 2022
    Configuration menu
    Copy the full SHA
    e20c140 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Adding check for Solana cluster env name (#2141)

    - 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>
    danenbm and danenbm authored May 23, 2022
    Configuration menu
    Copy the full SHA
    5c2ed7e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Configuration menu
    Copy the full SHA
    472973f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Configuration menu
    Copy the full SHA
    da495f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03237cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a63ec7 View commit details
    Browse the repository at this point in the history
  4. Allow empty string symbol in asset manifest when create candy machine (

    …#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
    VeryCrazyDog authored Jun 11, 2022
    Configuration menu
    Copy the full SHA
    befacb7 View commit details
    Browse the repository at this point in the history
  5. Update env check in candy-machine-v2-cli.ts call to upload function (#…

    …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>
    ayudh37 and stegaBOB authored Jun 11, 2022
    Configuration menu
    Copy the full SHA
    770cedf View commit details
    Browse the repository at this point in the history
  6. Bump @civic/solana gateway react to 0.7.0 (#2128)

    * 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>
    kevinhcolgan and kevinhcolgan authored Jun 11, 2022
    Configuration menu
    Copy the full SHA
    a6b1b54 View commit details
    Browse the repository at this point in the history
  7. Set and verify collection (#2107)

    * 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>
    3 people authored Jun 11, 2022
    Configuration menu
    Copy the full SHA
    a4439e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Fix: civicpass (#2204)

    * fix civicpass
    
    * add env validation catch
    
    * linting
    stegaBOB authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    65d8224 View commit details
    Browse the repository at this point in the history
  2. re add lockfile (#2205)

    stegaBOB authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    2042e5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4954e5 View commit details
    Browse the repository at this point in the history
  4. Validator clock drift compensation in CM UI (#2162)

    * fix
    
    * remove console.logs
    
    * shift
    
    * jest
    
    * fix presale
    
    * fix endDate
    
    * fix
    
    * revert to base package.json
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    halaprix authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    e526e9a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Replace Repo with Directory of Metaplex Projects (#2211)

    * 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
    stegaBOB authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    4eefb4e View commit details
    Browse the repository at this point in the history