Skip to content

Releases: bestbeforetoday/fabric-wallet-migration

v0.3.0

28 Apr 17:19
586f89d

Choose a tag to compare

What's Changed

Migration considerations

  • Only Node 18 and later are supported.
  • The newFileSystemWalletStore function is renamed to newFileSystemWalletStoreV1 to clarify that it is only for use with v1 wallets. The wallets.newFileSystemWallet function is used to access v2 wallets.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

14 Aug 15:13
7756c2f

Choose a tag to compare

Updates to dependencies.

v0.1.0: Check that wallet directory exists on file system store creation (#13)

11 Mar 22:28
9690bb9

Choose a tag to compare

- Change the API to export just the newFileSystemWalletStore
  factory function.
- newFileSystemWalletStore is now async to enable async I/O.
- Code example in README updated to reflect current API.

Signed-off-by: Mark S. Lewis <[email protected]>

v0.0.7: Add migration scenario test (#10)

02 Mar 14:07
fde20af

Choose a tag to compare

Runs against the result of `npm pack` to give some confidence that
the published module will work.

Signed-off-by: Mark S. Lewis <[email protected]>

v0.0.6: Include missing rimraf dependency (#7)

29 Feb 17:39
84f2ded

Choose a tag to compare

Signed-off-by: Mark S. Lewis <[email protected]>

v0.0.5: Remove fabric-network dependency (#6)

29 Feb 17:33
f1e8d4d

Choose a tag to compare

Couldn't overcome dependency conflicts for packages that depended
on both this module and different versions of fabric-network.
Read and write the old style wallet files directly instead of using
fabric-network.

Signed-off-by: Mark S. Lewis <[email protected]>

v0.0.4: Explicit fabric-client and fabric-ca-client versions (#5)

28 Feb 17:30
f4df973

Choose a tag to compare

Attempt to avoid version conflicts in modules that depend on this
one and also different versions of fabric-network.

Signed-off-by: Mark S. Lewis <[email protected]>

v0.0.3: Fix fabric-network dependency to 1.4.7 (#4)

25 Feb 13:49
f034087

Choose a tag to compare

1.4.6 version of fabric-ca-client was bad.

Signed-off-by: Mark S. Lewis <[email protected]>

v0.0.2: Include .npmignore to fix publishing (#3)

24 Feb 21:07
aeabc9f

Choose a tag to compare

Signed-off-by: Mark S. Lewis <[email protected]>

v0.0.1: Avoid use of broken fabric-ca-client version (#2)

24 Feb 20:41
3bbb42f

Choose a tag to compare

Change fabric-ca-client dependencies in package-lock.json

Signed-off-by: Mark S. Lewis <[email protected]>