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

Enable pending acceptance tests #524

Closed
wants to merge 9 commits into from
Closed

Conversation

Ivo-Yankov
Copy link
Collaborator

Description:
Re-enables tests for:

  • HTS Precompile methods: wipeTokenAccount, wipeTokenAccountNFT
  • HTS Token methods: allowance, transferFrom

Related issue(s):

Fixes #521

Notes for reviewer:

Checklist

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

@Ivo-Yankov Ivo-Yankov self-assigned this Sep 16, 2022
@Ivo-Yankov Ivo-Yankov added enhancement New feature or request limechain labels Sep 16, 2022
# Conflicts:
#	packages/server/tests/acceptance/htsPrecompile.spec.ts
@codecov-commenter
Copy link

codecov-commenter commented Sep 16, 2022

Codecov Report

Base: 76.38% // Head: 76.67% // Increases project coverage by +0.29% 🎉

Coverage data is based on head (6fd3cf2) compared to base (400a1e7).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #524      +/-   ##
==========================================
+ Coverage   76.38%   76.67%   +0.29%     
==========================================
  Files          12       12              
  Lines         923      926       +3     
  Branches      144      145       +1     
==========================================
+ Hits          705      710       +5     
+ Misses        165      164       -1     
+ Partials       53       52       -1     
Impacted Files Coverage Δ
packages/relay/src/lib/eth.ts 84.64% <0.00%> (+0.54%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Nana-EC Nana-EC added this to the 0.8.0 milestone Sep 16, 2022
Nana-EC
Nana-EC previously approved these changes Sep 16, 2022
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Ivo-Yankov
Copy link
Collaborator Author

Moving changes from this PR to #464 to simplify merging

@Ivo-Yankov Ivo-Yankov closed this Sep 19, 2022
Nana-EC added a commit that referenced this pull request Sep 20, 2022
Adds tests for getTokenKey and updateTokenKeys.
Applies changes from PR #524
Adds a new acceptance test suite - htsPrecompile_v2 in order to reduce the size of BaseHTS.sol so that the bytecode doesn't exceed 24kb.

Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Co-authored-by: Nana Essilfie-Conduah <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request limechain
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable pending acceptance tests
3 participants