Partially Sorted

Results 2 issues of Partially Sorted

When testing with the serum-ts library I noticed that if I had already created the open orders account, but not yet placed and order, the library would attempt to create...

Added the following to initialize: price_oracle.magic = MAGIC; price_oracle.ver = VERSION; price_oracle.atype = AccountType::Price; Added the following to set_price: price_oracle.curr_slot = clock.slot; price_oracle.valid_slot = clock.slot;