Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Releases: multiversx/mx-deprecated-ide-vscode

Preview for SF

30 Oct 10:09
Compare
Choose a tag to compare

Fix encoding of parameters. Add description. "0x" prefix mandatory for "user-encoded" args.

First preview

30 Oct 07:28
Compare
Choose a tag to compare

Create .hex and .hex.arwen files at build time (after building .wasm).
Improve error detection, throwing, handling (http dialogue, mostly).

First preview

29 Oct 18:48
Compare
Choose a tag to compare
First preview Pre-release
Pre-release

Possible fix for macos, set LD_LIBRARY_PATH.
Subprojects - extract in separate module, better handling of errors.
Add restDialogueSnippets.
Fix "friendly id" of smart contract.

First preview

29 Oct 11:42
Compare
Choose a tag to compare
First preview Pre-release
Pre-release

Updated syms. Feature to export functions according to *.export files (located near *.c files).
Command: "create smart contract" erc20 / dummy.
Better handling of errors.
Prepare txData for deploy, append deploy / init() arguments

First preview

28 Oct 12:33
Compare
Choose a tag to compare
First preview Pre-release
Pre-release

Optimize download of llvm (as archive instead of individual files).
Add some form validation for deploy() and run().
Add command "prepare workspace", which creates the file "elrond_sc.h" in the workspace.

First preview

28 Oct 09:19
Compare
Choose a tag to compare
First preview Pre-release
Pre-release

Improved exception handling - throw, catch, handle, display chain of errors.

First preview

27 Oct 18:57
Compare
Choose a tag to compare
First preview Pre-release
Pre-release

Improved navigation - retainContextWhenHidden (when switching between active files).
Improved logging, user feedback.
Improved content of environment tab.
Fixed creation of folders if they don't exist.

First preview

26 Oct 21:06
Compare
Choose a tag to compare
First preview Pre-release
Pre-release

Fixed preparation of transaction data.

First preview

25 Oct 11:42
Compare
Choose a tag to compare
First preview Pre-release
Pre-release
0.0.5

Increment version.

First preview

25 Oct 09:39
Compare
Choose a tag to compare
First preview Pre-release
Pre-release

More complete logic for setting up the environment (install go, build the debug node and so on).