Armani Ferrante
Armani Ferrante
Adds convert box for swapping from sollet wrapped tokens -> wormhole wrapped tokens.
We should document how to run this on a local network, preferably with a simple script to build and deploy everything.
It doesn't work against a local network. Minimally the app should use the RPC node directly when the network is localhost.
There should be an instruction for one to close dead markets to retrieve the rent exemption SOL.
Tick sizes need to be upgraded when the value of one token changes significantly relative to the quote currency
Adds an additional check to the instruction builders. It's best practice and expected for this check to be in one's own program, but adding an additional check here for extra...
Confusion around settlement is probably the number one customer support question that comes constantly comes up. Removing the need to settle would be a huge UX win. As previously mentioned...
A `u64` used for the nonce/bump seed, rather than a `u8`. This is inconsistent with the rest of the solana tooling, creating confusion when integrating with the dex. See https://github.com/project-serum/serum-dex/blob/master/dex/src/state.rs#L1154.
It would be great to have a deterministic address for a market, given the base and quote currency. We can do this by having market accounts initialized in a program...