Skip to content

Commit ee7b4d3

Browse files
Merge pull request #286 from WeBankFinTech/release/1.7.1
Release/1.7.1
2 parents ed620b9 + 7446078 commit ee7b4d3

File tree

3 files changed

+11
-35
lines changed

3 files changed

+11
-35
lines changed

.github/workflows/CI.yml

Lines changed: 9 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,8 @@ jobs:
3333
- name: Prepare blockchain nodes and certificates
3434
run: |
3535
mkdir -p fisco && cd fisco
36-
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.3.0/build_chain.sh && chmod u+x build_chain.sh
36+
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.7.1/build_chain.sh && chmod u+x build_chain.sh
3737
bash build_chain.sh -l "127.0.0.1:2" -p 30300,20200,8545
38-
cd nodes/127.0.0.1
39-
rm -rf fisco-bcos
40-
curl -LO https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/WeIdentity/fisco-bcos.tar.gz
41-
tar -zxvf fisco-bcos.tar.gz
42-
chmod u+x fisco-bcos
43-
cd ../..
4438
bash nodes/127.0.0.1/start_all.sh
4539
ps -ef | grep -v grep | grep fisco
4640
cd ..
@@ -85,14 +79,8 @@ jobs:
8579
- name: Prepare blockchain nodes and certificates
8680
run: |
8781
mkdir -p fisco && cd fisco
88-
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.3.0/build_chain.sh && chmod u+x build_chain.sh
82+
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.7.1/build_chain.sh && chmod u+x build_chain.sh
8983
bash build_chain.sh -l "127.0.0.1:2" -p 30300,20200,8545
90-
cd nodes/127.0.0.1
91-
rm -rf fisco-bcos
92-
curl -LO https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/WeIdentity/fisco-bcos.tar.gz
93-
tar -zxvf fisco-bcos.tar.gz
94-
chmod u+x fisco-bcos
95-
cd ../..
9684
bash nodes/127.0.0.1/start_all.sh
9785
ps -ef | grep -v grep | grep fisco
9886
cd ..
@@ -119,11 +107,11 @@ jobs:
119107
mkdir -p weid-sample/libs
120108
cp dist/lib/*.jar weid-sample/libs/
121109
cp ecdsa_key weid-sample/keys/priv/
122-
cp src/main/resources/fisco.properties weid-sample/src/main/resources/
123-
cp src/main/resources/weidentity.properties weid-sample/src/main/resources/
124-
cp .ci/ca.crt weid-sample/src/main/resources/
125-
cp .ci/node.crt weid-sample/src/main/resources/
126-
cp .ci/node.key weid-sample/src/main/resources/
110+
cp src/main/resources/fisco.properties weid-sample/resources/
111+
cp src/main/resources/weidentity.properties weid-sample/resources/
112+
cp .ci/ca.crt weid-sample/resources/
113+
cp .ci/node.crt weid-sample/resources/
114+
cp .ci/node.key weid-sample/resources/
127115
- name: Run CI
128116
run: |
129117
cd weid-sample
@@ -155,14 +143,8 @@ jobs:
155143
- name: Prepare blockchain nodes and certificates
156144
run: |
157145
mkdir -p fisco && cd fisco
158-
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.3.0/build_chain.sh && chmod u+x build_chain.sh
146+
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.7.1/build_chain.sh && chmod u+x build_chain.sh
159147
bash build_chain.sh -l "127.0.0.1:2" -p 30300,20200,8545
160-
cd nodes/127.0.0.1
161-
rm -rf fisco-bcos
162-
curl -LO https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/WeIdentity/fisco-bcos.tar.gz
163-
tar -zxvf fisco-bcos.tar.gz
164-
chmod u+x fisco-bcos
165-
cd ../..
166148
bash nodes/127.0.0.1/start_all.sh
167149
ps -ef | grep -v grep | grep fisco
168150
cd ..
@@ -224,14 +206,8 @@ jobs:
224206
- name: Prepare blockchain nodes and certificates
225207
run: |
226208
mkdir -p fisco && cd fisco
227-
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.3.0/build_chain.sh && chmod u+x build_chain.sh
209+
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.7.1/build_chain.sh && chmod u+x build_chain.sh
228210
bash build_chain.sh -l "127.0.0.1:2" -p 30300,20200,8545
229-
cd nodes/127.0.0.1
230-
rm -rf fisco-bcos
231-
curl -LO https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/WeIdentity/fisco-bcos.tar.gz
232-
tar -zxvf fisco-bcos.tar.gz
233-
chmod u+x fisco-bcos
234-
cd ../..
235211
bash nodes/127.0.0.1/start_all.sh
236212
ps -ef | grep -v grep | grep fisco
237213
cd ..

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.7.1

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ dependencies {
153153
localDeps 'org.projectlombok:lombok:1.18.10'
154154
if (!gradle.startParameter.isOffline()) {
155155
compile logger, lombok, apache_commons, json, mysql_driver, redisson, zxing, rpc, pdfbox, protobuf, caffeine, oval
156-
compile("com.webank:weid-contract-java:1.2.27") {
156+
compile("com.webank:weid-contract-java:1.2.28") {
157157
exclude group: "org.slf4j", module: "slf4j-log4j12"
158158
}
159159
compile fileTree(dir: 'lib', include: '*.jar')

0 commit comments

Comments
 (0)