-
Notifications
You must be signed in to change notification settings - Fork 47
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(ui-ux): call endpoint to save tx #4157
Conversation
Missing Translations ReportThe following translations are missing for this pull request. {
"missingLanguageItems": {
"zh-Hans": {
"missingCount": 0,
"labels": {},
"totalCount": 2042,
"allLabels": "{}"
},
"zh-Hant": {
"missingCount": 0,
"labels": {},
"totalCount": 2042,
"allLabels": "{}"
},
"fr": {
"missingCount": 0,
"labels": {},
"totalCount": 2042,
"allLabels": "{}"
},
"es": {
"missingCount": 0,
"labels": {},
"totalCount": 2042,
"allLabels": "{}"
},
"it": {
"missingCount": 0,
"labels": {},
"totalCount": 2042,
"allLabels": "{}"
}
},
"totalMissingCount": 0
} |
Build preview for DeFiChain Wallet is ready! Built with commit ba2e1be https://expo.io/@defichain/wallet?release-channel=pr-preview-4157 |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #4157 +/- ##
==========================================
- Coverage 55.94% 54.81% -1.13%
==========================================
Files 438 438
Lines 12486 12501 +15
Branches 4135 4141 +6
==========================================
- Hits 6985 6853 -132
- Misses 5417 5564 +147
Partials 84 84 ☔ View full report in Codecov by Sentry. |
@@ -149,6 +149,26 @@ export function OceanInterface(): JSX.Element | null { | |||
return vmmap.output; | |||
}; | |||
|
|||
useEffect(() => { | |||
const saveTx = async (txId: string) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will save all tx for all network including testnet and playground
- Add checking that user is in mainnet
- Add feature flagging. To be able to disable this via feature flags in case something is wrong with the api
What this PR does / why we need it:
Which issue(s) does this PR fixes?:
Fixes #
Additional comments?:
Developer Checklist: