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

Sdk-dapp-core migration #264

Open
wants to merge 111 commits into
base: development
Choose a base branch
from
Open

Conversation

razvantomegea
Copy link
Contributor

No description provided.

src/hooks/transactions/useSendBatchTransactions.ts Outdated Show resolved Hide resolved
src/hooks/transactions/useSendBatchTransactions.ts Outdated Show resolved Hide resolved
src/hooks/transactions/useSendBatchTransactions.ts Outdated Show resolved Hide resolved
src/pages/Unlock/Unlock.tsx Outdated Show resolved Hide resolved
src/wrappers/AuthRedirectWrapper/AuthRedirectWrapper.tsx Outdated Show resolved Hide resolved
"axios": "1.7.4",
"classnames": "2.3.2",
"immer": "^10.1.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

remove

src/config/config.testnet.ts Outdated Show resolved Hide resolved
src/lib/sdkCore/sdkCore.types.ts Outdated Show resolved Hide resolved
sessionStorage.setItem(SessionEnum.batchSessionId, newBatchSessionId);
sessionStorage.setItem(SessionEnum.signedSessionId, sessionId);
const sentTransactions = await txManager.send(groupedTransactions);
await txManager.track(sentTransactions);
Copy link
Contributor

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 });
Copy link
Contributor

Choose a reason for hiding this comment

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

add batchId

src/pages/Dashboard/widgets/NativeAuth/NativeAuth.tsx Outdated Show resolved Hide resolved
@@ -98,20 +82,8 @@ export const PingPongRaw = ({ callbackRoute }: WidgetProps) => {
</div>

<OutputContainer>
{!stateTransactions && (
Copy link
Contributor

Choose a reason for hiding this comment

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

bring back

src/pages/Home/Transaction/helpers/getTransactionUrl.ts Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants