Commit Graph

346 Commits

Author SHA1 Message Date
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
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 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