Add ClearSign Support for Staking 2.0 Operations#23
Merged
tdejoigny-ledger merged 28 commits intoMay 27, 2026
Merged
Conversation
dbaranov-hoodies
marked this pull request as draft
April 20, 2026 12:29
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #23 +/- ##
===========================================
+ Coverage 81.05% 84.93% +3.88%
===========================================
Files 10 10
Lines 1863 2184 +321
Branches 449 501 +52
===========================================
+ Hits 1510 1855 +345
+ Misses 341 313 -28
- Partials 12 16 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
dbaranov-hoodies
marked this pull request as ready for review
April 21, 2026 13:24
tdejoigny-ledger
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
developThis PR adds clear signing support for Tezos staking 2.0 operations and wrapped token transactions.
Changes
Staking 2.0: Implement clear signing for staking operation types
Wrapped tokens: Enable clear signing support for wrapped token transactions
Unit tests: Expand C-level operation parser unit tests (migrated to CMake-based unit-tests/ structure)
Security audit fixes: Address minor issues flagged in the security audit report
Test utilities: Refactored standalone test utilities (message.py, navigator.py) with improved Tezos encoding helpers