Commit Graph

331 Commits

Author SHA1 Message Date
Kyle Espinola f13b1403be
feat: validate nft cover images are larger than 25kb (#584) 2021-10-04 15:44:22 -05:00
Diego Algorta 7277979546
Fix typo in log message (#597) 2021-10-04 15:43:22 -05:00
Monomadic 1b9a45f0c1
Support for Apple M1 for cli tool (#607)
Tested this on an arm macbook air m1 2020 model.
2021-10-04 15:42:16 -05:00
Thomas Cooper f4a35999a1
Update .env (#616)
Remove personal wallet address
2021-10-04 15:41:42 -05:00
Jordan Prince 27d14c6626
Fix candy machine (#614)
* Remove auction cli nobody uses

* Fix for case when update authority is not signer, treat them like any other creator in the list.

* Fix candy machine
2021-10-04 12:27:52 -05:00
Jordan Prince 17c2ca80e0
Fix metadata creator bug (#609)
* Remove auction cli nobody uses

* Fix for case when update authority is not signer, treat them like any other creator in the list.
2021-10-04 09:48:37 -05:00
Jordan Prince 93a8816f11
Add token pre-minting (#596) 2021-10-03 18:02:47 -05:00
Jordan Prince e7973ba7a0
Participation nfts in fl (#580)
* fix some boolean checks and add check for 0 sol

* Fixes for eligible count, not having enough sol, and couple other things like rug verbiage

* Make punching faster in cli and make rug screen better

* Added try catches for errors around txns

* Work in progress on NFTs

* Still wip

* continuation

* still working

* WIP on stuff

* Assert ownership of ATAs

* Continue adding participation nfts

* WIP on participation

* Fix to lottery call

* Looks like participation is getting close, just need to test the negative.

* Participation complete

* Fix constant
2021-10-01 19:46:52 -05:00
Jordan Prince 446470ae27
Participation nfts in fl (#537)
* fix some boolean checks and add check for 0 sol

* Fixes for eligible count, not having enough sol, and couple other things like rug verbiage

* Make punching faster in cli and make rug screen better

* Added try catches for errors around txns

* Work in progress on NFTs

* Still wip

* continuation

* still working

* WIP on stuff

* Assert ownership of ATAs

* Continue adding participation nfts

* WIP on participation

* Fix to lottery call

* Looks like participation is getting close, just need to test the negative.

* Participation complete
2021-10-01 19:45:49 -05:00
bartosz-lipinski e6caaada02 feat: set fixed cost per arweave file 2021-10-01 05:32:35 -05:00
Jordan Prince 3be18a5903
Fix loading pattern (#559)
* Fix for that pipeliner not respecting synchronicity

* added better logging
2021-09-30 10:03:10 -05:00
Adam Jeffries f5e7b6975a
Merge pull request #434 from metaplex-foundation/uploadFile4
Replace uploadFile2 with 4
2021-09-29 21:19:29 -05:00
Adam Jeffries 040801cb3c
Merge pull request #544 from aheckmann/fix_node_version
support current version of node.js
2021-09-29 21:13:39 -05:00
Jordan Prince ecdcc40603
Fix for that pipeliner not respecting synchronicity (#551) 2021-09-29 19:05:52 -05:00
runciblex c47ef716b1
Fix ipfs cli args (#496) 2021-09-29 12:58:54 -05:00
CyborgKayden 4a321ca67e
Candy machine cli show command bug fix (#547)
* fix: handle edge case where tokenMint is null

+ stringify config authority for readability

* fix: build error

Co-authored-by: Bhaskar Singh <allstarbhaskarkumar@gmail.com>
2021-09-29 12:57:21 -05:00
Jordan Prince 80f0904c2b
Fix lottery call (#548)
* Fix to lottery call

* Remove unneeded print statements that brick the contract when too large of a lottery

* More robust punching
2021-09-29 12:11:14 -05:00
Jordan Prince 0056c5770c
Fix lottery call (#545)
* Fix to lottery call

* Remove unneeded print statements that brick the contract when too large of a lottery
2021-09-29 10:19:03 -05:00
Aaron Heckmann f5080282f2 support node 16 2021-09-29 08:05:09 -07:00
Stanley Yang a733ebb226
[Feature] Generative art within the Candy Machine Command line (#506)
* Created randomized configuration file

* Added packages

* Updated with logs

* Created the ability to generate json files

* Added the image creation algorithm

* Updated README

* Added example traits config file

* Added example assets
2021-09-28 10:28:42 -05:00
Kyle Espinola fc94a8a2af fix: remove duplicate metdata caused by searching all whitelisted creators for the store 2021-09-27 17:26:42 -07:00
Adam Jeffries 301e832f27
Merge pull request #523 from metaplex-foundation/feat/incredible-speed-loading-2
feat: useAuctions on store-related auctions
2021-09-27 13:02:30 -05:00
exromany ed6116488a feat: useAuctions on store-related auctions 2021-09-27 18:31:16 +03:00
exromany ebd1d369a2 feat: simple loader 2021-09-27 15:25:11 +03:00
Jordan Prince 23372a130a
Add ownership check to flp (#516)
* Assert ownership of ATAs

* Some better checks in punch
2021-09-26 18:31:56 -05:00
jon wong 048ddd6bac
Add `verify_token_metadata` command (#441)
* Add `verify_token_metadata` command

* Removing async wrapper as it was causing some strange traces

* Removing comment

* Checking against `image.png`

* Sorting

* Removing absolute path from snapshot

* Set node version

* only running tests in the CLI
2021-09-26 17:20:57 -05:00
adamjeffries b5dd55c34e
Merge branch 'master' of https://github.com/metaplex-foundation/metaplex into uploadFile4 2021-09-26 09:18:20 -05:00
Jordan Prince 2e4817fe81
fixes for punch (#503) 2021-09-25 21:55:38 -05:00
Adam Jeffries 02fd9c0d13
Merge pull request #497 from metaplex-foundation/feat/incredible-speed-loading
Incredible speed loading
2021-09-25 12:03:14 -05:00
Rad 92eb2fb7bc
Feat/sign all v2 (#476)
* sign_all daemon

* stupid linter
2021-09-25 09:04:14 -05:00
Jordan Prince ed9adc49e9
Bajloot + show command (#495)
* add checker to verifier

* Aadd show command and setup bajloot
2021-09-24 23:52:12 -05:00
Jordan Prince a1e45defe4
add checker to verifier (#493) 2021-09-24 23:31:26 -05:00
exromany 314c4ec543 feat: optimize loading order 2021-09-24 23:25:06 +03:00
exromany d785fd3052 chore: discard the 'all' option as it is useless 2021-09-24 22:14:15 +03:00
exromany 4fe33359e0 fix: build analytics page 2021-09-24 22:03:56 +03:00
Kyle Espinola 7500563cb9
feature: Provide erorr messages to the user when there is an issue with the upload of artwork to arweave throught the sol to arweave cloud function. (#407)
Co-authored-by: Jordan Prince <jordanmprince@gmail.com>
2021-09-24 13:59:55 -05:00
Jordan Prince 71e09b3b66
Update processMetaData.ts 2021-09-24 13:48:18 -05:00
Cristina Solana 7decf042d8
add key to attributes list items to fix key missing error (#440) 2021-09-24 13:40:25 -05:00
Roman c92da34bd0
drop freezes on processing data (#481)
* feat: endpoint from query

* chore: cleanup

* feat: processing meta by batch

* drop unused data

* fix: missed await
2021-09-24 13:39:03 -05:00
Yani Iliev 90fa175154
Fix minimum nodejs requirements (#482)
The minimum version for metaplex to work is 14.17.x
2021-09-24 13:06:10 -05:00
Adam Jeffries a7cca2ecf8
Merge pull request #449 from stegaBOB/master
Fixed HTMLContent rendering bug and improved artworks view performance
2021-09-23 23:15:15 -05:00
Edgar Pavlovsky c81498932f
Updating metaplex CLI to support Infura IPFS + `retainAuthority` flag (#413)
* Updating metaplex CLI to support Infura IPFS + `retainAuthority` flag

* Extending metaplex CLI to support uploading to IPFS in addition to Arweave
* Making `retainAuthority` configurable in CLI instead of being hardcoded to `true`

* adding back some helper fns

* fix

* types fix
2021-09-23 22:22:31 -05:00
Jordan Prince 580251293e
Try catch for failed txns (#471)
* fix some boolean checks and add check for 0 sol

* Fixes for eligible count, not having enough sol, and couple other things like rug verbiage

* Make punching faster in cli and make rug screen better

* Added try catches for errors around txns
2021-09-22 19:36:29 -05:00
Jordan Prince 4cd2b788eb
Improvements to anti rug screen and CLI speed (#470)
* fix some boolean checks and add check for 0 sol

* Fixes for eligible count, not having enough sol, and couple other things like rug verbiage

* Make punching faster in cli and make rug screen better
2021-09-22 16:47:55 -05:00
Jordan Prince ec99a334a7
Some minor fixes to contract + UI (#469)
* fix some boolean checks and add check for 0 sol

* Fixes for eligible count, not having enough sol, and couple other things like rug verbiage
2021-09-22 15:54:34 -05:00
Jordan Prince ac688fd904
Metadata for fair launch (#461)
* added deploy cmds

* Too specific

* Add metadata support for fair launch tokens.

* Fix seller fee basis points
2021-09-21 21:27:24 -05:00
Jordan Prince b48aefdfaa
Metadata for fair launch (#460)
* added deploy cmds

* Too specific

* Add metadata support for fair launch tokens.
2021-09-21 21:23:29 -05:00
Adam Jeffries ef54f97ca8
Merge pull request #233 from metaplex-foundation/instant-sale
Instant sale
2021-09-21 17:48:55 -05:00
Jordan Prince cb4e07abeb
Fix fd launch (#457)
* added deploy cmds

* Too specific
2021-09-21 14:44:49 -05:00
Jordan Prince e68f3300b6
added deploy cmds (#455) 2021-09-21 14:14:14 -05:00