Skip to content

Releases: NethermindEth/starknet.unity

v1.0.7

30 Nov 17:13
Compare
Choose a tag to compare

What's New:

WebGL Build Support: The latest version now fully supports RPC requests on WebGL builds.

Fixes:

RPC Requests on WebGL: Resolved an issue where RPC requests were not functioning correctly in WebGL builds. We have now implemented a robust fix, ensuring reliable RPC communication in all builds, including WebGL.

v1.0.6

24 Nov 12:31
Compare
Choose a tag to compare

This release includes an important fix for the nonce management issue that some users have experienced.

What's New:

  • Improved Nonce Handling: In response to feedback regarding difficulties with sending consecutive transactions, we've implemented better nonce management. This update ensures more reliable transaction processing, even when multiple transactions are sent in quick succession or from different sources.
  • Stable transaction Processing: Enhanced stability in transaction processing to reduce failures and improve overall performance.

v1.0.5

20 Nov 10:17
Compare
Choose a tag to compare

This release fixes a bug in the StarkSharp dll causing WebGL builds to fail.

v 1.0.4

03 Nov 15:24
Compare
Choose a tag to compare

This release focuses on crucial bug fixes that enhance the transaction-sending process in the RPC. We've ironed out issues that previously led to transaction reversion and have introduced an automatic fee estimation.

Changes in this release:

  • Transaction Calldata Bug: Fixed a critical bug where incorrect calldata was causing transactions to be unnecessarily reverted.

  • Fee Estimation: Added an 'Estimate Fee' feature that automatically calculates the maxFee to prevent overpaying and underpaying transaction fees.

v 1.0.3

29 Oct 13:48
Compare
Choose a tag to compare

This new release adds support for signing and sending transactions without a web wallet

v1.0.2

13 Sep 12:12
acaf59f
Compare
Choose a tag to compare
  • Improved the Connect wallet scene
  • Added Dojo support

v1.0.1

25 Aug 11:31
Compare
Choose a tag to compare

The SDK now provides a setup dialogue that lets you easily update your RPC node url.
rpc-node

v1.0.0

24 Aug 20:48
Compare
Choose a tag to compare

Starknet Unity SDK - Release 1.0.0

We're excited to introduce the first release of Starknet Unity SDK. This release makes it easy for Unity developers to integrate Starknet into their project.

Features

  • Unity Integration: With just a few steps, Starknet Unity SDK can be integrated into any Unity project.

  • Starknet Connection: Our SDK offers out-of-the-box support for connecting with the Starknet blockchain.

  • Wallet Support: We currently support Argent and Braavos wallets on web. Mobile support coming soon

  • Out of the box Tools: Whether it's querying balances, sending transactions, or diving deep into smart contract interactions, Starknet Unity SDK has got you covered.

Credits

Special mention to Nethereum for their Keccak hash computation utility, which we utilize in this SDK.

Feedback and Contributions

Your feedback is invaluable to us! If you encounter any issues or have suggestions, please open an issue or consider contributing to the project.

Future Plans

Stay tuned for future updates where we plan to bring in more features, improved performance, and support for more wallets.