Commit Graph

392 Commits

Author SHA1 Message Date
Ilia bf95a0723b
Feature/token metadata tests(negative) (#182)
* feature: update borsh version, wip testing module

* Fixed signatures for create metadata in tests

* feature: success test for create_metadata_account

* feature: success test for update_metadata_account, added is_mutable param to create method

* feature: success test for update_primary_sale_happened_via_token, added token account creation in test metadata structure

* feature: success test for create_master_edition

* feature: success test for mint_new_edition_from_master_edition_via_token

* feature: added more success tests checks, wip: added necessary accounts

* feature: added more internal mocks, added mint_new_edition_from_master_edition_via_vault_proxy

* feature: added basic negative tests

Co-authored-by: Yuriy Savchenko <yuriy.savchenko@gmail.com>
2021-08-04 13:17:00 -05:00
Jordan Prince 8fac1aca13
Analytics (#185)
* Built out logic for analytics view

* Scope to sol only

* WIP commit on adding visuals and fixing rendering

* Analytics 1.0 done. Please delete later.

* Dont spam rpc if on all mode
2021-08-04 12:55:24 -05:00
Jordan Prince 0645a7029c
Fix secondary markets + Admin Conversion (#183)
* Add rate limiting to the converter, only show in the case of non public stores, and bring it back from the dead

* Dont mark an item as sold just because you're doing a full rights auction
2021-08-03 09:34:21 -05:00
Jordan Prince 5b61acc5a1
Update deploy.md 2021-08-02 22:27:24 -05:00
Vecheslav Druzhbin 0a05815499 refactor: minor changes in the end checking 2021-08-02 18:25:25 +03:00
Vecheslav Druzhbin ebe3841013 style: typo has instant bid 2021-08-02 18:11:57 +03:00
praskoson 877e53c1b8
Use edition number in data (#171)
This call is not used anywhere yet, but it might be in the future...
2021-07-31 11:35:36 -05:00
Ilia 7a01f3c650
feature: success tests for token-metadata (#173)
* feature: update borsh version, wip testing module

* Fixed signatures for create metadata in tests

* feature: success test for create_metadata_account

* feature: success test for update_metadata_account, added is_mutable param to create method

* feature: success test for update_primary_sale_happened_via_token, added token account creation in test metadata structure

* feature: success test for create_master_edition

* feature: success test for mint_new_edition_from_master_edition_via_token

* feature: added more success tests checks, wip: added necessary accounts

* feature: added more internal mocks, added mint_new_edition_from_master_edition_via_vault_proxy

Co-authored-by: Yuriy Savchenko <yuriy.savchenko@gmail.com>
2021-07-30 10:33:22 -05:00
Vecheslav Druzhbin 9f64fd20bf docs: update auction data extended 2021-07-30 10:10:35 +03:00
B 54a99c1ba3
Merge pull request #174 from exromany/bugfix/cross-scripts 2021-07-29 18:01:47 +02:00
Leslie P. Polzer 47f2c56c65
Token meta CLI client: add --mint and --mutable args to create call. (#175) 2021-07-29 09:41:57 -05:00
Vecheslav Druzhbin d526364aaf refactor: style MAX_AUCTION_DATA_EXTENDED_SIZE 2021-07-29 15:02:52 +03:00
Vecheslav Druzhbin e18c4e0bf5 refactor: instant sale considered open edition auction 2021-07-29 13:05:30 +03:00
exromany ea08b87e90 fix scripts for windows-users 2021-07-29 11:56:57 +03:00
Vecheslav Druzhbin ff4ed1b18a fix: optional name for auction v1 2021-07-28 14:31:59 +03:00
Vecheslav Druzhbin 9f83796566 Merge branch 'master' into feature/instant-sale 2021-07-28 12:34:32 +03:00
Vecheslav Druzhbin 71b2e57032 Merge branch 'feature/add-auction-name' into feature/instant-sale 2021-07-28 12:30:15 +03:00
B 5ccad3d82e
Merge pull request #172 from exromany/bugfix/console-erorrs
fix console errors with key attribute
2021-07-28 04:24:59 +02:00
exromany fdebea99d0 fix console errors with key attribute 2021-07-27 17:03:22 +03:00
bartosz-lipinski f4cbebbcf7 Merge branch 'master' of https://github.com/metaplex-foundation/metaplex 2021-07-26 22:30:25 -05:00
bartosz-lipinski c0c87d3728 fix: ignore local storage errors for now 2021-07-26 22:30:19 -05:00
Jordan Prince b71adad26f
Dont validate edition info ownership if token only transfer since it is not used for token only (#169) 2021-07-26 18:19:55 -05:00
Yuriy Savchenko 18c3b0b1b7
Cancelling bid only if the auction has not ended yet (#165) 2021-07-25 16:38:27 -05:00
Yuriy Savchenko 1857649730 Added name to the auction data 2021-07-25 12:00:40 +03:00
Flappy a96a5f9b2d
Resales tab added (#134)
* Resales tab added

* updated review changes

Co-authored-by: Jordan Prince <jordanmprince@gmail.com>
2021-07-24 17:27:22 -04:00
bartosz-lipinski 53379b9af2 chore: hide converter 2021-07-24 15:48:52 -05:00
Vadim 300fef21f8 Refactor after review 2021-07-23 20:02:48 +03:00
Vadim ca23b371a4 Refactor tests for Auction program 2021-07-23 16:35:30 +03:00
Vadim eb798f9825 Add instant_sale_price check to metaplex common redeem check util 2021-07-23 16:35:30 +03:00
Vadim 727b5fc10a Add tests for instant_sale_price feature 2021-07-23 16:35:30 +03:00
Vadim 3f43c2b45b Add instant_sale_price check to ClancelBid instruction 2021-07-23 16:35:30 +03:00
Vadim e4c670bec9 Add instant_sale_price check to ClaimBid instruction 2021-07-23 16:35:30 +03:00
Vadim e38684dd4f Add instant_sale_price check to PlaiceBid instruction 2021-07-23 16:35:30 +03:00
Vadim c2507c8287 Add check of instant_sale_price parameter to PlaceBid instruction 2021-07-23 16:35:30 +03:00
Vadim b47705253d Add instant_sale_price parameter to AuctionDataExtended 2021-07-23 16:35:30 +03:00
B 4c34eec87b
Merge pull request #150 from exromany/docs/deployment-md 2021-07-22 15:41:49 +02:00
exromany 2a3c47f222 add docs/deploy.md 2021-07-22 11:01:27 +03:00
B c1e50922bc
Merge pull request #147 from exromany/bugfix/fix-static-env
fix using env for static builds
2021-07-21 18:23:47 +02:00
exromany d909cde774 fix using env for static builds 2021-07-21 13:08:51 +03:00
bartosz-lipinski bbb05b7e68 chore: move export to deploy 2021-07-20 22:29:08 -05:00
B 71df94bcd1
Merge pull request #145 from exromany/bugfix/fix-static-deploy
web: fix export & deploy
2021-07-21 05:20:29 +02:00
exromany 04904ea2bf move assets_prefix to packages.json script 2021-07-20 17:13:36 +03:00
exromany f3d2e5cf9d move asset_prefix to env 2021-07-20 16:32:26 +03:00
exromany b872aab5e3 web: fix export & deploy 2021-07-20 15:49:22 +03:00
bartosz-lipinski fe62f13c57 fix: add export 2021-07-19 21:58:11 -05:00
bartosz-lipinski 9eb8789fc1 chore: update dependencies 2021-07-19 21:15:35 -05:00
bartosz-lipinski b85da2f6ed chore: update packages 2021-07-19 20:49:34 -05:00
bartosz-lipinski 22d79c6a84 fix: build error 2021-07-19 19:56:02 -05:00
bartosz-lipinski 6f38285f94 Merge branch 'exromany-migrate-next' 2021-07-19 19:32:39 -05:00
bartosz-lipinski 917ff4417f Merge remote-tracking branch 'origin/master' into exromany-migrate-next 2021-07-19 19:32:22 -05:00