From 9ec612a4e152e41cc3d34d1d69e11225f38a80f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnaba=20Pawe=C5=82czak?= Date: Thu, 6 Apr 2023 16:02:40 +0200 Subject: [PATCH] feat(plugin-persistence-fabric): add new fabric persistence plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. Add a new plugin for storing hyperledger fabric ledger data into a database 2. Add functional tests for plugin and data access layer operations. operating with fabric-all-in-one docker composition Tests assume any postgres database, but for final deployment postgres or supabase is assumed. Data fed by this plugin can later be visualized by a GUI application or analyzed directly. ( right now the GUI will have switch to operate either with Ethereum ledger or Fabric ledger ) Also upgrade ts-node in the rood package.json because it was causing crashes for the scripts in the ./tools/ directory (such as the webpack bundle name validator script) Depends on: #2259 Depends on: #2265 Co-authored-by: Peter Somogyvari Signed-off-by: Barnaba Pawełczak Signed-off-by: Peter Somogyvari --- yarn.lock | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/yarn.lock b/yarn.lock index 30ee3dd322..d5acf158db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -22553,7 +22553,11 @@ minimist-options@4.1.0: is-plain-obj "^1.1.0" kind-of "^6.0.3" +<<<<<<< HEAD minimist@0.0.8, minimist@1.2.8, minimist@>=1.2.6, minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5, minimist@^1.2.6: +======= +minimist@0.0.8, minimist@>=1.2.6, minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5, minimist@^1.2.6: +>>>>>>> ef0eb87b (feat(plugin-persistence-fabric): add new fabric persistence plugin) version "1.2.7" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18" integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==