Commit Graph

459 Commits

Author SHA1 Message Date
stegaBOB 3db534e9f7
Merge branch 'metaplex-foundation:master' into master 2021-09-13 20:44:08 -04:00
stegaBOB 2f06302873 working now 2021-09-13 20:42:59 -04:00
Rad 308fb29a7d
Bugfix/number of elements fix (#389)
* number of elements fix

* number of elements fix part 2
2021-09-13 17:50:44 -05:00
shotgunofdeath b5edccef1b fix(contract ids): return original contract ids 2021-09-13 14:22:19 +03:00
shotgunofdeath 6226ade91d feat(instant sale): allow auction owner place bid on mater nft with no copies 2021-09-13 14:19:33 +03:00
stegaBOB 0e49fa7fe8 Changed stuff 2021-09-13 00:59:36 -04:00
Rad 76de057a0c
another overhaul (#337)
* another overhaul

- added backend signing for a single metadata id
- some small refactoring
- extracted upload from the CLI (maybe will do the same with other methods)

* optimized logging in the CLI

- logging now has levels
- added more readme content

* eslint update
2021-09-12 21:17:02 -05:00
B ac56799220
Merge pull request #369 from 21e8/remove-eth-use-wallet
remove `use-wallet` eth package
2021-09-12 13:17:10 -05:00
shotgunofdeath 54659809e4 feat(instant sale): claim bid update 2021-09-12 20:23:21 +03:00
shotgunofdeath 4c5f1e7642 feat(instant sale): add the instant sale with copies flow 2021-09-12 20:17:45 +03:00
Alice a2c2c7eb7e remove eth package 2021-09-12 02:06:59 +02:00
shotgunofdeath 5c338a156e fix(auctionsList): fix instant sale auctions filtering 2021-09-10 00:04:32 +03:00
Maxim Gordienko 9d8ba6d236 fix auction view exception 2021-09-09 18:23:59 +03:00
Maxim Gordienko c226677fc6 Merge branch 'master' into instant-sale 2021-09-09 16:31:15 +03:00
Maxim Gordienko b14ece2ad9 change auction view for instant sale 2021-09-09 16:30:33 +03:00
Maxim Gordienko cb507827df hide Create copies of a Master Edition NFT block on instant sale creation 2021-09-09 15:16:50 +03:00
Maxim Gordienko 4e5bd1611e fix ended auction list on home page 2021-09-09 15:04:36 +03:00
Maxim Gordienko 4fb7d50fe5 fix auction list, winnerIndex 2021-09-08 13:48:38 +03:00
Jordan Prince 4a1b7d2f67
Feat/metaplex cli overhaul merged (#334)
* feat: candy-machine cli overhaul, so it's more readable

- extracted constants
- separated some helpers out
- removed duplication of crucial parts (like cache management, instruction creation, etc)
- renamed some variables to make them more accurate
- added `env` option and removed `url` option
- used env in all operations
- added some error handling

* more cleanups

* Add env option to bundler (#320)

* feature: add env to cli

* fix: format

* more cleanups

* added error checking

* eslint updates

* Some small bugfixes

Co-authored-by: Radoslaw Domanski <woohaas@gmail.com>
Co-authored-by: B <264380+bartosz-lipinski@users.noreply.github.com>
2021-09-07 14:02:10 -05:00
exromany 06a10a4025 fix: after update master 2021-09-07 11:31:23 +03:00
exromany 921abd3890 [meta] keep all creators 2021-09-07 11:26:41 +03:00
exromany 5dadcd9ee7 useLocalStorage hook 2021-09-07 11:26:10 +03:00
exromany 65b885c9dd split contexts/accounts 2021-09-07 11:22:32 +03:00
exromany 9e353e9243 move contexts/meta to common pkg 2021-09-07 11:10:30 +03:00
exromany 48de59e916 move models/metaplex to common pkg 2021-09-07 11:09:57 +03:00
Bertrand 929a5e2697
allow float price (#321) 2021-09-06 20:52:27 -05:00
B e529eee3d5
Add env option to bundler (#320)
* feature: add env to cli

* fix: format
2021-09-06 11:25:41 -05:00
B 9d5a5c6d66
Merge pull request #253 from lexich/lexich/fix-eslint 2021-09-06 08:27:47 -05:00
Efremov Alexey c0bba430b8 update 2021-09-06 13:34:03 +03:00
Efremov Alexey 542d2a7b0f change working dirs paths 2021-09-06 13:22:39 +03:00
Efremov Alexey baa8d36117 Turn on lint for PR and master 2021-09-06 13:22:38 +03:00
Efremov Alexey 137ff3baf7 Update .github/workflows/lint.yml
Co-authored-by: Sergey Ponomarev <me@sergey-ponomarev.ru>
2021-09-06 13:22:38 +03:00
Efremov Alexey 908ece91b6 Add: github action for linting 2021-09-06 13:22:38 +03:00
Efremov Alexey 91b613dbc7 Add: github action for linting 2021-09-06 13:22:38 +03:00
Efremov Alexey ba7bd508dc Add: github action for linting 2021-09-06 13:22:38 +03:00
Efremov Alexey b3e2808e7a Add: github action for linting 2021-09-06 13:22:38 +03:00
Efremov Alexey f27ffb39a7 Fix: eslint configuration + fix and reformat existing code + eslint as step for lint-staged
I
2021-09-06 13:22:36 +03:00
Armani Ferrante e0f2c1b068
Update candy machine with anchor v0.14.0 (#283) 2021-09-04 17:59:44 -05:00
Jordan Prince 40cfa29511
A few candy machine fixes - to uploader and program (#304) 2021-09-04 15:32:45 -05:00
Jordan Prince 0ba4954762
Wallet adapter fix (#292)
* minor fix to type declaration

* Some more typescript fixes
2021-09-03 19:37:05 -05:00
Jordan Prince 2bcd97ac04
minor fix to type declaration (#291) 2021-09-03 19:20:06 -05:00
Jordan Prince 14401e878d
feat: mint editions into wallet (#289)
feat(ArtMinting): add mint destination address validation

feat(ArtMinting): add cofetti

feat(ArtMinting): add remounting logic

chore(mint editions): upodate types

chore(art minting): update imports

Co-authored-by: shotgunofdeath <42133844+shotgunofdeath@users.noreply.github.com>
2021-09-03 18:58:43 -05:00
Jordan Prince 0b064b6df4
Fix 10k error (#287) 2021-09-03 15:38:03 -05:00
Maxim Gordienko d9d87407ee implement update auctionview without refresh, fix claimBid instruction 2021-09-03 18:41:11 +03:00
adamjeffries 3c7a9d2ae3
AuctionCard terminology for instant sale 2021-09-02 21:40:14 -05:00
adamjeffries 6a43da6fd7
Import missing function 2021-09-02 21:37:58 -05:00
adamjeffries 0731e45c23
Auction Create remove duration from Instant Sale 2021-09-02 15:14:55 -05:00
Koenrad MacBride 617d197e84
Fix/candy machine cli (#280)
* fix: stringify tx object

* add: log the CM publicKey

* mod: mine_one_token ty Dad!

* remove: built js file (i m smurt)
2021-09-02 11:18:13 -05:00
lpeace 9d9d9d93b1
Fix example link (#252) 2021-09-02 10:10:44 -05:00
Slavomir c09c96e58c
Fix Anchor.toml (#272) 2021-09-02 10:09:50 -05:00