Commit Graph

8 Commits

Author SHA1 Message Date
Austin Adams d670968d6c
Add informational comment 2021-10-28 12:13:46 -05:00
Hendrik Hofstadt f1f13b2dac Allow seed authority to seed metadata for existing tokens 2021-10-08 13:22:49 +02:00
Jordan Prince 17c2ca80e0
Fix metadata creator bug (#609)
* Remove auction cli nobody uses

* Fix for case when update authority is not signer, treat them like any other creator in the list.
2021-10-04 09:48:37 -05:00
sigaloid 61c124acf0
Cargo format, update, clippy fix, fix (#228)
* Cargo fmt

* Cargo update

* cargo +nightly clippy --fix -Z unstable-options

* Cargo fix
2021-08-24 09:23:41 -05:00
Jordan Prince 8904e67630
Operation: Warp Speed I (#203)
* Work in progress on speed fix

* Oh yeaj, it works and it's fast as sh*t...just get the metadata oyu ned

* Separate the metadata gets into additional promises since technically they are async

* Holy cow, now we have editions too

* remove a print

* Safer script

* Minor script fix
2021-08-13 08:03:08 -05: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
Jordan Prince 7bfbf0f0af
I feel really guilty about this, but this hack was required to scale to 200 reservations in the current reservation system. We will soon deprecate in favor of an authority based system, but didnt want to leave people behind in the mean time. (#80) 2021-06-27 14:17:28 -05:00
Jordan Prince 983647bc74 History doesn't repeat itself, but it does rhyme. 2021-06-12 12:27:51 -05:00