Skip to content

Commit 0c18dc0

Browse files
committed
[DEVOPS-1229] new data layer migration docs
1 parent e10ae87 commit 0c18dc0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/exchange-onboarding.md

+14
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,20 @@ with a `200` response if the address is in one of the wallets on the running nod
287287

288288
For more details see the [API documentation](#where-can-i-find-the-api-documentation).
289289

290+
# Migrate wallet to new data layer
291+
292+
Migration to the new data layer is automatic in the default configuration and
293+
equivalent to restoring wallet from seed. As part of the migration, the wallet
294+
will be restored from the blockchain which will result in unused 0 balance
295+
addresses no longer showing in the wallet. The v1 API introduces a new endpoing
296+
`/api/v1/wallets/{{walletId}}/accounts/{{accountId}/addresses`. For details, please
297+
see the following URL:
298+
https://cardanodocs.com/technical/v1/#section/Common-Use-Cases/Importing-(Unused)-Addresses-From-a-Previous-Node-(or-Version)/
299+
300+
Migrating to the new data layer drops the ability to use the v0 API. It is heavily
301+
encouraged to shutdown the wallet and make a backup of your wallet state directory
302+
prior to upgrading.
303+
290304
# Usage FAQs
291305

292306
## What are recommended hardware/software requirements for exchange wallets?

0 commit comments

Comments
 (0)