You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding PC-to-TEAL sourcemaps via algorand/go-algorand#3725, it'd be helpful for SDKs to provide sourcemap decoding capabilities.
Without SDK-provided functionality, users wishing to decode a sourcemap must implement VLQ decoding. It's a non-trivial exercise and feels like a need that can be met through the SDKs.
Problem
After adding PC-to-TEAL sourcemaps via algorand/go-algorand#3725, it'd be helpful for SDKs to provide sourcemap decoding capabilities.
Without SDK-provided functionality, users wishing to decode a sourcemap must implement VLQ decoding. It's a non-trivial exercise and feels like a need that can be met through the SDKs.
Solution
For Python, @algochoi provided a solution in https://github.com/algochoi/teal-sourcemap-decoder/.
Dependencies
Urgency
The text was updated successfully, but these errors were encountered: