From ba797a2c761fd72662cc071b63298f92a4af0176 Mon Sep 17 00:00:00 2001 From: zhangshuang53 Date: Tue, 26 Apr 2022 20:01:11 +0800 Subject: [PATCH] add userPriv account exist check and state transfer block integrity check, update core, framework, test and bft submodule --- core | 2 +- .../src/main/resources/config/init/bftsmart/bftsmart.config | 2 +- framework | 2 +- libs/bft-smart | 2 +- test | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core b/core index 81b8058d..bfb78f53 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 81b8058d4b4ca2bc7b3be262e642e361e80efec4 +Subproject commit bfb78f530c5dfbc306b7d9c7ac0657a68c0408b3 diff --git a/deploy/deploy-peer/src/main/resources/config/init/bftsmart/bftsmart.config b/deploy/deploy-peer/src/main/resources/config/init/bftsmart/bftsmart.config index 0793149e..dd9c20c2 100644 --- a/deploy/deploy-peer/src/main/resources/config/init/bftsmart/bftsmart.config +++ b/deploy/deploy-peer/src/main/resources/config/init/bftsmart/bftsmart.config @@ -104,7 +104,7 @@ system.communication.send.retryCount=100 system.communication.useSignatures = 0 #Set to 1 if SMaRt should use MAC's, set to 0 if otherwise -system.communication.useMACs = 1 +system.communication.useMACs = 0 #Set to 1 if SMaRt should use the standard output to display debug messages, set to 0 if otherwise system.debug = 0 diff --git a/framework b/framework index ca7788c6..1f882193 160000 --- a/framework +++ b/framework @@ -1 +1 @@ -Subproject commit ca7788c6ac88024b99a4df4410f57f13514c2321 +Subproject commit 1f882193456373e41f8d010732958c862defd718 diff --git a/libs/bft-smart b/libs/bft-smart index 07e6e3b4..d76b2816 160000 --- a/libs/bft-smart +++ b/libs/bft-smart @@ -1 +1 @@ -Subproject commit 07e6e3b417161354c9636e650fd0f42953b7d2ab +Subproject commit d76b28164ef27993d16c063610a820ccd2157624 diff --git a/test b/test index 2dcb24d2..93691757 160000 --- a/test +++ b/test @@ -1 +1 @@ -Subproject commit 2dcb24d24d64c02ed681d5136750ab674be71b07 +Subproject commit 936917573e9205f80f1d9a2d401f370623656742