Releases: algorand/avm-abi
Releases · algorand/avm-abi
v0.2.0
v0.1.1
What's Changed
- Replace deprecated golint with revive by @michaeldiamant in #10
- Expand docs for Encode and Decode by @jasonpaulos in #11
- Fix for parsing type strings for tuples containing static arrays of tuples by @ahangsu in #13
- Allowing zero-length in static array by @ahangsu in #14
New Contributors
- @michaeldiamant made their first contribution in #10
- @ahangsu made their first contribution in #13
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Added
- The
abi.Type
struct andabi.TypeOf
function, which support basic ARC-4 data types.