-
Notifications
You must be signed in to change notification settings - Fork 523
Closed
Labels
Team Scytalenew-feature-requestFeature request that needs triageFeature request that needs triageunplanned
Description
Problem
When using the API to compile a teal contract, if there is a syntax error or something else the error returned is a generic "%d error(s)" with no hints on what it might be.
The assembler does have some list of the errors but summarizes them with a count here:
https://github.com/algorand/go-algorand/blob/master/data/transactions/logic/assembler.go#L1676-L1682
Is this done for a specific reason or could we return some string with all the error messages or at least the first N?
Metadata
Metadata
Assignees
Labels
Team Scytalenew-feature-requestFeature request that needs triageFeature request that needs triageunplanned