Releases: algorand/avm-debugger
Releases · algorand/avm-debugger
v0.3.0
What's Changed
- feat: puya debugging support (#2) by @aorumbayev in #23
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Changed
- Remove vendored
algosdk
dependency in favor of[email protected]
(#21 ). Due to a difference in how the neweralgosdk
produces JSON encodedSignedTransaction
objects, the JSON key order for transactions have changed slightly, but their content remains the same.
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Added
- Initial AVM debug adapter implementation.