Skip to content

Tags: magicblock-labs/Solana.Unity-Core

Tags

v2.6.1.3

Toggle v2.6.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 Fix and Improve Streaming Rpc (#47)

* 🐛 Fix streaming rpc

* ⚡ Add Reconnect

v2.6.1.2

Toggle v2.6.1.2's commit message
🔖 Bump version to 2.6.1.2

v2.6.0.11

Toggle v2.6.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🐛 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

v2.6.0.10

Toggle v2.6.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🐛 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

v2.6.0.9

Toggle v2.6.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
⚡ Align partial sign with Web3.js (#11)

Align partial sign with Web3.js version, including fix from the original Solnet codebase

v2.6.0.8

Toggle v2.6.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🚑 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

v2.6.0.7

Toggle v2.6.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
👷 Update publish.yml

v2.6.0.6

Toggle v2.6.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
✏️ Update publish.yml

v6.0.6

Toggle v6.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v6.0.5

Toggle v6.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.