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

external-api: external_match: fix mint serialization in match_bundle #866

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

sehyunc
Copy link
Contributor

@sehyunc sehyunc commented Dec 19, 2024

Purpose

This PR replaces biguint_to_hex_string with biguint_to_hex_addr so that hex strings are padded to the Ethereum address length. This addresses an issue where match bundles were returning mints with invalid Etheruem addresses due to lack of padding.

Testing

  • Tested in testnet

@sehyunc sehyunc force-pushed the sehyun/pad-bundle-mint branch from 37fbfc3 to 6202130 Compare December 19, 2024 21:28
@sehyunc sehyunc requested a review from joeykraut December 19, 2024 21:29
@sehyunc sehyunc merged commit 973e819 into main Dec 19, 2024
3 of 4 checks passed
@sehyunc sehyunc deleted the sehyun/pad-bundle-mint branch December 19, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants