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

refactor(its): add BytesExt trait #108

Merged
merged 4 commits into from
Dec 10, 2024
Merged

Conversation

AttissNgo
Copy link
Contributor

@AttissNgo AttissNgo commented Dec 9, 2024

- add BytesExt trait to axelar-soroban-std package
- implement from_hex conversion function on Soroban Bytes type
@AttissNgo AttissNgo requested a review from a team as a code owner December 9, 2024 19:23
@codecov-commenter
Copy link

codecov-commenter commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.72%. Comparing base (6fa56a9) to head (5e3486b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #108      +/-   ##
==========================================
+ Coverage   92.69%   92.72%   +0.03%     
==========================================
  Files          46       46              
  Lines        2997     2997              
==========================================
+ Hits         2778     2779       +1     
+ Misses        219      218       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

packages/axelar-soroban-std/Cargo.toml Outdated Show resolved Hide resolved
packages/axelar-soroban-std/src/traits.rs Outdated Show resolved Hide resolved
- add hex dependency to workspace
- improved error message for BytesExt from_hex
@AttissNgo AttissNgo merged commit 0b2d38a into main Dec 10, 2024
5 checks passed
@AttissNgo AttissNgo deleted the refactor/its-bytes-ext-trait branch December 10, 2024 13:07
@ahramy ahramy mentioned this pull request Jan 21, 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.

3 participants