Commit Graph

481 Commits

Author SHA1 Message Date
Austin Adams d670968d6c
Add informational comment 2021-10-28 12:13:46 -05:00
Hendrik Hofstadt f1f13b2dac Allow seed authority to seed metadata for existing tokens 2021-10-08 13:22:49 +02:00
Tom Etminan f6e6a7b776
makes lottery fair (#652)
previous lottery gave first & last members of the chosen array around half the probability of winning vs. other participants since 0.5-1.5 rounds to 1 but only <0.5 rounds to zero.
2021-10-07 11:09:30 -05:00
Adam Jeffries f4fbe26bd0
Merge pull request #644 from m-sebastiyan/feature/open-edition-instant-sale
feat: implement open edition instant sale
2021-10-07 09:36:56 -05:00
Jordan Prince a17d15dde9
Update app.less
Remove variable that doesnt exist.
2021-10-06 15:29:36 -05:00
Michael Sebastiyan bd81f40333 refactor: small reword 2021-10-06 18:16:40 +03:00
Michael Sebastiyan 527042e074 chore: run linter 2021-10-06 18:11:49 +03:00
Michael Sebastiyan ad18a59002 feature: implement open edition instant sale 2021-10-06 18:07:48 +03:00
Jordan Prince a6c1c21615
Fix flp cli (#631)
* Wrapping adjusting

* add rpc support for one command - wip

* rpc support for other method
2021-10-05 12:03:34 -05:00
Daniel 0f7e0fe80d
Add click to copy functionality for bidder lines (#447)
Adds ClickToCopy component with copyText prop and className prop
2021-10-05 11:49:30 -05:00
ono cb8ad19136
Change Log Level [debug -> info] for eazily recognizing error (#508)
Co-authored-by: myungjunchae <wk10437@webtoonscorp.com>
2021-10-05 11:48:23 -05:00
Daniel 3e8bda0a20
Add detailed minting progress indicator (#536) 2021-10-05 11:44:16 -05:00
nikhil afa73822d8
fix winner index value (#627) 2021-10-05 11:32:54 -05:00
Juan Diego García b05d1e6785
fixed programs ids (#623) 2021-10-05 11:30:49 -05:00
Bertrand 044df3563a
Mint NFT from CLI (#513)
* Mint NFT from CLI

* removed unused schema structures & set maxSupply to 0
2021-10-05 11:28:47 -05:00
nikhil 59873ada64
fix subscription accounts not being processed (#474) 2021-10-04 16:25:46 -05:00
Ukpai Ugochi 06248161eb
Update README.md (#561) 2021-10-04 15:48:31 -05:00
Kyle Espinola 10e51946d7
fix: responses with 500 or 404 arent causing the fetch with reload becasue not considered a fetch error like no conneciton. In this case check the response status and throw custom error which triggers the catch to fetch again with cache option set to reload. (#565) 2021-10-04 15:46:57 -05:00
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 8952ed80c4
Fix id (#618) 2021-10-04 13:09:18 -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