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

feat: extract_contract_call_data function pub modifier #1553

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

zees-dev
Copy link
Contributor

@zees-dev zees-dev commented Dec 6, 2024

Summary

Made the extract_contract_call_data function public in the ReceiptParser struct to allow external access to the function.
This is required to construct low-level calls if you dont want to use CallHandler and instead want to manually deal with the low-level bytes (Vec<u8>) data.

Checklist

  • All changes are covered by tests (or not applicable)
  • All changes are documented (or not applicable)
  • I reviewed the entire PR myself (preferably, on GH UI)
  • I described all Breaking Changes (or there's none)

@digorithm digorithm changed the title extract_contract_call_data function pub modifier feat: extract_contract_call_data function pub modifier Dec 10, 2024
@zees-dev zees-dev enabled auto-merge (squash) December 10, 2024 10:17
@zees-dev zees-dev merged commit 9e2aae4 into master Dec 10, 2024
45 checks passed
@zees-dev zees-dev deleted the chore/pub_extract_contract_call_data branch December 10, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants