-
Notifications
You must be signed in to change notification settings - Fork 78
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
Conversation
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
# Conflicts: # packages/server/tests/acceptance/htsPrecompile.spec.ts
Signed-off-by: Ivo Yankov <[email protected]>
Codecov ReportBase: 76.38% // Head: 76.67% // Increases project coverage by
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
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. |
Signed-off-by: Ivo Yankov <[email protected]>
Kudos, SonarCloud Quality Gate passed!
|
Moving changes from this PR to #464 to simplify merging |
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]>
Description:
Re-enables tests for:
wipeTokenAccount
,wipeTokenAccountNFT
allowance
,transferFrom
Related issue(s):
Fixes #521
Notes for reviewer:
Checklist