algorand / generator

OpenAPI parser/generator.
9 stars 13 forks source link

Add disassemble post query to Go SDK #44

Closed algochoi closed 1 year ago

algochoi commented 1 year ago

Overrides the TealDisassemble query in query.vm for the Go SDK.

This is part of a fix in the Go SDK where the disassemble endpoint was generated as a GET query instead of a POST query: https://github.com/algorand/go-algorand-sdk/pull/436