You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We export Hedera wallet as a Keystore using the Java SDK which produces a keystore with version: 2. That Keystore cannot be used anywhere as most of the other projects are using the Typescript SDK which only supports keystores with version: 1.
This is currently a blocker, because we can neither export the keystore with a version 1, nor make any use of the keystores with version 2.
Steps to reproduce
Create a Hedera wallet
Export it as a keystore using Hedera Java SDK
Try to import it using TS SDK
Additional context
No response
Hedera network
mainnet, testnet, previewnet
Version
2.27.0
Operating system
macOS
The text was updated successfully, but these errors were encountered:
Description
We export Hedera wallet as a Keystore using the Java SDK which produces a keystore with
version: 2
. That Keystore cannot be used anywhere as most of the other projects are using the Typescript SDK which only supports keystores withversion: 1
.This is currently a blocker, because we can neither export the keystore with a version 1, nor make any use of the keystores with version 2.
Steps to reproduce
Additional context
No response
Hedera network
mainnet, testnet, previewnet
Version
2.27.0
Operating system
macOS
The text was updated successfully, but these errors were encountered: