Skip to content

Releases: NethermindEth/starknet-remix-plugin

v0.3.3

21 Feb 09:57
Compare
Choose a tag to compare

What's Changed

  • add scarb v2.5.3 by @varex83 in #238
  • add cairo v2.5.0, v2.5.1, v2.5.2, v2.5.3 and v2.5.4 support by @rjnrohit

Full Changelog: v0.3.2...v0.3.3

v0.3.2

16 Feb 14:31
ced8ab6
Compare
Choose a tag to compare

Add support to import multiple source files via an URL #233 thanks @rjnrohit

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

23 Jan 09:43
d81a694
Compare
Choose a tag to compare

Added experimental sepolia support

v0.3.0

09 Jan 11:33
cf83273
Compare
Choose a tag to compare

UI improvement patch and bug fixes

v0.2.9

09 Jan 01:18
a74173e
Compare
Choose a tag to compare

🚀 Exciting Plugin Update Alert! 🚀

We're thrilled to announce a comprehensive revamp of the entire plugin, thanks to the dedicated efforts and contributions from the amazing @varex83! 🙌

Key Highlights of the Update:

✨ Enhanced Compilation, Deployment, and Interaction Views
✨ A Sleeker Look for the Transactions History Section
✨ Remodeled Environment Box
✨ Introducing a Separate Setting Section for Compiler Version and Explorer Selection

Get ready for a more seamless and visually appealing experience with these fantastic improvements! 🎉

v0.2.8

15 Dec 10:11
e6cf3e7
Compare
Choose a tag to compare

What's Changed

  • Added support for cairo v2.4.0

  • UI enhancements including
    ⚡️Embedded WalletConnect interface - no need for an extra plugin
    ⚡️Revamped declare and deploy interface for simpler input writing
    ⚡️Added a new 'declare' button

  • Bug fixes

v0.2.7-rc

04 Dec 06:22
Compare
Choose a tag to compare

Issue fix

Scarb compile button doesn't appear and plugin fails to write example hello_world folder contents during 1st reload

v0.2.7

22 Nov 13:33
Compare
Choose a tag to compare

What's Changed

  • In this latest release, we've enhanced plugin compatibility by integrating seamlessly with the starknet-devnet-rs server, marking a shift from the previous support for the Pythonic starknet-devnet. This update brings improved performance and reliability, ensuring a smoother experience for developers. 🚀

  • A special shoutout to @rjnrohit for their invaluable contribution! 🙏 Thanks to PR #208, our plugin now boasts support for the local Katana, opening up new possibilities for development. 🎉

Upgrade now to experience the next level of functionality and efficiency! 🌐
Screenshot 2023-11-22 at 6 58 57 PM

v0.2.6

14 Nov 09:53
37906cc
Compare
Choose a tag to compare

Bug Fix

This release fixes the bug when users were getting the error (or similar) shown below during the compilation. Thanks to @stranger80 for the PR #204 👏

Screenshot 2023-11-14 at 3 19 06 PM

v0.2.5

10 Nov 14:01
34ec897
Compare
Choose a tag to compare

Stability improvement patch and bug fixes

What's Changed

  • Added support for the latest cairo version v2.3.1 and made it as a default cairo compiler for the plugin. commit by @rjnrohit #185
  • Added tooltip for the u256 hint . commit by @rjnrohit #183
  • Implemented rate limiting feature #173 thanks to @varex83 👏
  • Added support for ArgentX wallet 🎉. You can declare/deploy contracts & interact with them through argentX account✌️. thanks to @rjnrohit for the PR #198