Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDKs: Support sourcemap decoding #198

Closed
michaeldiamant opened this issue Jun 24, 2022 · 4 comments
Closed

SDKs: Support sourcemap decoding #198

michaeldiamant opened this issue Jun 24, 2022 · 4 comments
Assignees

Comments

@michaeldiamant
Copy link
Contributor

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

@barnjamin
Copy link
Contributor

barnjamin commented Jun 24, 2022

Python PR algorand/py-algorand-sdk#353 (Merged)

@barnjamin
Copy link
Contributor

barnjamin commented Jun 24, 2022

Go PR algorand/go-algorand-sdk#335 (Pending generator issues)

@barnjamin
Copy link
Contributor

barnjamin commented Jun 24, 2022

JS PR algorand/js-algorand-sdk#590 (Merged)

@barnjamin
Copy link
Contributor

barnjamin commented Jun 24, 2022

Testing PR #199 (Merged)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants