Commit Graph

286 Commits

Author SHA1 Message Date
Jordan Prince 397bf8dbdc
Fix for bad state calculation (#139) 2021-07-17 15:06:36 -05:00
bartosz-lipinski b1a4a0c392 Merge branch 'migrate-next' of https://github.com/exromany/metaplex into exromany-migrate-next 2021-07-17 19:17:47 +02:00
Jordan Prince c3b9c5eb4a
Master edition refactor (#108)
* WIP on new instructions

* WIP on refactor

* Lot of wip here on refactoring to a new master edition v2. too much to mention.

* Next wip state on new master edition

* More work, unfortunately had to add proxy call to vault to get access to authority to use store token

* A bit of a checkpoint here - removed all the old cli code since we have deviated so much it is not worth maintaining anymore and there is no real use for it given it doesnt use sol wrapped accounts, and we are ready to start integration testing with the remaining CLIs. No front end changes yet.

* Adding a bunch of new actions for the front end...still need to hook up more.

* Working on integration testing all of this but really have a CPU problem

* Got redeem bid working for the simplest case. Need to test more tomorrow.

* Cut down on CPU time by cutting out the O(n) scan of bidders

* Smarter withdraw that takes participation and empty auctions into account.

* After much pain and misery, i have working participation bids as well.

* More fixes for redemption

* Add a double check in case account mint is empty for send participation bid because if that one messes up yo end up with dupes

* A bunch of super optimizations to get 50 person auction sto pass muster even on the old system.

* Working on more fixes for v2

* Moratorium on alotted address size check for 2weeks

* Working on a new set of methods that allow me to get rid of deserializing auction entirely in redemption for metaplex...

* Went medieval on auction manager and wrote my own save function, and removed auction from being deserialized at all. Going to test a 50 person auction now in v2.

* A working autoredeemer, nearly

* Work in progress on multiple edition redemptions

* Updates to site for edition redemption

* Add conversion button and update sale happened if it should be in auction creation process
2021-07-16 15:06:27 -05:00
B e0de192dbd
Merge pull request #120 from Arrowana/draco-loader-proposal
add DRACO loader
2021-07-16 20:37:23 +02:00
SULTAN PEYEK 2334a06973
Fix unexpected extra and operator (#129) 2021-07-16 08:51:32 -05:00
B 178e72abdd
Merge pull request #128 from sultanpeyek/feature/bonfida-twitter-handling
[FEATURE] Implement Bonfida Twitter Handling
2021-07-16 10:28:40 +02:00
SULTAN PEYEK ff7475d019 Implement Bonfida Twitter Handling 2021-07-16 12:58:28 +07:00
Pigeon 4fe27d45dc
Added participated view (#119)
* Resolved filename space issue

* Participated view added

* fixed arts view for creators

Co-authored-by: Jordan Prince <jordanmprince@gmail.com>
2021-07-15 18:45:55 -05:00
shotgunofdeath 5d14dc958f
feat(actions): manual auction start (#127) 2021-07-15 18:30:37 -05:00
B c63820b4f5
Merge pull request #126 from sultanpeyek/fix/show-correct-edition
[FIX] Show correct edition on the art & auction page
2021-07-15 11:20:10 +02:00
SULTAN PEYEK bbc2a41f0c [FIX] Show correct edition on art & auction page 2021-07-15 13:41:05 +07:00
exromany 9bb598946c q 2021-07-14 11:38:07 +03:00
bartosz-lipinski 742fd11fa1 Merge branch 'migrate-next' of https://github.com/exromany/metaplex into exromany-migrate-next 2021-07-14 09:55:47 +02:00
B 2ad2bbd0d4
Merge pull request #117 from kespinola/master
Wider Browser Version Support for NFT Upload
2021-07-14 09:47:25 +02:00
B 3e8eb7ec9e
Merge pull request #124 from metaplex-foundation/add-architecture-md
Add Architecture as Markdown
2021-07-14 09:44:38 +02:00
B a023569425
Merge pull request #123 from nathanramli/master
Fix bug: Items doesn't show up under created tab
2021-07-14 09:44:16 +02:00
rmshea a6b47cd448 Add Architecture as Markdown 2021-07-13 12:26:05 -06:00
nathanramli b6fc6781c0
Fix bug: Items doesn't show up under created tab
This is also fix items doesn't show up on an artist page when you're the only creator
And also fix the item your created doesn't show up under created tab when you're doesnt have the item.
2021-07-13 22:52:48 +07:00
exromany 6e1c398ee9 fix dockerfile to build nextjs app 2021-07-13 12:32:34 +03:00
exromany 024385491f use REACT_APP_ prefix for public variables 2021-07-13 12:32:34 +03:00
exromany bd3d80ec6a replace cra to next.js 2021-07-13 12:32:34 +03:00
exromany b372642d2e prepare less as global styles 2021-07-13 12:32:31 +03:00
Arrowana cfb72ac1f1 add draco loader 2021-07-12 19:22:26 +10:00
Kyle Espinola bb07369a69 fix: use replace with g flag instead of replaceAll to support versions of chrome later than 85 2021-07-09 09:05:14 -07:00
B cc1de80b57
Merge pull request #105 from nathanramli/master 2021-07-06 23:37:12 +02:00
B 4876638e9d
Merge pull request #111 from metaplex-foundation/feature/performance
Feature/performance
2021-07-04 20:44:01 -05:00
bartosz-lipinski 8b3cd59d29 feat: display cancelled bids 2021-07-04 20:41:50 -05:00
bartosz-lipinski 83c3dbf914 chore: cleanup 2021-07-04 20:31:24 -05:00
bartosz-lipinski b22f771440 fix: starting bid 2021-07-03 22:33:20 -05:00
Jordan Prince 42a8d1d309
Edgecase for res list (#109)
* Super quick hotfix to token cli

* Account for edgecase in res list when you for some reason overwrite yourself

* Another fix, keeping track of population.
2021-07-02 22:13:03 -05:00
Danny Povolotski ecb99be7c8
Remove number "0" being rendered unintentionally (#84)
`canCreate && (<Link...)` evaluates to a fals-ey value and renders as the number "0". The proper way to achieve not showing anything is via a ternary operator.
2021-07-02 14:49:13 -05:00
Jordan Prince 2fd58e5b2b
Edgecase for res list (#107)
* Super quick hotfix to token cli

* Account for edgecase in res list when you for some reason overwrite yourself
2021-07-02 14:47:20 -05:00
Jordan Prince 56351bfc62
Super quick hotfix to token cli (#106) 2021-07-02 14:18:32 -05:00
nathanramli 16435735c1
bring back autoFocus on Auction Duration input 2021-07-03 00:09:14 +07:00
nathanramli f705c50e16
Add minutes, hours, days option on time input 2021-07-02 23:54:32 +07:00
B ad27a9ecf0
Merge pull request #101 from metaplex-foundation/feature/performance
Feature/performance
2021-06-30 00:29:33 -05:00
bartosz-lipinski 9f4d8f17ba feat: metadata 2021-06-29 23:49:28 -05:00
bartosz-lipinski 75ecc33764 chore: cleanup 2021-06-29 23:23:47 -05:00
bartosz-lipinski c44a2b7157 feat: improve load time 2021-06-29 22:13:41 -05:00
bartosz-lipinski 320b1a34b2 feat: style changes 2021-06-29 19:35:48 -05:00
B 1f706f15c5
Merge pull request #98 from metaplex-foundation/ensure-no-outside-authorities
Further check on init auction manager to ensure safety
2021-06-28 22:44:51 -05:00
Jordan Prince bc729d73b7 Ensure nobody but the authorities on the vault and auction (which should themselves be equal) can be authority on the auction manager. 2021-06-28 20:40:24 -07:00
B 8cc2097978
Merge pull request #96 from asghaier76/master
Add dockerization for the build process
2021-06-28 22:04:55 -05:00
B 4c6f14347a
Merge pull request #97 from metaplex-foundation/unwinder-p3
Fixes for cli
2021-06-28 22:04:14 -05:00
Jordan Prince e838546d7f Fixes for cli 2021-06-28 19:59:15 -07:00
Ahmad Sghaier 788d20e899 Merge branch 'master' of https://github.com/asghaier76/metaplex 2021-06-28 21:05:03 -04:00
Ahmad Sghaier 01bb6ed796 Add dockerfile to build docker image of prod app 2021-06-28 21:04:40 -04:00
Jordan Prince 921ad45044
Fix case where it's possible to assign authority to AuctionManager that does not yet exist (#94)
* A lovely wip commit on fixing a little loophole that could cause trouble when auction managers get front run.

* Finish up loophole closing
2021-06-28 18:28:10 -05:00
B e922c3ba95
Merge pull request #78 from metaplex-foundation/feature/video
Feature/video
2021-06-27 20:57:37 -05:00
bartosz-lipinski 3be750cb69 Merge remote-tracking branch 'origin/master' into feature/video 2021-06-27 20:56:48 -05:00