Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

refactor: add ability to display active swaps not present in config json #133

Merged
merged 2 commits into from
Dec 18, 2022

Conversation

aorumbayev
Copy link
Contributor

@aorumbayev aorumbayev commented Nov 19, 2022

Work in progress.

Based on user report bug - latency in ipfs file upload can cause cases when swaps are not persisted in configuration file and are not propagated via pay txn note on users proxy address. Current aid is to add an option fetching all active swaps created which arent visible on swap configuration file

@codecov
Copy link

codecov bot commented Nov 19, 2022

Codecov Report

Merging #133 (4de2d12) into main (080f42d) will decrease coverage by 0.68%.
The diff coverage is 28.16%.

❗ Current head 4de2d12 differs from pull request most recent head c17f7ef. Consider uploading reports for the commit c17f7ef to get more accurate results

@@            Coverage Diff             @@
##             main     #133      +/-   ##
==========================================
- Coverage   44.62%   43.94%   -0.69%     
==========================================
  Files         103      104       +1     
  Lines        2335     2394      +59     
  Branches      215      220       +5     
==========================================
+ Hits         1042     1052      +10     
- Misses       1267     1315      +48     
- Partials       26       27       +1     
Impacted Files Coverage Δ
src/utils/api/accounts/optAssetsForAccount.ts 25.00% <ø> (ø)
src/utils/api/swaps/createInitSwapTxns.ts 100.00% <ø> (ø)
src/utils/api/swaps/createSaveSwapConfigTxns.ts 100.00% <ø> (ø)
src/utils/api/swaps/createSwapDeactivateTxns.ts 26.66% <ø> (ø)
src/utils/api/swaps/createSwapDepositTxns.ts 29.41% <ø> (ø)
src/utils/api/swaps/loadSwapConfigurations.ts 32.25% <0.00%> (-17.75%) ⬇️
src/components/Dialogs/ManageSwapDialog.tsx 32.14% <17.64%> (-2.54%) ⬇️
src/redux/slices/walletConnectSlice.ts 55.88% <33.33%> (-2.36%) ⬇️
...pi/accounts/recoverSwapConfigurationsForAccount.ts 37.50% <37.50%> (ø)
src/pages/swaps/my-swaps.page.tsx 53.06% <46.15%> (-10.58%) ⬇️
... and 1 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link
Contributor

github-actions bot commented Nov 19, 2022

Deploy preview for algoworld-swapper-staging ready!

✅ Preview
https://algoworld-swapper-staging-jhg0uvvsi-algoworldexplorer.vercel.app
https://pr133-252.vercel-action.millionalgos.com

Built with commit c17f7ef.
This pull request is being automatically deployed with vercel-action

@aorumbayev aorumbayev marked this pull request as draft December 1, 2022 02:52
@aorumbayev aorumbayev marked this pull request as ready for review December 18, 2022 14:34
@aorumbayev aorumbayev merged commit 85b1ff6 into main Dec 18, 2022
@aorumbayev aorumbayev deleted the feat/restoring-swaps branch December 18, 2022 14:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant