Commit Graph

459 Commits

Author SHA1 Message Date
Jordan Prince 329ee3f4bd Fix id 2021-10-04 13:08:59 -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
B 9ca7b7bec9
Merge pull request #569 from metaplex-foundation/feature/cli-cost
feat: set fixed cost per arweave file
2021-10-01 05:34:41 -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
Jordan Prince e0aba9b57b
Fix lottery call (#550)
* Fix to lottery call

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

* More robust punching
2021-09-29 18:56:02 -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
Adam Jeffries c519beb458
Merge pull request #529 from kespinola/fix/load-metadata-dups
Remove duplicate metadata from state
2021-09-27 23:49:59 -05:00
Adam Jeffries 3ecceae655
Merge pull request #530 from amorriscode/patch-1
Fix typos in README
2021-09-27 23:47:15 -05:00
Anthony Morris 6364c1e7c4
Fix typos in README 2021-09-27 20:06:02 -07: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
Adam Jeffries 7448ba93e9
Merge pull request #525 from metaplex-foundation/feat/loader
feat: simple loader
2021-09-27 13:00:51 -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
Jordan Prince d850637d31
Fix updating of prices for FLP (#499) 2021-09-25 13:08:29 -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
Roman 63d7ebc0b6
Merge pull request #490 from metaplex-foundation/fix/build-analytics
fix: build analytics page
2021-09-24 22:04:22 +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