Skip to content

Releases: algorand/avm-debugger

v0.2.0

22 Aug 15:58
Compare
Choose a tag to compare

Changed

  • Remove vendored algosdk dependency in favor of [email protected] (#21 ). Due to a difference in how the newer algosdk produces JSON encoded SignedTransaction objects, the JSON key order for transactions have changed slightly, but their content remains the same.

v0.1.3

04 Jan 21:21
Compare
Choose a tag to compare

Fixed

  • Fix app state not being properly reset when stepping back (#19)
  • Properly handle failing clear state programs (#20)

v0.1.2

15 Dec 00:00
Compare
Choose a tag to compare

Fixed

  • Fix file path handling on Windows (#18)
  • Remove algosdk source map references that were unusable

v0.1.1

27 Nov 16:33
Compare
Choose a tag to compare

Added

  • Add support for TS < 4.7 and projects with non nodenext/node16 module resolution settings (#16)

v0.1.0

27 Nov 16:24
Compare
Choose a tag to compare

Added

  • Initial AVM debug adapter implementation.