project-serum / swap-ui

React Component for Swapping on the Serum DEX
Apache License 2.0
113 stars 117 forks source link

Batch fetch all market mints #18

Closed armaniferrante closed 3 years ago

armaniferrante commented 3 years ago

Another request efficiency improvement.

After fetching opening orders accounts, we batch fetch all the mints for the associated markets, since we know we'll need them and it's much more efficient to use getMultipleAccounts.