Skip to content

Releases: bloxbean/algodea

v0.9.0

30 Apr 02:37
Compare
Choose a tag to compare

Changes

  • AVM 1.1 Opcodes support (TEAL 6)
  • Client code generation (JavaScript) for
    • Stateful contract operations
    • Stateless contract operations
    • ASA operations
    • Transfer Algo/ASA

Note : This release is available in Jetbrains Plugin Marketplace.

Supported IDE version : 2021.1 or above

v0.9.0-beta2

23 Apr 15:42
Compare
Choose a tag to compare

Changes

  • AVM 1.1 Opcodes support (TEAL 6)
  • Client code generation (JavaScript) for
    • Stateful contract operations
    • Stateless contract operations
    • ASA operations
    • Transfer Algo/ASA

Note : This release will not be available in Jetbrains Plugin Marketplace. Only main release (v0.9.0) will be available.

Please download the zip and manually install in the IDE.

Supported IDE version : 2021.1 or above

v0.9.0-beta1

09 Apr 14:56
Compare
Choose a tag to compare

Changes

  • AVM 1.1 Opcodes support (TEAL 6)
  • Client code generation (JavaScript) for Stateful contracts (Experimental)
  • Algoexplorer api endpoints updated

Note : This release will not be available in Jetbrains Plugin Marketplace. Only main release (v0.9.0) will be available.

Please download the zip and manually install in the IDE.

Supported IDE version : 2021.1 or above

v0.8.0

08 Nov 12:57
Compare
Choose a tag to compare

Changes

  • AVM 1.0 Opcodes support (TEAL v5)
  • On-Completion option during stateful contract creation

v0.8.0-beta

31 Oct 14:46
Compare
Choose a tag to compare

Changes

  • AVM 1.0 Opcodes support (TEAL v5)
  • On-Completion option during stateful contract creation

v0.7.0

22 Sep 14:42
Compare
Choose a tag to compare

Features

  • TEAL Debugger support

v0.7.0-beta1

01 Sep 15:16
Compare
Choose a tag to compare

Changes:

  • TEAL Debugger support

v0.6.0

25 Jul 04:38
Compare
Choose a tag to compare

Changes

  • TEAL v4 support (New Opcodes, Txn Fields)
  • New Structure view

v0.6.0-beta

16 Jul 12:29
Compare
Choose a tag to compare

Changes

  • TEAL v4 support (New Opcodes, Txn Fields)
  • New Structure view

v0.5.0

09 Jul 07:06
Compare
Choose a tag to compare

Changes

  • TEAL v3 support (New Opcodes, Global Fields, Txn Fields)
  • Auto-complete, Syntax Highlights for TEAL v3
  • Algorand java sdk version updated to support v3 deployment
  • Error highlighter if v3 opcodes are used in TEAL v2 files