Browse Source

add userPriv account exist check and state transfer block integrity check, update core, framework, test and bft submodule

tags/1.6.4
zhangshuang53 2 years ago
parent
commit
ba797a2c76
5 changed files with 5 additions and 5 deletions
  1. +1
    -1
      core
  2. +1
    -1
      deploy/deploy-peer/src/main/resources/config/init/bftsmart/bftsmart.config
  3. +1
    -1
      framework
  4. +1
    -1
      libs/bft-smart
  5. +1
    -1
      test

+ 1
- 1
core

@@ -1 +1 @@
Subproject commit 81b8058d4b4ca2bc7b3be262e642e361e80efec4
Subproject commit bfb78f530c5dfbc306b7d9c7ac0657a68c0408b3

+ 1
- 1
deploy/deploy-peer/src/main/resources/config/init/bftsmart/bftsmart.config View File

@@ -104,7 +104,7 @@ system.communication.send.retryCount=100
system.communication.useSignatures = 0 system.communication.useSignatures = 0


#Set to 1 if SMaRt should use MAC's, set to 0 if otherwise #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 #Set to 1 if SMaRt should use the standard output to display debug messages, set to 0 if otherwise
system.debug = 0 system.debug = 0


+ 1
- 1
framework

@@ -1 +1 @@
Subproject commit ca7788c6ac88024b99a4df4410f57f13514c2321
Subproject commit 1f882193456373e41f8d010732958c862defd718

+ 1
- 1
libs/bft-smart

@@ -1 +1 @@
Subproject commit 07e6e3b417161354c9636e650fd0f42953b7d2ab
Subproject commit d76b28164ef27993d16c063610a820ccd2157624

+ 1
- 1
test

@@ -1 +1 @@
Subproject commit 2dcb24d24d64c02ed681d5136750ab674be71b07
Subproject commit 936917573e9205f80f1d9a2d401f370623656742

Loading…
Cancel
Save