Commit Graph

166 Commits

Author SHA1 Message Date
bartosz-lipinski ae04cb829a Merge remote-tracking branch 'origin/master' into feature/skeletons 2021-06-23 23:46:44 -05:00
bartosz-lipinski 619d1908e2 feat: remove store 2021-06-23 23:43:47 -05:00
bartosz-lipinski 2f7ca5536f feat: add intersection observer 2021-06-23 23:35:45 -05:00
B 776fa9c11d
Merge pull request #69 from chaseeb/patch-1
update readme
2021-06-23 19:48:06 -05:00
B 3d1e8765cf
Merge pull request #71 from metaplex-foundation/fix-defective-auction-scoping
Fix filtering of defective auctions
2021-06-23 19:39:49 -05:00
Jordan Prince 1cfbfb20a4 Fix filtering of defective auctions 2021-06-23 17:38:05 -07:00
rmshea ae17cb3386 Add storefront owner 2021-06-23 17:54:32 -06:00
bartosz-lipinski b0db9894fd feat: remove query from useArt 2021-06-23 14:43:51 -05:00
chaseeb bacb205784
update readme
update installation commands
2021-06-23 11:06:05 -04:00
bartosz-lipinski 6f48276361 Merge remote-tracking branch 'origin/master' into feature/skeletons 2021-06-23 09:33:38 -05:00
B f0e08cc83c
Merge pull request #68 from chaseeb/master
fix build issue
2021-06-23 09:32:42 -05:00
chaseeb 4eb63528f5 fix: build issue 2021-06-23 10:28:14 -04:00
chaseeb 6087d2195c fix: build 2021-06-23 10:26:48 -04:00
bartosz-lipinski 4ddedb1bbb Merge remote-tracking branch 'origin/master' into feature/skeletons 2021-06-23 08:59:25 -05:00
bartosz-lipinski a2c5e0cd6d feat: style cleanup + load time 2021-06-23 08:53:17 -05:00
B df44dfe93e
Merge pull request #67 from metaplex-foundation/feature/starting_bid
feat: display starting bid
2021-06-22 23:25:24 -05:00
bartosz-lipinski 7e19d9eba0 feat: remove wallet from meta query 2021-06-22 23:15:27 -05:00
bartosz-lipinski c774f230f0 feat: display starting bid 2021-06-22 23:14:38 -05:00
B 7b76a0b993
Merge pull request #65 from metaplex-foundation/feature/cache-pda
feat: cache generated pdas
2021-06-22 22:53:37 -05:00
B 5f97502f18
Merge branch 'master' into feature/cache-pda 2021-06-22 22:53:05 -05:00
bartosz-lipinski 0d3c219866 clean: remove default key 2021-06-22 22:52:31 -05:00
bartosz-lipinski a330c9d5e8 feat: improve load time 2021-06-22 22:47:12 -05:00
bartosz-lipinski 9ca23dc186 feat: page load 2021-06-22 22:23:21 -05:00
bartosz-lipinski 005abe47c1 feat: faster load time 2021-06-22 21:42:57 -05:00
B 3a62a46e99
Merge pull request #64 from metaplex-foundation/better-settlements
Better settlements
2021-06-21 14:06:33 -05:00
bartosz-lipinski 5c372963c1 feat: cache generated pdas 2021-06-21 13:52:07 -05:00
Jordan Prince 716703621c Finished up new settlement code. 2021-06-20 18:52:42 -07:00
Jordan Prince 0ad5dd6854 wip on new settlements 2021-06-20 10:36:20 -05:00
Jordan Prince 8c46e6906c
Auction Manager Unwinder [2/2] (#63)
* Add the next level of unwinder - the auction manager unwinder.

* Remove print
2021-06-19 21:39:46 -05:00
Irvin Steve Cardenas a34b05af8f
Create deploy script for Windows (#62) 2021-06-19 13:23:02 -05:00
praskoson 9f65bcf325
Re-add testing tools to the build path (#55)
* Re-add the testing tools to build path

* Correct the default RPC URL.

The URLs for the RPC nodes were updated to use the api prefix. The older URLs no longer work.

* Harmless misspelling

* Use Key enum for Vault contract

* Re-order imports so rustfmt passes
2021-06-19 13:22:28 -05:00
B d52335b31d
Merge pull request #60 from metaplex-foundation/vault-unwinder
Vault unwinder [1/2]
2021-06-18 11:58:26 -05:00
Jordan Prince 92bb856877 Remove the 0 checks needed for old struct keys, fix pubkey in serde for vault, remove unneeded price mint creation in ext price lookup, and add vault unwinding for cases where the vault remained with the maker 2021-06-18 11:51:03 -05:00
B e5bf4cb927
Merge pull request #58 from metaplex-foundation/streamline-websockets
Streamline websockets
2021-06-18 11:43:50 -05:00
B cc362a329d
Merge branch 'master' into streamline-websockets 2021-06-18 11:43:45 -05:00
Jordan Prince ccf22196cb
Remove unneeded wallet use hook (#59) 2021-06-17 19:35:27 -05:00
Jordan Prince 08fb3dd533 Remove unneeded wallet use hook 2021-06-17 19:35:05 -05:00
Jordan Prince 009e3c5ca8
Streamline websockets (#57)
* Remove duplicate connection to halve websockets, then only make websocket connections for things we mostly expect to care about. Come back later for further whittling.

* Turns out we dont even need subscriptions.

* Rename variable

* Remove unused vars

* Remove unnecessary wallet
2021-06-17 19:32:31 -05:00
Jordan Prince 85c7989138 Remove unnecessary wallet 2021-06-17 19:31:02 -05:00
Jordan Prince bdb4c9f035
Streamline websockets (#56)
* Remove duplicate connection to halve websockets, then only make websocket connections for things we mostly expect to care about. Come back later for further whittling.

* Turns out we dont even need subscriptions.

* Rename variable

* Remove unused vars
2021-06-17 18:03:25 -05:00
Jordan Prince a336ee0963 Remove unused vars 2021-06-17 17:59:48 -05:00
Jordan Prince 217bcb0486 Rename variable 2021-06-17 17:55:51 -05:00
Jordan Prince 8c73c9b689 Turns out we dont even need subscriptions. 2021-06-17 17:47:40 -05:00
Jordan Prince 6847ae8975 Remove duplicate connection to halve websockets, then only make websocket connections for things we mostly expect to care about. Come back later for further whittling. 2021-06-17 17:26:18 -05:00
Jordan Prince 434e1c5a11
Unwinding Unused Auctions (#38)
* First draft of unwinding code - cleverly use the redemption framework to allow auctioneers to redeem their own goods. No idea if it works, will begin testing tomorrow.

* Added missing instruction I noticd hadnt been created

* Update rust to fix issues with draft impl

* Comments for clarity

* Everything is working for unwinding

* Remove myself from .env

* Bring back proper ids

* Fix for case where auctioneer IS one of the winners...need to rethink how we check. Just check winner at the desired index and if it exists, disallow.

* Protect against mismatched winner attacks
2021-06-17 08:59:14 -05:00
sol-survivor 1a24174932
Remove 'instant sale' option (#43) 2021-06-16 14:48:00 -05:00
Jordan Prince 205046d849
Fix minimum floor ui to pull minimum price correctly from accounts (#45) 2021-06-16 14:35:09 -05:00
Jordan Prince 377f6cd521
Minimum Price Support in UI + Minor contract fix (#37)
* Hook up minimum price to the front end with some borsh hacks, and fix a minor bug in the auction contract for minimum price checks

* Remove excess definitions we dont need from the hack.

* feat: no hacks allowed

Co-authored-by: bartosz-lipinski <264380+bartosz-lipinski@users.noreply.github.com>
2021-06-15 11:31:51 -05:00
Gavin 7a7d631621
Make creators split input show errors on invalid inputs and include InputNumber (#36) 2021-06-14 20:21:21 -05:00
B dedb24faa7
Merge pull request #35 from sol-survivor/master
Update README.md
2021-06-14 15:34:14 -05:00