algorand / go-algorand-sdk

Algorand Golang SDK

Home Page:https://pkg.go.dev/github.com/algorand/go-algorand-sdk/v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support AVM 1.0

jasonpaulos opened this issue · comments

Summary

Update this SDK to work with features from AVM 1.0.

Scope

Specifically:

  • Update TEAL langspec & add corresponding tests
  • Make sure algod REST endpoints can support returning logs and inner transactions (regenerate REST client code).
  • Add a way to get app address from app ID (and test it).

Urgency

AVM 1.0 just got enabled in BetaNet, so good to do this as soon as possible.