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

fix: rework examples #2646

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

fix: rework examples #2646

wants to merge 4 commits into from

Conversation

ivaylonikolov7
Copy link
Contributor

@ivaylonikolov7 ivaylonikolov7 commented Nov 13, 2024

Description:
Uncomments non-working example after the latest changes and applies necessary changes for them to work again.

Fixes #2619

Notes for reviewer:
Removed the last steps in the example(where we add the signatures) because after the latest sig map changes adding back the signatures after using removeSignature functionalities create unnecessary code gymnastics.

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Ivaylo Nikolov <[email protected]>
Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.85%. Comparing base (e44cdf8) to head (d20c4d2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2646      +/-   ##
==========================================
+ Coverage   84.81%   84.85%   +0.04%     
==========================================
  Files         284      284              
  Lines       71281    71281              
==========================================
+ Hits        60457    60487      +30     
+ Misses      10824    10794      -30     

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

Signed-off-by: Ivaylo Nikolov <[email protected]>
@ivaylonikolov7 ivaylonikolov7 marked this pull request as ready for review November 17, 2024 22:05
@ivaylonikolov7 ivaylonikolov7 requested review from a team as code owners November 17, 2024 22:05
Copy link
Contributor

@ivaylogarnev-limechain ivaylogarnev-limechain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Ivaylo Nikolov <[email protected]>
Copy link

sonarcloud bot commented Nov 26, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
30.6% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

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.

Rework removed examples
2 participants