Skip to content

v0.10.0 remix plugin engine update, remix simulator and UI improvements

Compare
Choose a tag to compare
@LianaHus LianaHus released this 15 Apr 13:45
· 1507 commits to master since this release
498af45

What's new

  • Remix IDE is pulling plugins from plugins directory ( https://github.com/ethereum/remix-plugins-directory )
  • many thanks to ethworks for developing Dark and Light themes for Remix IDE and for design improvements suggestion ( https://ethworks.io )
  • a lot of new e2e tests have been added to improve the quality and stability of Ide ( @ioedeveloper )
  • very useful improvement to a script running in IDE: you can now use async/await for script execution (@yann300)
  • more test examples added to documentation and other improvements in solidity unit testing ( @Aniket-Engg )
  • publish the source code and ABI to IPFS added to Deploy & Run plugin.

Remix IDE

Remixd

Remixd is a tool which provide a way to access your local file from any remix IDE web app.

  • npm install -g remixd
  • remixd is included in remix-ide NPM package. it automatically shares the current local folder (or the given folder if any)

Change Log

v0.10.0 (2020/04/15 12:19 +00:00)