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

Make sure the SDK and algod agree on encoding #272

Closed
jasonpaulos opened this issue Feb 1, 2021 · 1 comment · Fixed by #280
Closed

Make sure the SDK and algod agree on encoding #272

jasonpaulos opened this issue Feb 1, 2021 · 1 comment · Fixed by #280
Assignees
Labels

Comments

@jasonpaulos
Copy link
Contributor

Summary

If the lease or assetMetadataHash fields of Transaction are encoded in a way inconsistant with algod, signatures generated by this SDK will appear to be invalid to algod.

Scope

Make sure that the SDK correctly validates and omits (when empty) the lease and assetMetadataHash fields.

Urgency

This is a small but important fix.

@jasonpaulos jasonpaulos added the FDE label Feb 1, 2021
@jasonpaulos
Copy link
Contributor Author

This probably also affects the asset manager fields in an asset config txn as well.

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

Successfully merging a pull request may close this issue.

2 participants