Releases: magicblock-labs/Solana.Unity-Core
Releases · magicblock-labs/Solana.Unity-Core
v2.6.1.3
What's Changed
- ✨ Add SwapMode to allow ExactOut mode with Jupiter by @GabrielePicco in #45
- ✨ Add maxSupportedTransactionVersion by @GabrielePicco in #46
- Fix and Improve Streaming Rpc by @GabrielePicco in #47
Full Changelog: v2.6.1.2...v2.6.1.3
v2.6.1.2
What's Changed
- 🚑 Remove sync methods blocking main thread on Unity by @GabrielePicco in #26
- :Fix: transactions populated from RPC requests retain original accounts order by @GabrielePicco in #27
- 🐛 Switch from double to decimal type by @GabrielePicco in #28
- 🐛 Fix unity code stripping by @GabrielePicco in #29
- 🐛 Fix missing classes when code stripping is set to high on android by @GabrielePicco in #30
- 🐛 Fix unity code stripping for KeyStore by @nicoeft in #31
- ⚡ Improve cross http error handling by @GabrielePicco in #33
- ⚡ Add configuration for default commitment by @GabrielePicco in #36
- 🐛 Fix transaction confirmation by @GabrielePicco in #35
- ➕ Add GetLatestBlockHash method by @GabrielePicco in #38
- ⚡ Make default commitment configurable from external by @GabrielePicco in #37
- ➕ Add getFeeForMessage by @GabrielePicco in #40
- 🐛 Fix CrossHttpClient Failing requests by @GabrielePicco in #41
- ✨ Add IDexAggregator interface & Jupiter implementation by @GabrielePicco in #42
- ✨ Implement Versioned Transactions by @GabrielePicco in #44
New Contributors
Full Changelog: v2.6.0.11...v2.6.1.2
v2.6.0.11
What's Changed
- ✨ Fix streaming RPC on Unity by @GabrielePicco in #24
- 🐛 Improvement & Bug Fixes by @GabrielePicco in #25
Full Changelog: v2.6.0.10...v2.6.0.11
v2.6.0.10
What's Changed
- 🐛 Fix endless loop in private and public key by @Woody4618 in #13
- 🚑 Avoid failing with empty private key by @GabrielePicco in #18
- ⚡ Add ability to run without Unity by @GabrielePicco in #19
- ✨ Add transaction confirmation methods by @GabrielePicco in #20
- Feature/add dex implementation by @GabrielePicco in #21
- ⚡ Improve Dex transaction API & Bug Fix by @GabrielePicco in #22
New Contributors
- @Woody4618 made their first contribution in #13
Full Changelog: v2.6.0.9...v2.6.0.10
v2.6.0.9
- Align partial sign with Web3.js
- Bug fixes
v2.6.0.8
- Fix WebGL execution
v2.6.0.7
- Minimise external dependencies and improve Unity compatibility
v2.6.0.6
- First ported version of Solnet compatible with Unity