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

feat: add cleanTokens to new/wallet #648

Merged
merged 3 commits into from
May 16, 2024

Conversation

alexruzenhack
Copy link
Contributor

Acceptance Criteria

  • It should add cleanTokens to new/wallet on stop method

Security Checklist

  • Make sure you do not include new dependencies in the project unless strictly necessary and do not include dev-dependencies as production ones. More dependencies increase the possibility of one of them being hijacked and affecting us.

Copy link

codecov bot commented May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.63%. Comparing base (07e7cbe) to head (904bfd1).

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #648       +/-   ##
===========================================
+ Coverage   62.48%   79.63%   +17.14%     
===========================================
  Files          77       77               
  Lines        5838     5838               
  Branches     1227     1214       -13     
===========================================
+ Hits         3648     4649     +1001     
+ Misses       2093     1172      -921     
+ Partials       97       17       -80     

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

@@ -36,13 +36,13 @@ describe('handleStop', () => {
it('should work with memory store', async () => {
const store = new MemoryStore();
await handleStopTest(store);
}, 10000);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have had to increase the timeout to make the test pass on the CI process.

@alexruzenhack alexruzenhack merged commit be9f170 into master May 16, 2024
4 checks passed
@alexruzenhack alexruzenhack deleted the feat/add-cleanTokens-to-stop branch May 16, 2024 16:33
This was referenced May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants