@rabbitio/ui-kit 1.0.0-beta.7 → 1.0.0-beta.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitlab-ci.yml +29 -0
- package/.husky/commit-msg +14 -0
- package/.husky/pre-push +1 -0
- package/CHANGELOG.md +0 -0
- package/README.md +27 -18
- package/coverage/base.css +224 -0
- package/coverage/block-navigation.js +87 -0
- package/coverage/clover.xml +11536 -0
- package/coverage/coverage-final.json +100 -0
- package/coverage/favicon.png +0 -0
- package/coverage/index.html +986 -0
- package/coverage/prettify.css +1 -0
- package/coverage/prettify.js +2 -0
- package/coverage/rabbit-ui-kit/index.html +116 -0
- package/coverage/rabbit-ui-kit/index.js.html +88 -0
- package/coverage/rabbit-ui-kit/src/assets/wrappedImages/arrowIcon.jsx.html +124 -0
- package/coverage/rabbit-ui-kit/src/assets/wrappedImages/arrowTosca.jsx.html +127 -0
- package/coverage/rabbit-ui-kit/src/assets/wrappedImages/arrowWhite.jsx.html +127 -0
- package/coverage/rabbit-ui-kit/src/assets/wrappedImages/darkRectangle.jsx.html +106 -0
- package/coverage/rabbit-ui-kit/src/assets/wrappedImages/determinedError.jsx.html +439 -0
- package/coverage/rabbit-ui-kit/src/assets/wrappedImages/failedValidationIcon.jsx.html +202 -0
- package/coverage/rabbit-ui-kit/src/assets/wrappedImages/index.html +251 -0
- package/coverage/rabbit-ui-kit/src/assets/wrappedImages/infoIcon.jsx.html +133 -0
- package/coverage/rabbit-ui-kit/src/assets/wrappedImages/noticeQuestionIcon.jsx.html +247 -0
- package/coverage/rabbit-ui-kit/src/assets/wrappedImages/successfulValidationIcon.jsx.html +163 -0
- package/coverage/rabbit-ui-kit/src/assets/wrappedImages/walletIcon.jsx.html +151 -0
- package/coverage/rabbit-ui-kit/src/common/adapters/axiosAdapter.js.html +190 -0
- package/coverage/rabbit-ui-kit/src/common/adapters/index.html +131 -0
- package/coverage/rabbit-ui-kit/src/common/adapters/qrUtils.js.html +139 -0
- package/coverage/rabbit-ui-kit/src/common/amountUtils.js.html +1162 -0
- package/coverage/rabbit-ui-kit/src/common/errorUtils.js.html +211 -0
- package/coverage/rabbit-ui-kit/src/common/external-apis/apiGroups.js.html +250 -0
- package/coverage/rabbit-ui-kit/src/common/external-apis/index.html +131 -0
- package/coverage/rabbit-ui-kit/src/common/external-apis/ipAddressProviders.js.html +352 -0
- package/coverage/rabbit-ui-kit/src/common/fiatCurrenciesService.js.html +544 -0
- package/coverage/rabbit-ui-kit/src/common/index.html +146 -0
- package/coverage/rabbit-ui-kit/src/common/models/blockchain.js.html +115 -0
- package/coverage/rabbit-ui-kit/src/common/models/coin.js.html +544 -0
- package/coverage/rabbit-ui-kit/src/common/models/index.html +146 -0
- package/coverage/rabbit-ui-kit/src/common/models/protocol.js.html +100 -0
- package/coverage/rabbit-ui-kit/src/common/utils/cache.js.html +811 -0
- package/coverage/rabbit-ui-kit/src/common/utils/emailAPI.js.html +133 -0
- package/coverage/rabbit-ui-kit/src/common/utils/index.html +161 -0
- package/coverage/rabbit-ui-kit/src/common/utils/logging/index.html +131 -0
- package/coverage/rabbit-ui-kit/src/common/utils/logging/logger.js.html +208 -0
- package/coverage/rabbit-ui-kit/src/common/utils/logging/logsStorage.js.html +268 -0
- package/coverage/rabbit-ui-kit/src/common/utils/postponeExecution.js.html +118 -0
- package/coverage/rabbit-ui-kit/src/common/utils/safeStringify.js.html +235 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/AssetIcon/AssetIcon.jsx.html +247 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/AssetIcon/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/AssetSelection/AssetSelection.jsx.html +286 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/AssetSelection/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/BackgroundTitle/BackgroundTitle.jsx.html +187 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/BackgroundTitle/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/InformationMessage/InformationMessage.jsx.html +235 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/InformationMessage/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/Input/Input.jsx.html +631 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/Input/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/LoadingDots/LoadingDots.jsx.html +196 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/LoadingDots/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/NoticeIcon/NoticeIcon.jsx.html +277 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/NoticeIcon/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/QrCode/QrCode.jsx.html +187 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/QrCode/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/RateSelector/RateSelector.jsx.html +172 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/RateSelector/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/SupportChat/SupportChat.jsx.html +214 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/SupportChat/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/Textarea/Textarea.jsx.html +523 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/Textarea/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/TitleBox/TitleBox.jsx.html +508 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/TitleBox/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/Tooltip/Tooltip.jsx.html +289 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/Tooltip/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/TwoLinesOfText/LinesOfText.jsx.html +307 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/TwoLinesOfText/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/Validation/Validation.jsx.html +208 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/Validation/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/buttons/Button/Button.jsx.html +712 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/buttons/Button/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/buttons/Close/Close.jsx.html +244 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/buttons/Close/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/buttons/LinkButton/LinkButton.jsx.html +403 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/buttons/LinkButton/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/buttons/RadioButtonWithText/RadioButtonWithText.jsx.html +415 -0
- package/coverage/rabbit-ui-kit/src/components/atoms/buttons/RadioButtonWithText/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/hooks/index.html +131 -0
- package/coverage/rabbit-ui-kit/src/components/hooks/useCallHandlingErrors.js.html +151 -0
- package/coverage/rabbit-ui-kit/src/components/hooks/useReferredState.js.html +157 -0
- package/coverage/rabbit-ui-kit/src/components/molecules/AmountInput/AmountInput.jsx.html +997 -0
- package/coverage/rabbit-ui-kit/src/components/molecules/AmountInput/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/molecules/CoinPicker/CoinPicker.jsx.html +1612 -0
- package/coverage/rabbit-ui-kit/src/components/molecules/CoinPicker/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/molecules/LineWithIconLink/LineWithIconLink.jsx.html +190 -0
- package/coverage/rabbit-ui-kit/src/components/molecules/LineWithIconLink/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/molecules/TitledLineWithIconLink/TitledLineWithIconLink.jsx.html +175 -0
- package/coverage/rabbit-ui-kit/src/components/molecules/TitledLineWithIconLink/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/organisms/CoinPickerDialogStep/CoinPickerDialogStep.jsx.html +277 -0
- package/coverage/rabbit-ui-kit/src/components/organisms/CoinPickerDialogStep/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/organisms/Dialog/Dialog.jsx.html +1480 -0
- package/coverage/rabbit-ui-kit/src/components/organisms/Dialog/DialogButtons/DialogButtons.jsx.html +451 -0
- package/coverage/rabbit-ui-kit/src/components/organisms/Dialog/DialogButtons/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/organisms/Dialog/DialogStep/DialogStep.jsx.html +1684 -0
- package/coverage/rabbit-ui-kit/src/components/organisms/Dialog/DialogStep/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/organisms/Dialog/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/organisms/SwapForm/SwapForm.jsx.html +3400 -0
- package/coverage/rabbit-ui-kit/src/components/organisms/SwapForm/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/templates/DeterminedErrorDialogStep/DeterminedErrorDialogStep.jsx.html +316 -0
- package/coverage/rabbit-ui-kit/src/components/templates/DeterminedErrorDialogStep/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/components/utils/index.html +161 -0
- package/coverage/rabbit-ui-kit/src/components/utils/inputValueProviders.js.html +235 -0
- package/coverage/rabbit-ui-kit/src/components/utils/textUtils.js.html +139 -0
- package/coverage/rabbit-ui-kit/src/components/utils/uiUtils.js.html +121 -0
- package/coverage/rabbit-ui-kit/src/components/utils/urlQueryUtils.js.html +271 -0
- package/coverage/rabbit-ui-kit/src/constants/atoms/Close/close.jsx.html +100 -0
- package/coverage/rabbit-ui-kit/src/constants/atoms/Close/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/constants/atoms/LinkButton/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/constants/atoms/LinkButton/linkButton.jsx.html +103 -0
- package/coverage/rabbit-ui-kit/src/constants/atoms/Tooltip/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/constants/atoms/Tooltip/tooltip.jsx.html +109 -0
- package/coverage/rabbit-ui-kit/src/constants/globalConstants.jsx.html +94 -0
- package/coverage/rabbit-ui-kit/src/constants/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/constants/organisms/dialog/DialogStep/dialogStep.js.html +88 -0
- package/coverage/rabbit-ui-kit/src/constants/organisms/dialog/DialogStep/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/constants/organisms/dialog/dialog.js.html +172 -0
- package/coverage/rabbit-ui-kit/src/constants/organisms/dialog/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/index.js.html +349 -0
- package/coverage/rabbit-ui-kit/src/robustExteranlApiCallerService/cacheAndConcurrentRequestsResolver.js.html +1570 -0
- package/coverage/rabbit-ui-kit/src/robustExteranlApiCallerService/cachedRobustExternalApiCallerService.js.html +526 -0
- package/coverage/rabbit-ui-kit/src/robustExteranlApiCallerService/cancelProcessing.js.html +172 -0
- package/coverage/rabbit-ui-kit/src/robustExteranlApiCallerService/concurrentCalculationsMetadataHolder.js.html +310 -0
- package/coverage/rabbit-ui-kit/src/robustExteranlApiCallerService/externalApiProvider.js.html +553 -0
- package/coverage/rabbit-ui-kit/src/robustExteranlApiCallerService/externalServicesStatsCollector.js.html +319 -0
- package/coverage/rabbit-ui-kit/src/robustExteranlApiCallerService/index.html +206 -0
- package/coverage/rabbit-ui-kit/src/robustExteranlApiCallerService/robustExternalAPICallerService.js.html +997 -0
- package/coverage/rabbit-ui-kit/src/swaps-lib/external-apis/index.html +131 -0
- package/coverage/rabbit-ui-kit/src/swaps-lib/external-apis/swapProvider.js.html +709 -0
- package/coverage/rabbit-ui-kit/src/swaps-lib/external-apis/swapspaceSwapProvider.js.html +2197 -0
- package/coverage/rabbit-ui-kit/src/swaps-lib/models/baseSwapCreationInfo.js.html +214 -0
- package/coverage/rabbit-ui-kit/src/swaps-lib/models/existingSwap.js.html +304 -0
- package/coverage/rabbit-ui-kit/src/swaps-lib/models/existingSwapWithFiatData.js.html +469 -0
- package/coverage/rabbit-ui-kit/src/swaps-lib/models/index.html +146 -0
- package/coverage/rabbit-ui-kit/src/swaps-lib/services/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/swaps-lib/services/publicSwapService.js.html +1888 -0
- package/coverage/rabbit-ui-kit/src/swaps-lib/utils/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/swaps-lib/utils/swapUtils.js.html +595 -0
- package/coverage/rabbit-ui-kit/stories/atoms/BackgroundTitle.stories.jsx.html +202 -0
- package/coverage/rabbit-ui-kit/stories/atoms/LinesOfText.stories.jsx.html +283 -0
- package/coverage/rabbit-ui-kit/stories/atoms/LoadingDots.stories.jsx.html +226 -0
- package/coverage/rabbit-ui-kit/stories/atoms/QrCode.stories.jsx.html +175 -0
- package/coverage/rabbit-ui-kit/stories/atoms/RateSelector.stories.jsx.html +136 -0
- package/coverage/rabbit-ui-kit/stories/atoms/Validation.stories.jsx.html +178 -0
- package/coverage/rabbit-ui-kit/stories/atoms/buttons/Button.stories.jsx.html +946 -0
- package/coverage/rabbit-ui-kit/stories/atoms/buttons/Close.stories.jsx.html +214 -0
- package/coverage/rabbit-ui-kit/stories/atoms/buttons/LinkButton.stories.jsx.html +295 -0
- package/coverage/rabbit-ui-kit/stories/atoms/buttons/index.html +146 -0
- package/coverage/rabbit-ui-kit/stories/atoms/index.html +191 -0
- package/coverage/rabbit-ui-kit/stories/molecules/LineWithIconLink.stories.jsx.html +154 -0
- package/coverage/rabbit-ui-kit/stories/molecules/TitledLineWithIconLink.stories.jsx.html +160 -0
- package/coverage/rabbit-ui-kit/stories/molecules/index.html +131 -0
- package/coverage/rabbit-ui-kit/stories/organisms/Dialog/Dialog.stories.jsx.html +589 -0
- package/coverage/rabbit-ui-kit/stories/organisms/Dialog/DialogButtons/DialogButtons.stories.jsx.html +328 -0
- package/coverage/rabbit-ui-kit/stories/organisms/Dialog/DialogButtons/index.html +116 -0
- package/coverage/rabbit-ui-kit/stories/organisms/Dialog/DialogStep/DialogStep.stories.jsx.html +337 -0
- package/coverage/rabbit-ui-kit/stories/organisms/Dialog/DialogStep/index.html +116 -0
- package/coverage/rabbit-ui-kit/stories/organisms/Dialog/index.html +116 -0
- package/coverage/rabbit-ui-kit/stories/stubs/exampleContent.jsx.html +145 -0
- package/coverage/rabbit-ui-kit/stories/stubs/index.html +116 -0
- package/coverage/rabbit-ui-kit/stories/templates/DeterminedErrorDialogStep.stories.jsx.html +193 -0
- package/coverage/rabbit-ui-kit/stories/templates/index.html +116 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +196 -0
- package/dist/index.cjs +10019 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +71418 -1641
- package/dist/index.css.map +1 -1
- package/dist/index.modern.js +7716 -11
- package/dist/index.modern.js.map +1 -1
- package/dist/index.module.js +9939 -11
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +10010 -12
- package/dist/index.umd.js.map +1 -1
- package/index.js +1 -1
- package/package.json +29 -5
- package/src/assets/image/icons/arrow-tosca.svg +3 -0
- package/src/assets/wrappedImages/arrowIcon.jsx +13 -0
- package/src/assets/wrappedImages/arrowTosca.jsx +14 -0
- package/src/assets/wrappedImages/arrowWhite.jsx +14 -0
- package/src/assets/wrappedImages/darkRectangle.jsx +7 -0
- package/src/assets/wrappedImages/determinedError.jsx +118 -0
- package/src/assets/wrappedImages/failedValidationIcon.jsx +39 -0
- package/src/assets/wrappedImages/infoIcon.jsx +16 -0
- package/src/assets/wrappedImages/noticeQuestionIcon.jsx +54 -0
- package/src/assets/wrappedImages/successfulValidationIcon.jsx +26 -0
- package/src/assets/wrappedImages/walletIcon.jsx +22 -0
- package/src/common/adapters/axiosAdapter.js +35 -0
- package/src/common/adapters/qrUtils.js +18 -0
- package/src/common/amountUtils.js +359 -0
- package/src/common/errorUtils.js +42 -0
- package/src/common/external-apis/apiGroups.js +55 -0
- package/src/common/external-apis/ipAddressProviders.js +89 -0
- package/src/common/fiatCurrenciesService.js +153 -0
- package/src/common/models/blockchain.js +10 -0
- package/src/common/models/coin.js +153 -0
- package/src/common/models/protocol.js +5 -0
- package/src/common/tests/amountUtils/composeRateText.test.js +152 -0
- package/src/common/tests/integration/external-apis/ipAddressProviders/getClientIpAddress.test.js +12 -0
- package/src/common/utils/cache.js +242 -0
- package/src/common/utils/emailAPI.js +16 -0
- package/src/common/utils/logging/logger.js +41 -0
- package/src/common/utils/logging/logsStorage.js +61 -0
- package/src/common/utils/postponeExecution.js +11 -0
- package/src/common/utils/safeStringify.js +50 -0
- package/src/components/atoms/AssetIcon/AssetIcon.jsx +54 -0
- package/{stories → src/components}/atoms/AssetIcon/asset-icon.module.scss +1 -1
- package/src/components/atoms/AssetSelection/AssetSelection.jsx +67 -0
- package/src/components/atoms/AssetSelection/asset-selection.module.scss +56 -0
- package/src/components/atoms/BackgroundTitle/BackgroundTitle.jsx +34 -0
- package/src/components/atoms/BackgroundTitle/background-title.module.scss +52 -0
- package/src/components/atoms/InformationMessage/InformationMessage.jsx +50 -0
- package/src/components/atoms/InformationMessage/information-message.module.scss +38 -0
- package/src/components/atoms/Input/Input.jsx +182 -0
- package/src/components/atoms/Input/input.module.scss +107 -0
- package/{stories → src/components}/atoms/LoadingDots/LoadingDots.jsx +8 -28
- package/{stories → src/components}/atoms/LoadingDots/LoadingDots.module.scss +1 -1
- package/src/components/atoms/NoticeIcon/NoticeIcon.jsx +64 -0
- package/src/components/atoms/NoticeIcon/notice-icon.module.scss +14 -0
- package/src/components/atoms/QrCode/QrCode.jsx +34 -0
- package/src/components/atoms/QrCode/qr-code.module.scss +15 -0
- package/src/components/atoms/RateSelector/RateSelector.jsx +29 -0
- package/src/components/atoms/RateSelector/rate-selector.module.scss +47 -0
- package/{stories/atoms/SupportChat/SupportChat.js → src/components/atoms/SupportChat/SupportChat.jsx} +4 -1
- package/src/components/atoms/Textarea/Textarea.jsx +146 -0
- package/src/components/atoms/Textarea/textarea.module.scss +71 -0
- package/src/components/atoms/TitleBox/TitleBox.jsx +141 -0
- package/src/components/atoms/TitleBox/title-box.module.scss +32 -0
- package/src/components/atoms/Tooltip/Tooltip.jsx +68 -0
- package/src/components/atoms/Tooltip/tooltip.module.scss +237 -0
- package/src/components/atoms/TwoLinesOfText/LinesOfText.jsx +74 -0
- package/src/components/atoms/TwoLinesOfText/lines-of-text.module.scss +65 -0
- package/src/components/atoms/Validation/Validation.jsx +41 -0
- package/src/components/atoms/Validation/validation.module.scss +15 -0
- package/{stories → src/components}/atoms/buttons/Button/Button.jsx +22 -48
- package/{stories → src/components}/atoms/buttons/Button/Button.module.scss +1 -1
- package/src/components/atoms/buttons/Close/Close.jsx +53 -0
- package/src/components/atoms/buttons/Close/close.module.scss +75 -0
- package/src/components/atoms/buttons/LinkButton/LinkButton.jsx +106 -0
- package/src/components/atoms/buttons/LinkButton/link-button.module.scss +49 -0
- package/src/components/atoms/buttons/RadioButtonWithText/RadioButtonWithText.jsx +110 -0
- package/src/components/atoms/buttons/RadioButtonWithText/radio-button-with-text.module.scss +86 -0
- package/src/components/hooks/useCallHandlingErrors.js +22 -0
- package/src/components/hooks/useReferredState.js +24 -0
- package/src/components/molecules/AmountInput/AmountInput.jsx +304 -0
- package/src/components/molecules/AmountInput/amount-input.module.scss +189 -0
- package/src/components/molecules/CoinPicker/CoinPicker.jsx +509 -0
- package/src/components/molecules/CoinPicker/coin-picker.module.scss +207 -0
- package/src/components/molecules/LineWithIconLink/LineWithIconLink.jsx +35 -0
- package/src/components/molecules/LineWithIconLink/line-with-icon-link.module.scss +25 -0
- package/src/components/molecules/TitledLineWithIconLink/TitledLineWithIconLink.jsx +30 -0
- package/src/components/organisms/CoinPickerDialogStep/CoinPickerDialogStep.jsx +64 -0
- package/src/components/organisms/Dialog/Dialog.jsx +465 -0
- package/src/components/organisms/Dialog/DialogButtons/DialogButtons.jsx +122 -0
- package/src/components/organisms/Dialog/DialogButtons/dialog-buttons.module.scss +25 -0
- package/src/components/organisms/Dialog/DialogStep/DialogStep.jsx +533 -0
- package/src/components/organisms/Dialog/DialogStep/dialog-step.module.scss +381 -0
- package/src/components/organisms/Dialog/dialog.module.scss +226 -0
- package/src/components/organisms/SwapForm/SwapForm.jsx +1105 -0
- package/src/components/organisms/SwapForm/swap-form.module.scss +134 -0
- package/src/components/templates/DeterminedErrorDialogStep/DeterminedErrorDialogStep.jsx +77 -0
- package/src/components/tests/utils/inputValueProviders/provideFormatOfFloatValueByInputString.test.js +132 -0
- package/src/components/tests/utils/urlQueryUtils/getQueryParameterValues.test.js +65 -0
- package/src/components/tests/utils/urlQueryUtils/saveQueryParameterAndValues.test.js +104 -0
- package/src/components/utils/inputValueProviders.js +50 -0
- package/src/components/utils/textUtils.js +18 -0
- package/src/components/utils/uiUtils.js +12 -0
- package/src/components/utils/urlQueryUtils.js +62 -0
- package/src/constants/atoms/Close/close.jsx +5 -0
- package/src/constants/atoms/LinkButton/linkButton.jsx +6 -0
- package/src/constants/atoms/Tooltip/tooltip.jsx +8 -0
- package/src/constants/globalConstants.jsx +3 -0
- package/src/constants/organisms/dialog/DialogStep/dialogStep.js +1 -0
- package/src/constants/organisms/dialog/dialog.js +29 -0
- package/src/index.js +88 -0
- package/src/robustExteranlApiCallerService/cacheAndConcurrentRequestsResolver.js +495 -0
- package/src/robustExteranlApiCallerService/cachedRobustExternalApiCallerService.js +147 -0
- package/src/robustExteranlApiCallerService/cancelProcessing.js +29 -0
- package/src/robustExteranlApiCallerService/concurrentCalculationsMetadataHolder.js +75 -0
- package/src/robustExteranlApiCallerService/externalApiProvider.js +156 -0
- package/src/robustExteranlApiCallerService/externalServicesStatsCollector.js +78 -0
- package/src/robustExteranlApiCallerService/robustExternalAPICallerService.js +304 -0
- package/src/robustExteranlApiCallerService/tests/robustExternalAPICallerService/robustExternalAPICallerService/callExternalAPI/_performCallAttempt.test.js +533 -0
- package/src/robustExteranlApiCallerService/tests/robustExternalAPICallerService/robustExternalAPICallerService/callExternalAPI/callExternalAPI.test.js +532 -0
- package/src/robustExteranlApiCallerService/tests/robustExternalAPICallerService/robustExternalAPICallerService/constructor.test.js +19 -0
- package/src/swaps-lib/external-apis/swapProvider.js +208 -0
- package/src/swaps-lib/external-apis/swapspaceSwapProvider.js +704 -0
- package/src/swaps-lib/models/baseSwapCreationInfo.js +43 -0
- package/src/swaps-lib/models/existingSwap.js +73 -0
- package/src/swaps-lib/models/existingSwapWithFiatData.js +128 -0
- package/src/swaps-lib/services/publicSwapService.js +601 -0
- package/src/swaps-lib/test/external-apis/swapspaceSwapProvider/_fetchSupportedCurrenciesIfNeeded.test.js +538 -0
- package/src/swaps-lib/test/external-apis/swapspaceSwapProvider/createSwap.test.js +1249 -0
- package/src/swaps-lib/test/external-apis/swapspaceSwapProvider/getAllSupportedCurrencies.test.js +66 -0
- package/src/swaps-lib/test/external-apis/swapspaceSwapProvider/getDepositCurrencies.test.js +76 -0
- package/src/swaps-lib/test/external-apis/swapspaceSwapProvider/getSwapInfo.test.js +1580 -0
- package/src/swaps-lib/test/external-apis/swapspaceSwapProvider/getWithdrawalCurrencies.test.js +105 -0
- package/src/swaps-lib/test/utils/swapUtils/safeHandleRequestsLimitExceeding.test.js +80 -0
- package/src/swaps-lib/utils/swapUtils.js +170 -0
- package/stories/stubs/exampleContent.jsx +20 -0
- package/styles/_placeholder.scss +1 -1
- package/styles/fonts/NunitoSans-Bold.ttf +0 -0
- package/styles/fonts/NunitoSans-ExtraBold.ttf +0 -0
- package/styles/fonts/NunitoSans-Light.ttf +0 -0
- package/styles/fonts/NunitoSans-Regular.ttf +0 -0
- package/styles/fonts/NunitoSans-SemiBold.ttf +0 -0
- package/styles/global-styles-index.scss +1 -1
- package/styles/index.scss +5 -3
- package/stories/atoms/AssetIcon/AssetIcon.js +0 -55
- package/stories/index.js +0 -4
|
@@ -0,0 +1,601 @@
|
|
|
1
|
+
import { BigNumber } from "bignumber.js";
|
|
2
|
+
import EventBusInstance from "eventbusjs";
|
|
3
|
+
|
|
4
|
+
import { FiatCurrenciesService } from "../../common/fiatCurrenciesService.js";
|
|
5
|
+
import { improveAndRethrow } from "../../common/errorUtils.js";
|
|
6
|
+
import { safeStringify } from "../../common/utils/safeStringify.js";
|
|
7
|
+
import { Logger } from "../../common/utils/logging/logger.js";
|
|
8
|
+
import { Coin } from "../../common/models/coin.js";
|
|
9
|
+
import { AmountUtils } from "../../common/amountUtils.js";
|
|
10
|
+
import { BaseSwapCreationInfo } from "../models/baseSwapCreationInfo.js";
|
|
11
|
+
import { SwapUtils } from "../utils/swapUtils.js";
|
|
12
|
+
import { SwapspaceSwapProvider } from "../external-apis/swapspaceSwapProvider.js";
|
|
13
|
+
import { SwapProvider } from "../external-apis/swapProvider.js";
|
|
14
|
+
|
|
15
|
+
export class PublicSwapService {
|
|
16
|
+
static PUBLIC_SWAP_CREATED_EVENT = "publicSwapCreatedEvent";
|
|
17
|
+
|
|
18
|
+
static PUBLIC_SWAPS_COMMON_ERRORS = {
|
|
19
|
+
REQUESTS_LIMIT_EXCEEDED: "requestsLimitExceeded",
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
static PUBLIC_SWAP_DETAILS_FAIL_REASONS = {
|
|
23
|
+
AMOUNT_LESS_THAN_MIN_SWAPPABLE: "amountLessThanMinSwappable",
|
|
24
|
+
AMOUNT_HIGHER_THAN_MAX_SWAPPABLE: "amountHigherThanMaxSwappable",
|
|
25
|
+
PAIR_NOT_SUPPORTED: "pairNotSupported",
|
|
26
|
+
NO_FIXED_BUT_HAVE_FLOATING_PUBLIC_SWAP_OPTION: "noFixedButHaveFloatingPublicSwapOption",
|
|
27
|
+
NO_FLOATING_BUT_HAVE_FIXED_PUBLIC_SWAP_OPTION: "noFloatingButHaveFixedPublicSwapOption",
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
static _fiatDecimalsCount = FiatCurrenciesService.getCurrencyDecimalCountByCode("USD");
|
|
31
|
+
|
|
32
|
+
constructor(apiKeysProxyUrl, cache) {
|
|
33
|
+
this._swapProvider = new SwapspaceSwapProvider(apiKeysProxyUrl, cache, () => null, false);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
async initialize() {
|
|
37
|
+
try {
|
|
38
|
+
await this._swapProvider.initialize();
|
|
39
|
+
} catch (e) {
|
|
40
|
+
Logger.logError(e, "PublicSwapService.initialize");
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
async getAllSupportedCurrenciesListForPublicSwap() {
|
|
45
|
+
const loggerSource = "getAllSupportedCurrenciesListForPublicSwap";
|
|
46
|
+
try {
|
|
47
|
+
const result = await this._swapProvider.getAllSupportedCurrencies();
|
|
48
|
+
if (result.reason === SwapProvider.COMMON_ERRORS.REQUESTS_LIMIT_EXCEEDED) {
|
|
49
|
+
SwapUtils.safeHandleRequestsLimitExceeding();
|
|
50
|
+
return {
|
|
51
|
+
result: false,
|
|
52
|
+
reason: PublicSwapService.PUBLIC_SWAPS_COMMON_ERRORS.REQUESTS_LIMIT_EXCEEDED,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
Logger.log(`Retrieved ${result?.coins?.length} supported currencies for swap`, loggerSource);
|
|
56
|
+
return { result: true, coins: result.coins };
|
|
57
|
+
} catch (e) {
|
|
58
|
+
improveAndRethrow(e, "getDepositCurrenciesListForPublicSwap");
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
async getDepositCurrenciesListForPublicSwap() {
|
|
63
|
+
try {
|
|
64
|
+
return await this._getCurrenciesListForPublicSwap(false);
|
|
65
|
+
} catch (e) {
|
|
66
|
+
improveAndRethrow(e, "getDepositCurrenciesListForPublicSwap");
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
async getWithdrawCurrenciesListForPublicSwap() {
|
|
71
|
+
try {
|
|
72
|
+
return await this._getCurrenciesListForPublicSwap(true);
|
|
73
|
+
} catch (e) {
|
|
74
|
+
improveAndRethrow(e, "getWithdrawCurrenciesListForPublicSwap");
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
async _getCurrenciesListForPublicSwap(withdraw = false) {
|
|
79
|
+
const loggerSource = "getCurrenciesListForPublicSwap";
|
|
80
|
+
try {
|
|
81
|
+
const result = withdraw
|
|
82
|
+
? await this._swapProvider.getWithdrawalCurrencies()
|
|
83
|
+
: await this._swapProvider.getDepositCurrencies();
|
|
84
|
+
if (result.reason === SwapProvider.COMMON_ERRORS.REQUESTS_LIMIT_EXCEEDED) {
|
|
85
|
+
SwapUtils.safeHandleRequestsLimitExceeding();
|
|
86
|
+
return {
|
|
87
|
+
result: false,
|
|
88
|
+
reason: PublicSwapService.PUBLIC_SWAPS_COMMON_ERRORS.REQUESTS_LIMIT_EXCEEDED,
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
Logger.log(
|
|
92
|
+
`Retrieved ${result?.coins?.length} supported currencies for swap (withdraw=${withdraw})`,
|
|
93
|
+
loggerSource
|
|
94
|
+
);
|
|
95
|
+
return { result: true, coins: result.coins };
|
|
96
|
+
} catch (e) {
|
|
97
|
+
improveAndRethrow(e, loggerSource);
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Retrieves initial data for swapping two coins.
|
|
103
|
+
*
|
|
104
|
+
* @param fromCoin {Coin}
|
|
105
|
+
* @param toCoin {Coin}
|
|
106
|
+
* @return {Promise<{
|
|
107
|
+
* result: true,
|
|
108
|
+
* min: string,
|
|
109
|
+
* fiatMin: (number|null),
|
|
110
|
+
* max: string,
|
|
111
|
+
* fiatMax: (number|null),
|
|
112
|
+
* rate: (string|null)
|
|
113
|
+
* }|{
|
|
114
|
+
* result: false,
|
|
115
|
+
* reason: string
|
|
116
|
+
* }>}
|
|
117
|
+
*/
|
|
118
|
+
async getInitialPublicSwapData(fromCoin, toCoin) {
|
|
119
|
+
try {
|
|
120
|
+
const result = await SwapUtils.getInitialSwapData(this._swapProvider, fromCoin, toCoin);
|
|
121
|
+
if (!result.result) {
|
|
122
|
+
if (result.reason === SwapProvider.COMMON_ERRORS.REQUESTS_LIMIT_EXCEEDED) {
|
|
123
|
+
SwapUtils.safeHandleRequestsLimitExceeding();
|
|
124
|
+
return {
|
|
125
|
+
result: false,
|
|
126
|
+
reason: PublicSwapService.PUBLIC_SWAPS_COMMON_ERRORS.REQUESTS_LIMIT_EXCEEDED,
|
|
127
|
+
};
|
|
128
|
+
}
|
|
129
|
+
if (result.reason === SwapProvider.NO_SWAPS_REASONS.NOT_SUPPORTED) {
|
|
130
|
+
return {
|
|
131
|
+
result: false,
|
|
132
|
+
reason: PublicSwapService.PUBLIC_SWAP_DETAILS_FAIL_REASONS.PAIR_NOT_SUPPORTED,
|
|
133
|
+
};
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
return result;
|
|
137
|
+
} catch (e) {
|
|
138
|
+
improveAndRethrow(e, "getInitialPublicSwapData");
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* Retrieves swap details that can be used to create swap.
|
|
144
|
+
*
|
|
145
|
+
* @param fromCoin {Coin}
|
|
146
|
+
* @param toCoin {Coin}
|
|
147
|
+
* @param fromAmountCoins {string}
|
|
148
|
+
* @param [fixed=false] {boolean|null} null means fixed or float doesn't matter
|
|
149
|
+
* @param [withoutFiat=false] {boolean} pass true if you don't need the fiat equivalent - this will diminish requests count
|
|
150
|
+
* @return {Promise<{
|
|
151
|
+
* result: false,
|
|
152
|
+
* reason: string,
|
|
153
|
+
* min: (string|null),
|
|
154
|
+
* max: (string|null),
|
|
155
|
+
* rate: (string|undefined),
|
|
156
|
+
* fiatMin: (number|null),
|
|
157
|
+
* fiatMax: (number|null)
|
|
158
|
+
* }|{
|
|
159
|
+
* result: true,
|
|
160
|
+
* swapCreationInfo: BaseSwapCreationInfo
|
|
161
|
+
* }>}
|
|
162
|
+
*/
|
|
163
|
+
async getPublicSwapDetails(fromCoin, toCoin, fromAmountCoins, fixed = false, withoutFiat = false) {
|
|
164
|
+
const loggerSource = "getPublicSwapDetails";
|
|
165
|
+
try {
|
|
166
|
+
const coinUsdtRate = withoutFiat
|
|
167
|
+
? null
|
|
168
|
+
: (await this._swapProvider.getCoinToUSDTRate(fromCoin))?.rate ?? null;
|
|
169
|
+
const details = await this._swapProvider.getSwapInfo(
|
|
170
|
+
fromCoin,
|
|
171
|
+
toCoin,
|
|
172
|
+
fromAmountCoins,
|
|
173
|
+
fixed,
|
|
174
|
+
coinUsdtRate
|
|
175
|
+
);
|
|
176
|
+
|
|
177
|
+
// eslint-disable-next-line no-console
|
|
178
|
+
console.log("getSwapInfo result: ", details);
|
|
179
|
+
|
|
180
|
+
const min =
|
|
181
|
+
details.smallestMin != null && BigNumber(details.smallestMin).gt("0") ? details.smallestMin : null;
|
|
182
|
+
const max =
|
|
183
|
+
details.greatestMax != null && BigNumber(details.greatestMax).gt("0") ? details.greatestMax : null;
|
|
184
|
+
let fiatMin = null,
|
|
185
|
+
fiatMax = null;
|
|
186
|
+
if (coinUsdtRate != null) {
|
|
187
|
+
if (min != null) {
|
|
188
|
+
fiatMin = BigNumber(min).times(coinUsdtRate).toFixed(PublicSwapService._fiatDecimalsCount);
|
|
189
|
+
}
|
|
190
|
+
if (max != null) {
|
|
191
|
+
fiatMax = BigNumber(max).times(coinUsdtRate).toFixed(PublicSwapService._fiatDecimalsCount);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
const composeFailResult = reason => ({
|
|
196
|
+
result: false,
|
|
197
|
+
reason: reason,
|
|
198
|
+
min: min ?? null,
|
|
199
|
+
fiatMin: fiatMin,
|
|
200
|
+
max: max ?? null,
|
|
201
|
+
fiatMax: fiatMax,
|
|
202
|
+
rate: details.rate ?? null,
|
|
203
|
+
});
|
|
204
|
+
|
|
205
|
+
if (!details.result) {
|
|
206
|
+
if (details?.reason === SwapProvider.NO_SWAPS_REASONS.NOT_SUPPORTED) {
|
|
207
|
+
return composeFailResult(PublicSwapService.PUBLIC_SWAP_DETAILS_FAIL_REASONS.PAIR_NOT_SUPPORTED);
|
|
208
|
+
} else if (details?.reason === SwapProvider.COMMON_ERRORS.REQUESTS_LIMIT_EXCEEDED) {
|
|
209
|
+
SwapUtils.safeHandleRequestsLimitExceeding();
|
|
210
|
+
return composeFailResult(PublicSwapService.PUBLIC_SWAPS_COMMON_ERRORS.REQUESTS_LIMIT_EXCEEDED);
|
|
211
|
+
} else if (details?.reason === SwapProvider.NO_SWAPS_REASONS.NO_FLOATING_BUT_HAVE_FIXED) {
|
|
212
|
+
return composeFailResult(
|
|
213
|
+
PublicSwapService.PUBLIC_SWAP_DETAILS_FAIL_REASONS.NO_FLOATING_BUT_HAVE_FIXED_PUBLIC_SWAP_OPTION
|
|
214
|
+
);
|
|
215
|
+
} else if (details?.reason === SwapProvider.NO_SWAPS_REASONS.NO_FIXED_BUT_HAVE_FLOATING) {
|
|
216
|
+
return composeFailResult(
|
|
217
|
+
PublicSwapService.PUBLIC_SWAP_DETAILS_FAIL_REASONS.NO_FIXED_BUT_HAVE_FLOATING_PUBLIC_SWAP_OPTION
|
|
218
|
+
);
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
const fromAmountBigNumber = BigNumber(fromAmountCoins);
|
|
223
|
+
if (typeof min === "string" && fromAmountBigNumber.lt(min)) {
|
|
224
|
+
return composeFailResult(
|
|
225
|
+
PublicSwapService.PUBLIC_SWAP_DETAILS_FAIL_REASONS.AMOUNT_LESS_THAN_MIN_SWAPPABLE
|
|
226
|
+
);
|
|
227
|
+
} else if (typeof max === "string" && fromAmountBigNumber.gt(max)) {
|
|
228
|
+
return composeFailResult(
|
|
229
|
+
PublicSwapService.PUBLIC_SWAP_DETAILS_FAIL_REASONS.AMOUNT_HIGHER_THAN_MAX_SWAPPABLE
|
|
230
|
+
);
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
const toAmountCoins = AmountUtils.trim(fromAmountBigNumber.times(details.rate), fromCoin.digits);
|
|
234
|
+
const result = {
|
|
235
|
+
result: true,
|
|
236
|
+
swapCreationInfo: new BaseSwapCreationInfo(
|
|
237
|
+
fromCoin,
|
|
238
|
+
toCoin,
|
|
239
|
+
fromAmountCoins,
|
|
240
|
+
toAmountCoins,
|
|
241
|
+
details.rate,
|
|
242
|
+
details.rawSwapData,
|
|
243
|
+
min,
|
|
244
|
+
fiatMin,
|
|
245
|
+
max,
|
|
246
|
+
fiatMax,
|
|
247
|
+
details.durationMinutesRange,
|
|
248
|
+
details.fixed
|
|
249
|
+
),
|
|
250
|
+
};
|
|
251
|
+
Logger.log(
|
|
252
|
+
`Result: ${safeStringify({
|
|
253
|
+
result: result.result,
|
|
254
|
+
swapCreationInfo: {
|
|
255
|
+
...result.swapCreationInfo,
|
|
256
|
+
fromCoin: result?.swapCreationInfo?.fromCoin?.ticker,
|
|
257
|
+
toCoin: result?.swapCreationInfo?.toCoin?.ticker,
|
|
258
|
+
},
|
|
259
|
+
})}`,
|
|
260
|
+
loggerSource
|
|
261
|
+
);
|
|
262
|
+
|
|
263
|
+
return result;
|
|
264
|
+
} catch (e) {
|
|
265
|
+
improveAndRethrow(e, loggerSource);
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* Creates swap by given params.
|
|
271
|
+
*
|
|
272
|
+
* @param fromCoin {Coin}
|
|
273
|
+
* @param toCoin {Coin}
|
|
274
|
+
* @param fromAmount {string}
|
|
275
|
+
* @param swapCreationInfo {BaseSwapCreationInfo}
|
|
276
|
+
* @param toAddress {string}
|
|
277
|
+
* @param refundAddress {string}
|
|
278
|
+
* @param clientIp {string}
|
|
279
|
+
* @param [toCurrencyExtraId] {string}
|
|
280
|
+
* @param [refundExtraId] {string}
|
|
281
|
+
* @return {Promise<{
|
|
282
|
+
* result: true,
|
|
283
|
+
* fiatCurrencyCode: string,
|
|
284
|
+
* toCoin: Coin,
|
|
285
|
+
* fromAmountFiat: (number|null),
|
|
286
|
+
* address: string,
|
|
287
|
+
* durationMinutesRange: string,
|
|
288
|
+
* fromAmount: string,
|
|
289
|
+
* toAmount: string,
|
|
290
|
+
* toAmountFiat: (number|null),
|
|
291
|
+
* fiatCurrencyDecimals: number,
|
|
292
|
+
* fromCoin: Coin,
|
|
293
|
+
* rate: string,
|
|
294
|
+
* swapId: string,
|
|
295
|
+
* fromCurrencyExtraId: string,
|
|
296
|
+
* fixed: boolean
|
|
297
|
+
* }|{
|
|
298
|
+
* result: false,
|
|
299
|
+
* reason: string
|
|
300
|
+
* }>}
|
|
301
|
+
*/
|
|
302
|
+
async createPublicSwap(
|
|
303
|
+
fromCoin,
|
|
304
|
+
toCoin,
|
|
305
|
+
fromAmount,
|
|
306
|
+
swapCreationInfo,
|
|
307
|
+
toAddress,
|
|
308
|
+
refundAddress,
|
|
309
|
+
clientIp,
|
|
310
|
+
toCurrencyExtraId,
|
|
311
|
+
refundExtraId
|
|
312
|
+
) {
|
|
313
|
+
const loggerSource = "createPublicSwap";
|
|
314
|
+
try {
|
|
315
|
+
if (
|
|
316
|
+
!(fromCoin instanceof Coin) ||
|
|
317
|
+
!(toCoin instanceof Coin) ||
|
|
318
|
+
typeof fromAmount !== "string" ||
|
|
319
|
+
typeof toAddress !== "string" ||
|
|
320
|
+
typeof refundAddress !== "string" ||
|
|
321
|
+
!(swapCreationInfo instanceof BaseSwapCreationInfo)
|
|
322
|
+
) {
|
|
323
|
+
throw new Error(`Wrong input: ${fromCoin.ticker} ${toCoin.ticker} ${fromAmount} ${swapCreationInfo}`);
|
|
324
|
+
}
|
|
325
|
+
Logger.log(
|
|
326
|
+
`Start: ${fromAmount} ${fromCoin.ticker} -> ${toCoin.ticker}. Details: ${safeStringify({
|
|
327
|
+
...swapCreationInfo,
|
|
328
|
+
fromCoin: swapCreationInfo?.fromCoin?.ticker,
|
|
329
|
+
toCoin: swapCreationInfo?.toCoin?.ticker,
|
|
330
|
+
})}`,
|
|
331
|
+
loggerSource
|
|
332
|
+
);
|
|
333
|
+
|
|
334
|
+
const result = await this._swapProvider.createSwap(
|
|
335
|
+
fromCoin,
|
|
336
|
+
toCoin,
|
|
337
|
+
fromAmount,
|
|
338
|
+
toAddress,
|
|
339
|
+
refundAddress,
|
|
340
|
+
swapCreationInfo.rawSwapData,
|
|
341
|
+
clientIp,
|
|
342
|
+
swapCreationInfo.fixed,
|
|
343
|
+
toCurrencyExtraId,
|
|
344
|
+
refundExtraId
|
|
345
|
+
);
|
|
346
|
+
Logger.log(
|
|
347
|
+
`Created:${safeStringify({
|
|
348
|
+
...result,
|
|
349
|
+
fromCoin: fromCoin?.ticker,
|
|
350
|
+
toCoin: toCoin?.ticker,
|
|
351
|
+
})}`,
|
|
352
|
+
loggerSource
|
|
353
|
+
);
|
|
354
|
+
if (!result?.result) {
|
|
355
|
+
if (result?.reason === SwapProvider.COMMON_ERRORS.REQUESTS_LIMIT_EXCEEDED) {
|
|
356
|
+
SwapUtils.safeHandleRequestsLimitExceeding();
|
|
357
|
+
return {
|
|
358
|
+
result: false,
|
|
359
|
+
reason: PublicSwapService.PUBLIC_SWAPS_COMMON_ERRORS.REQUESTS_LIMIT_EXCEEDED,
|
|
360
|
+
};
|
|
361
|
+
}
|
|
362
|
+
if (result?.reason === SwapProvider.CREATION_FAIL_REASONS.RETRIABLE_FAIL) {
|
|
363
|
+
// TODO: [feature, high] implement retrying if one partner fail and we have another partners task_id=a07e367e488f4a4899613ac9056fa359
|
|
364
|
+
// return {
|
|
365
|
+
// result: false,
|
|
366
|
+
// reason: PublicSwapService.SWAP_CREATION_FAIL_REASONS.RETRIABLE_FAIL,
|
|
367
|
+
// };
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
if (result.result && result?.swapId) {
|
|
371
|
+
let fromAmountFiat = null,
|
|
372
|
+
toAmountFiat = null;
|
|
373
|
+
try {
|
|
374
|
+
const fromCoinUsdtRate = (await this._swapProvider.getCoinToUSDTRate(fromCoin))?.rate ?? null;
|
|
375
|
+
const toCoinUsdtRate = (await this._swapProvider.getCoinToUSDTRate(fromCoin))?.rate ?? null;
|
|
376
|
+
if (fromCoinUsdtRate != null && result.fromAmount != null) {
|
|
377
|
+
fromAmountFiat = BigNumber(result.fromAmount)
|
|
378
|
+
.times(fromCoinUsdtRate)
|
|
379
|
+
.toFixed(PublicSwapService._fiatDecimalsCount);
|
|
380
|
+
}
|
|
381
|
+
if (toCoinUsdtRate != null && result.toAmount != null) {
|
|
382
|
+
toAmountFiat = BigNumber(result.toAmount)
|
|
383
|
+
.times(toCoinUsdtRate)
|
|
384
|
+
.toFixed(PublicSwapService._fiatDecimalsCount);
|
|
385
|
+
}
|
|
386
|
+
} catch (e) {
|
|
387
|
+
Logger.logError(e, loggerSource, "Failed to calculate fiat amounts for result");
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
// TODO: feature, cirtical] add GA event. task_id=tbd
|
|
391
|
+
EventBusInstance.dispatch(
|
|
392
|
+
PublicSwapService.PUBLIC_SWAP_CREATED_EVENT,
|
|
393
|
+
null,
|
|
394
|
+
fromCoin.ticker,
|
|
395
|
+
toCoin.ticker,
|
|
396
|
+
fromAmountFiat
|
|
397
|
+
);
|
|
398
|
+
|
|
399
|
+
const toReturn = {
|
|
400
|
+
result: true,
|
|
401
|
+
swapId: result.swapId,
|
|
402
|
+
fromCoin: fromCoin,
|
|
403
|
+
toCoin: toCoin,
|
|
404
|
+
fromAmount: result.fromAmount,
|
|
405
|
+
toAmount: result.toAmount,
|
|
406
|
+
fromAmountFiat: fromAmountFiat,
|
|
407
|
+
toAmountFiat: toAmountFiat,
|
|
408
|
+
fiatCurrencyCode: "USD",
|
|
409
|
+
fiatCurrencyDecimals: PublicSwapService._fiatDecimalsCount,
|
|
410
|
+
rate: result.rate,
|
|
411
|
+
durationMinutesRange: swapCreationInfo.durationMinutesRange,
|
|
412
|
+
address: result.fromAddress, // CRITICAL: this is the address to send coins to swaps provider
|
|
413
|
+
fromCurrencyExtraId: result.fromCurrencyExtraId ?? "", // CRITICAL: this is the extra ID for address to send coins to swaps provider
|
|
414
|
+
fixed: result.fixed,
|
|
415
|
+
};
|
|
416
|
+
|
|
417
|
+
this._savePublicSwapIdLocally(result.swapId);
|
|
418
|
+
|
|
419
|
+
Logger.log(
|
|
420
|
+
`Returning: ${safeStringify({
|
|
421
|
+
...toReturn,
|
|
422
|
+
fromCoin: fromCoin?.ticker,
|
|
423
|
+
toCoin: toCoin?.ticker,
|
|
424
|
+
})}`,
|
|
425
|
+
loggerSource
|
|
426
|
+
);
|
|
427
|
+
return toReturn;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
throw new Error(`Unexpected result from provider ${safeStringify(result)}`);
|
|
431
|
+
} catch (e) {
|
|
432
|
+
improveAndRethrow(e, loggerSource);
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
/**
|
|
437
|
+
* Retrieves swap details and status for existing swaps by their ids.
|
|
438
|
+
*
|
|
439
|
+
* @param swapIds {string[]}
|
|
440
|
+
* @return {Promise<{
|
|
441
|
+
* result: true,
|
|
442
|
+
* swaps: ExistingSwapWithFiatData[]
|
|
443
|
+
* }|{
|
|
444
|
+
* result: false,
|
|
445
|
+
* reason: string
|
|
446
|
+
* }>}
|
|
447
|
+
* error reason is one of PUBLIC_SWAPS_COMMON_ERRORS
|
|
448
|
+
*/
|
|
449
|
+
async getPublicExistingSwapDetailsAndStatus(swapIds) {
|
|
450
|
+
const loggerSource = "getPublicExistingSwapDetailsAndStatus";
|
|
451
|
+
try {
|
|
452
|
+
const result = await SwapUtils.getExistingSwapsDetailsWithFiatAmounts(this._swapProvider, swapIds);
|
|
453
|
+
if (!result?.result) {
|
|
454
|
+
if (result.reason === SwapProvider.COMMON_ERRORS.REQUESTS_LIMIT_EXCEEDED) {
|
|
455
|
+
SwapUtils.safeHandleRequestsLimitExceeding();
|
|
456
|
+
return {
|
|
457
|
+
result: false,
|
|
458
|
+
reason: PublicSwapService.PUBLIC_SWAPS_COMMON_ERRORS.REQUESTS_LIMIT_EXCEEDED,
|
|
459
|
+
};
|
|
460
|
+
}
|
|
461
|
+
throw new Error("Unknown reason: " + result?.reason);
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
return result;
|
|
465
|
+
} catch (e) {
|
|
466
|
+
improveAndRethrow(e, loggerSource);
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
/**
|
|
471
|
+
* Retrieves the whole available swaps history by ids saved locally.
|
|
472
|
+
*
|
|
473
|
+
* @return {Promise<{
|
|
474
|
+
* result: true,
|
|
475
|
+
* swaps: ExistingSwapWithFiatData[]
|
|
476
|
+
* }|{
|
|
477
|
+
* result: false,
|
|
478
|
+
* reason: string
|
|
479
|
+
* }>}
|
|
480
|
+
*/
|
|
481
|
+
async getPublicSwapsHistory() {
|
|
482
|
+
try {
|
|
483
|
+
const swapIds = this._getPublicSwapIdsSavedLocally();
|
|
484
|
+
if (swapIds.length) {
|
|
485
|
+
return await this.getPublicExistingSwapDetailsAndStatus(swapIds);
|
|
486
|
+
}
|
|
487
|
+
return { result: true, swaps: [] };
|
|
488
|
+
} catch (e) {
|
|
489
|
+
improveAndRethrow(e, "getPublicSwapsHistory");
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
/**
|
|
494
|
+
* @param swapId {string}
|
|
495
|
+
* @private
|
|
496
|
+
*/
|
|
497
|
+
_savePublicSwapIdLocally(swapId) {
|
|
498
|
+
if (typeof window !== "undefined") {
|
|
499
|
+
try {
|
|
500
|
+
const saved = localStorage.getItem("publicSwapIds");
|
|
501
|
+
const ids = typeof saved === "string" && saved.length > 0 ? saved.split(",") : [];
|
|
502
|
+
ids.push(swapId);
|
|
503
|
+
localStorage.setItem("publicSwapIds", ids.join(","));
|
|
504
|
+
} catch (e) {
|
|
505
|
+
improveAndRethrow(e, "_savePublicSwapIdLocally");
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
/**
|
|
511
|
+
* @private
|
|
512
|
+
* @return {string[]}
|
|
513
|
+
*/
|
|
514
|
+
_getPublicSwapIdsSavedLocally() {
|
|
515
|
+
if (typeof window !== "undefined") {
|
|
516
|
+
try {
|
|
517
|
+
const saved = localStorage.getItem("publicSwapIds");
|
|
518
|
+
return typeof saved === "string" && saved.length > 0 ? saved.split(",") : [];
|
|
519
|
+
} catch (e) {
|
|
520
|
+
improveAndRethrow(e, "_getPublicSwapIdsSavedLocally");
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
/**
|
|
526
|
+
* @param coinOrTicker {Coin|string}
|
|
527
|
+
* @return {string} icon URL (ready to use)
|
|
528
|
+
*/
|
|
529
|
+
getAssetIconUrl(coinOrTicker) {
|
|
530
|
+
return this._swapProvider.getIconUrl(coinOrTicker);
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
/**
|
|
534
|
+
* @param ticker {string}
|
|
535
|
+
* @return {Coin|null}
|
|
536
|
+
*/
|
|
537
|
+
getCoinByTickerIfPresent(ticker) {
|
|
538
|
+
return this._swapProvider.getCoinByTickerIfPresent(ticker);
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
/**
|
|
542
|
+
* TODO: [feature, moderate] add other fiat currencies support. task_id=5490e21b8b9c4f89a2247b28db3c9e0a
|
|
543
|
+
* @param asset {Coin}
|
|
544
|
+
* @return {Promise<string|null>}
|
|
545
|
+
*/
|
|
546
|
+
async getAssetToUsdtRate(asset) {
|
|
547
|
+
try {
|
|
548
|
+
const result = await this._swapProvider.getCoinToUSDTRate(asset);
|
|
549
|
+
return result?.rate ?? null;
|
|
550
|
+
} catch (e) {
|
|
551
|
+
improveAndRethrow(e, "getAssetToUsdtRate");
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
/**
|
|
556
|
+
* @param asset {Coin}
|
|
557
|
+
* @param address {string}
|
|
558
|
+
* @return {boolean}
|
|
559
|
+
*/
|
|
560
|
+
isAddressValidForAsset(asset, address) {
|
|
561
|
+
try {
|
|
562
|
+
return this._swapProvider.isAddressValidForAsset(asset, address);
|
|
563
|
+
} catch (e) {
|
|
564
|
+
improveAndRethrow(e, "isAddressValidForAsset");
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
/**
|
|
569
|
+
* Retrieves token by contract address.
|
|
570
|
+
*
|
|
571
|
+
* @param addressString {string}
|
|
572
|
+
* @return {Promise<Coin|null>}
|
|
573
|
+
*/
|
|
574
|
+
async getTokenByContractAddress(addressString) {
|
|
575
|
+
try {
|
|
576
|
+
if (!addressString) return null;
|
|
577
|
+
const addressLowerCase = addressString.toLowerCase();
|
|
578
|
+
const allCoins = await this._swapProvider.getAllSupportedCurrencies();
|
|
579
|
+
if (allCoins.result) {
|
|
580
|
+
return allCoins.coins.find(
|
|
581
|
+
coin => coin.tokenAddress && coin.tokenAddress.toLowerCase() === addressLowerCase
|
|
582
|
+
);
|
|
583
|
+
}
|
|
584
|
+
} catch (e) {
|
|
585
|
+
Logger.logError(e, "getTokenByContractAddress");
|
|
586
|
+
}
|
|
587
|
+
return null;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
/**
|
|
591
|
+
* @param asset {Coin}
|
|
592
|
+
* @return {string|null}
|
|
593
|
+
*/
|
|
594
|
+
getExtraIdNameIfPresentForAsset(asset) {
|
|
595
|
+
try {
|
|
596
|
+
return this._swapProvider.getExtraIdNameIfPresent(asset);
|
|
597
|
+
} catch (e) {
|
|
598
|
+
improveAndRethrow(e, "getExtraIdNameIfPresentForAsset");
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
}
|