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

feat(dw): export/import DB #2683

Merged
merged 17 commits into from
Nov 26, 2024
Merged

feat(dw): export/import DB #2683

merged 17 commits into from
Nov 26, 2024

Conversation

javadkh2
Copy link
Collaborator

Modify this title

Related Issue/Asana ticket: _

Short description: _

Test scenarios

  • description of the (manually) executed test scenarios

Reminders (if applicable)

  • I ran pnpm install and pnpm test in the root of the monorepo
    (optionally with --filter=...package... to exclude non-affected
    projects)
  • I ran pnpm changeset in the root of the monorepo
  • Test coverage has not decreased
  • Docs have been updated to reflect changes in PR (don't forget
    docs.kadena.io)

Copy link

changeset-bot bot commented Nov 22, 2024

⚠️ No Changeset found

Latest commit: 926d9bd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Nov 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dev-wallet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 26, 2024 4:11pm
rwa-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 26, 2024 4:11pm
6 Skipped Deployments
Name Status Preview Comments Updated (UTC)
alpha-docs ⬜️ Ignored (Inspect) Visit Preview 💬 Add feedback Nov 26, 2024 4:11pm
kode-ui ⬜️ Ignored (Inspect) Visit Preview Nov 26, 2024 4:11pm
explorer ⬜️ Skipped (Inspect) Nov 26, 2024 4:11pm
marmalade-marketplace ⬜️ Skipped (Inspect) Nov 26, 2024 4:11pm
proof-of-us ⬜️ Skipped (Inspect) Nov 26, 2024 4:11pm
tools ⬜️ Skipped (Inspect) Nov 26, 2024 4:11pm

@vercel vercel bot temporarily deployed to Preview – explorer November 22, 2024 13:45 Inactive
@vercel vercel bot temporarily deployed to Preview – proof-of-us November 25, 2024 20:40 Inactive
@vercel vercel bot temporarily deployed to Preview – tools November 25, 2024 20:40 Inactive
@vercel vercel bot temporarily deployed to Preview – explorer November 25, 2024 20:40 Inactive
throw new Error('Auto backup is not enabled');
}

if (!force && backup.lastBackup + 1000 * 60 * 60 * 12 > Date.now()) {
Copy link
Member

Choose a reason for hiding this comment

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

We might want to move this to a constant/configurable value

Comment on lines 62 to 66
<Text>
If you have the backup file exported form Chainweaver (all
versions) select this option. if you have both the backup file and
the mnemonic also select this option.
</Text>
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
<Text>
If you have the backup file exported form Chainweaver (all
versions) select this option. if you have both the backup file and
the mnemonic also select this option.
</Text>
<Text>
Select this option if you want to use the backup file from
Chainweaver. Also use this option when you have the mnemonic
<strong>and</strong> the backup file.
</Text>

@vercel vercel bot temporarily deployed to Preview – explorer November 26, 2024 16:07 Inactive
@vercel vercel bot temporarily deployed to Preview – marmalade-marketplace November 26, 2024 16:07 Inactive
@vercel vercel bot temporarily deployed to Preview – tools November 26, 2024 16:07 Inactive
@vercel vercel bot temporarily deployed to Preview – proof-of-us November 26, 2024 16:07 Inactive
@javadkh2 javadkh2 merged commit f72ef53 into main Nov 26, 2024
20 checks passed
@javadkh2 javadkh2 deleted the feat/export-import-data branch November 26, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants