oyster-swap
oyster-swap copied to clipboard
AMM Freeze Authorities
Necessary changes to have freeze bit mask working and freeze authority working, also removed some deprecated structs and code and left better notations on the others.
Relates to https://github.com/solana-labs/solana-program-library/pull/1515
The new prettier standards we use (120 length lines + ' quotes) caused reformatting in the files I touched, and while this isn't a problem in the smaller ones, there was one large one that got touched (pools.tsx) that caused a lot of noisy changes that aren't real. For ease of reading, I notated the ACTUAL changes I made with comments so please scroll through the file to find those. I notated at the beginning of the long file that this is so.