-
Notifications
You must be signed in to change notification settings - Fork 80
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
Sdk-dapp-core migration #264
base: development
Are you sure you want to change the base?
Conversation
src/components/OutputContainer/components/TransactionOutput.tsx
Outdated
Show resolved
Hide resolved
src/components/OutputContainer/components/TransactionOutput.tsx
Outdated
Show resolved
Hide resolved
src/pages/Dashboard/widgets/PingPongRaw/hooks/useGetTimeToPong.ts
Outdated
Show resolved
Hide resolved
src/pages/Dashboard/widgets/Transactions/components/TransactionReceiver.tsx
Outdated
Show resolved
Hide resolved
src/pages/Dashboard/widgets/Transactions/components/TransactionSender.tsx
Outdated
Show resolved
Hide resolved
src/pages/Dashboard/widgets/BatchTransactions/BatchTransactions.tsx
Outdated
Show resolved
Hide resolved
src/pages/Dashboard/widgets/Transactions/components/TransactionReceiver.tsx
Outdated
Show resolved
Hide resolved
src/pages/Dashboard/widgets/Transactions/components/TransactionSender.tsx
Outdated
Show resolved
Hide resolved
* Move components * lint
Fixed import type
"axios": "1.7.4", | ||
"classnames": "2.3.2", | ||
"immer": "^10.1.1", |
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.
remove
sessionStorage.setItem(SessionEnum.batchSessionId, newBatchSessionId); | ||
sessionStorage.setItem(SessionEnum.signedSessionId, sessionId); | ||
const sentTransactions = await txManager.send(groupedTransactions); | ||
await txManager.track(sentTransactions); |
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.
add sessionId
|
||
sessionStorage.setItem(SessionEnum.batchId, batchId); | ||
const sentTransactions = await txManager.send(groupedTransactions); | ||
await txManager.track(sentTransactions, { transactionsDisplayInfo }); |
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.
add batchId
@@ -98,20 +82,8 @@ export const PingPongRaw = ({ callbackRoute }: WidgetProps) => { | |||
</div> | |||
|
|||
<OutputContainer> | |||
{!stateTransactions && ( |
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.
bring back
…ctor-2 Tm/feature/sdk dapp core/refactor 2
* Minor refactor * Minor changes
Rt/fix/merge dev
…ctor-2 Tm/feature/sdk dapp core/refactor 2
No description provided.