Remix Release v0.43.0

Rob Stupay
Remix Project
Published in
2 min readFeb 14, 2024

The Big News

  • File Explorer: hover icons and right-click compile Vyper
  • Vyper compiler updates
  • Indication for external plugins
  • WalletConnect updated

File Explorer Updates

Hover icons in File Explorer

Now in the File Explorer, when you hover over a file or folder to the right there will be some tool icons.

Right-click compile Vyper file

So you’ve got a Vyper file in Remix and want to compile it AND you are lazy… what are you going to do? With this release, right-click the file:

The Vyper compiler plugin will automatically load, and you can see your compiler errors there (if you have any).

Vyper Compiler Updates

The Vyper compiler now shows compiler errors in cards below the Compile button.

Indication for External Plugins

Remix has plugins that the Remix team maintains, and plugins that external teams develop and maintain. The Remix team plugins have a green check mark, and now external ones have a warning symbol.

WalletConnect Plugin Updated

  • Updated Web3Modal SDK to v3.5.7
  • Added support for EIP-6963
  • Added support for more chains

Thanks so much to glitch-txs for contributing this PR!

Bug Fixes

  • Flattening now works with Solidity remappings. Thanks to nakul1010 for reporting this issue.
  • We fixed a bug for copying an address when using the External Http Provider. Thanks, EthanBlockson

Thank You, Dear Remix Users

Please report any problems you find in Remix. And, as always, please send us any suggestions about changes you’d like to see in Remix, or any functionality you think would be useful to add.

We no longer follow the discussions on Gitter, so we encourage you to move over to our Discord server for community support. Or, send us an email at remix@ethereum.org!

--

--