Commit Graph

286 Commits

Author SHA1 Message Date
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
bartosz-lipinski b8171c5a53 feat: remove default store from code 2021-06-08 18:00:12 -05:00
bartosz-lipinski 43255f2616 Merge remote-tracking branch 'origin/master' into feature/init-store 2021-06-08 17:56:28 -05:00
bartosz-lipinski 56f668bad3 feat: custom store 2021-06-08 17:55:52 -05:00
B 34d5f42361
Merge pull request #27 from metaplex-foundation/various-patches
Fix tiny b ug in data layer where accounts from one program get parse…
2021-06-07 14:33:10 -05:00
Jordan Prince 8e5dcf56ea Fix tiny b ug in data layer where accounts from one program get parsed as messed up versions of accounts from another program because key enum matches 2021-06-07 15:30:21 -04:00
B 312d1e35a4
Merge pull request #26 from metaplex-foundation/various-patches
Prep for switch of ids
2021-06-07 10:47:54 -05:00
B 9b6474b85f
Merge pull request #24 from johnrees/linter-fixes
linter fixes
2021-06-07 10:46:04 -05:00
Jordan Prince 9c0bf5fc7b Prep for switch of ids 2021-06-07 11:39:05 -04:00
John Rees 710253660e
remove some unused code in views/artist(s) 2021-06-06 11:06:16 +01:00
John Rees 0eb3a74951
use colons in interface 2021-06-06 11:04:09 +01:00