Commit Graph

11 Commits

Author SHA1 Message Date
Ukpai Ugochi 06248161eb
Update README.md (#561) 2021-10-04 15:48:31 -05:00
Adam Jeffries 5bd305339b
Update README.md 2021-09-01 11:21:27 -05:00
mchl18 aac32d2d8c Fix typo 2021-07-17 23:39:41 +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
chaseeb bacb205784
update readme
update installation commands
2021-06-23 11:06:05 -04: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
Jordan Prince 3349b303b5
Update README.md 2021-06-13 17:13:58 -05:00
rmshea 1e778e7a3b Update Twitter 2021-06-02 13:20:53 -07:00
rmshea f430fe040a Update readme 2021-06-02 08:48:55 -07:00
Jordan Prince dfa519cc4f New frontend only 2021-06-02 09:35:28 -05:00