Skip to content

Releases: bestbeforetoday/fabric-wallet-migration

v0.2.0

14 Aug 15:13
7756c2f
Compare
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
Compare
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 <Mark.S.Lewis@outlook.com>

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

02 Mar 14:07
fde20af
Compare
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 <mark_lewis@uk.ibm.com>

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

29 Feb 17:39
84f2ded
Compare
Choose a tag to compare
Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>

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

29 Feb 17:33
f1e8d4d
Compare
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 <mark_lewis@uk.ibm.com>

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

28 Feb 17:30
f4df973
Compare
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 <mark_lewis@uk.ibm.com>

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

25 Feb 13:49
f034087
Compare
Choose a tag to compare
1.4.6 version of fabric-ca-client was bad.

Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>

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

24 Feb 21:07
aeabc9f
Compare
Choose a tag to compare
Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>

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

24 Feb 20:41
3bbb42f
Compare
Choose a tag to compare
Change fabric-ca-client dependencies in package-lock.json

Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>