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
🐛 Improvement & Bug Fixes (#25)
* 🐛 Improvement & Bug Fixes
* 🐛 Fix open/increase/decrease/collect/close with closed atas
Fix open/increase/decrease/collect/close with closed atas and added tests for native mint
* 🐛 Fix not deterministic bug with liquidity
* 🐛 Add fee payer
* 🐛 Remove test delay
* 🐛 Fix ATA & Set release to 0.1
* 🐛 Fix race condition in unit tests
🐛 Fix WebGL web request (#23)
* 🐛 Fix WebGL web request
* ⚡ Find whirlpool return poll with liquidity more than 0
* 💚 Ignore tests with no liquidity pools
* 💚 Fix CI
🚑 Fix execution on WebGl (#5)
* 🚑 Fix execution on WebGl
Using UnityWebRequest when running inside Unity, as HttpClient is not fully supported in WebGL
* 🔖 Bump version to 2.6.0.8
* ✨ Add Istruction Account public key
Bad request setup when trying to fetch all names owned by a given add…
…… (#355)
* Bad request setup when trying to fetch all names owned by a given address.
* Version bump.
Fixed bad indexing on names without reverse lookup account. (#350)
* Fixed bad indexing on names without reverse lookup account.
* Version bump.
* Early exit in GetAll* methods if first request returns nothing.