This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Commit 578506b
Aleksandar Likic
FAB-8101 - .json file extension with filekeyvaluestore
FAB-7513 (change https://gerrit.hyperledger.org/r/#/c/17547/ )
changed the default file extension of the new files produced by
the filekeyvaluestore. Previously it was ".json", and now there
is no extension (the key becomes the filename). This ticket
demonstrates how to construct a new filekeyvaluestore that adds
".json" to the store file names, to keep compatibility with
previously created stores.
Change-Id: Iddd20a78f941d2d8449e3ef8a970c6d89ba8c8d2
Signed-off-by: Aleksandar Likic <aleksandar.likic@securekey.com>1 parent f0fbf30 commit 578506b
File tree
2 files changed
+24
-2
lines changed- pkg/fabric-client
- test/integration/fab
2 files changed
+24
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
88 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
89 | 101 | | |
90 | 102 | | |
91 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
59 | 69 | | |
60 | 70 | | |
61 | 71 | | |
| |||
0 commit comments