You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there's still some badness in crdt that doesn't get flushed out when a network is updated incrementally. Let's figure out why, fix it and then revert #694.
…ng token mints (solana-labs#695)
* Add mints to swap info
* Add mints to JS
* Add fee account in SwapInfo / init
* Add test for 0 fee, init test fully
* Add withdraw command interface
* Add fee accounts to swap instruction
* Add calculations for swap and withdraw fees
* Run cargo fmt
* Add new fees to JS and test
* Review feedback: fixup instruction doc and clone
* Update order of accounts in instructions
* Run cargo fmt
* Fix owner fee pool token calculation to include trading fee
* Add owner fees to flat curve, per request
* Fix instruction comment numbering
* Add more errors types for clearer calculation errors
Add a check for withdrawing from fee account
* Cargo fmt
It looks like there's still some badness in crdt that doesn't get flushed out when a network is updated incrementally. Let's figure out why, fix it and then revert #694.
A good first step here could be #693.
The text was updated successfully, but these errors were encountered: