Skip to content

feat(deeplink): add calldata URL support and extend QR parsing #14

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SajeeTechi
Copy link
Contributor

  • Add new QRFormat.calldataUrl for handling calldata URLs
  • Extend ParseQRData type to 4-tuple [address, value, description, alias/calldata]
  • Add parseCalldataUrl function for parsing calldata URLs
  • Update all existing parsers to return 4-tuple format
  • Update test cases to match new ParseQRData structure

This enables parsing of URLs containing calldata parameters for smart contract interactions.

- Add new QRFormat.calldataUrl for handling calldata URLs
- Extend ParseQRData type to 4-tuple [address, value, description, alias/calldata]
- Add parseCalldataUrl function for parsing calldata URLs
- Update all existing parsers to return 4-tuple format
- Update test cases to match new ParseQRData structure

This enables parsing of URLs containing calldata parameters for smart contract interactions.
@SajeeTechi SajeeTechi requested a review from kevtechi June 30, 2025 13:08
@SajeeTechi SajeeTechi self-assigned this Jun 30, 2025
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.

1 participant