Commit Graph

346 Commits

Author SHA1 Message Date
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
sol-survivor c381d0af3d
Update README.md
Add 'yarn install' to installation notes
2021-06-13 23:20:27 -04:00
B fee75016ac
Merge pull request #33 from metaplex-foundation/feature/torus-upgrade
Feature/torus upgrade
2021-06-13 21:30:48 -05:00
bartosz-lipinski 37938228ea Merge remote-tracking branch '--' into feature/torus-upgrade 2021-06-13 21:25:23 -05:00
bartosz-lipinski effac61e25 feat: update torus 2021-06-13 21:23:11 -05:00
Jordan Prince 3349b303b5
Update README.md 2021-06-13 17:13:58 -05:00
B b57a335552
Merge pull request #32 from metaplex-foundation/various-patches
History doesn't repeat itself, but it does rhyme.
2021-06-12 12:28:46 -05:00
Jordan Prince 983647bc74 History doesn't repeat itself, but it does rhyme. 2021-06-12 12:27:51 -05:00
bartosz-lipinski bfb526a6fb feat: cleanup 2021-06-11 21:28:04 -05:00
bartosz-lipinski 1fc418cc9f fix: check mainnet-beta 2021-06-11 21:13:24 -05:00
bartosz-lipinski 96640ad7ee feat: ar multiplier 2021-06-11 19:18:24 -05:00
bartosz-lipinski 66b6237951 fix: increase arweave payment 2021-06-11 18:09:39 -05:00
bartosz-lipinski ed9f85dd65 Merge remote-tracking branch 'origin/master' 2021-06-11 16:09:11 -05:00
bartosz-lipinski d1f8bb0572 feat: setup store 2021-06-11 16:08:30 -05:00
B 4903342e57
Merge pull request #30 from metaplex-foundation/feature/init-store
Init store
2021-06-10 23:30:20 -05:00
bartosz-lipinski 7b48fa941e feat: add steps to configure store 2021-06-10 23:24:18 -05:00
bartosz-lipinski c2f10b4b9f feat: add init button 2021-06-09 14:50:06 -05:00
Jordan Prince a9eb655b78
Merge pull request #29 from gching/feat/docs
[GUIDE] Add in create store guide
2021-06-09 12:21:10 -05:00
Gavin 4fe9226ec2
Change highlighting 2021-06-09 02:42:21 -07:00
Gavin Ching 28e8acda6f Fix spelling for Prerequisites 2021-06-08 19:01:15 -07:00
Gavin Ching ef634dc68a Add in create store guide 2021-06-08 18:59:01 -07:00