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/LDG-530--nano-app-implement-signtransferwithscheduleand #31

Merged

Conversation

keiff3r
Copy link

@keiff3r keiff3r commented Dec 9, 2024

Add test_sign_tx_transfer_with_schedule_and_memo_legacy_path to verify signing
functionality for transactions that combine scheduled transfers with memos.
The test includes:

  • New P1 enum values for memo scheduled transfers
  • Refactored variable name from memo_chunk to memo_chunks for clarity
  • Added new test case that:
    • Sends header with address
    • Processes memo in chunks
    • Handles multiple scheduled payment pairs
    • Verifies final signature

Related changes:

  • Added P1_MEMO_SCHEDULED_TRANSFER (0x03)
  • Added P1_INITIAL_SCHEDULED_TRANSFER_WITH_MEMO (0x02)

Add test_sign_tx_transfer_with_schedule_and_memo_legacy_path to verify signing
functionality for transactions that combine scheduled transfers with memos.
The test includes:

- New P1 enum values for memo scheduled transfers
- Refactored variable name from memo_chunk to memo_chunks for clarity
- Added new test case that:
  - Sends header with address
  - Processes memo in chunks
  - Handles multiple scheduled payment pairs
  - Verifies final signature

Related changes:
- Added P1_MEMO_SCHEDULED_TRANSFER (0x03)
- Added P1_INITIAL_SCHEDULED_TRANSFER_WITH_MEMO (0x02)
@keiff3r keiff3r requested a review from a team December 9, 2024 13:29
@keiff3r keiff3r marked this pull request as ready for review December 9, 2024 13:29
n4l5u0r
n4l5u0r previously approved these changes Dec 9, 2024
@n4l5u0r
Copy link

n4l5u0r commented Dec 9, 2024

@keiff3r tu as des conflits à résoudre

@n4l5u0r n4l5u0r merged commit 2d8a950 into main Dec 9, 2024
29 of 30 checks passed
@n4l5u0r n4l5u0r deleted the feat/LDG-530--nano-app-implement-signtransferwithscheduleand branch December 9, 2024 15:38
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.

3 participants