File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ build_node()
7878{
7979 cp ./tools/get_account.sh .
8080 cp ./tools/get_gm_account.sh .
81- mkdir ~ /.fisco
81+ mkdir -p ~ /.fisco
8282 cp ./tools/get_account.sh ~ /.fisco/
8383 cp ./tools/get_gm_account.sh ~ /.fisco/
84- bash build_chain.sh -l 127.0.0.1:4 ${@ } -e ./fisco-bcos
84+ bash -x build_chain.sh -l 127.0.0.1:4 ${@ } -e ./fisco-bcos
8585 ./nodes/127.0.0.1/fisco-bcos -v
8686 ./nodes/127.0.0.1/start_all.sh
8787}
@@ -180,9 +180,9 @@ java -version
180180# cp src/integration-test/resources/config-example.toml src/integration-test/resources/config.toml
181181download_tassl
182182
183- LOG_INFO " ------ download_binary: v3.15.2 ---------"
184- download_binary " v3.15.2 "
185- download_build_chain " v3.15.2 "
183+ LOG_INFO " ------ download_binary: v3.11.0 ---------"
184+ download_binary " v3.11.0 "
185+ download_build_chain " v3.11.0 "
186186LOG_INFO " ------ check_standard_node---------"
187187check_standard_node false
188188LOG_INFO " ------ check_sm_node---------"
Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- os : [ubuntu-22.04, windows-2019 , macos-latest]
17+ os : [ubuntu-22.04, windows-2025 , macos-latest]
1818 steps :
1919 - uses : actions/checkout@v2
2020 with :
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ targetCompatibility = 1.8
1616repositories {
1717 mavenCentral()
1818 maven { url " https://maven.aliyun.com/nexus/content/groups/public/" }
19- maven { url " https://oss. sonatype.org /service/local/staging/deploy/maven2" }
20- maven { url " https://oss .sonatype.org/content/repositories/ snapshots" }
19+ maven { url " https://ossrh-staging-api.central. sonatype.com /service/local/staging/deploy/maven2/ " }
20+ maven { url " https://central .sonatype.com/repository/maven- snapshots/ " }
2121}
2222
2323googleJavaFormat {
@@ -50,7 +50,7 @@ dependencies {
5050 exclude group : " org.slf4j"
5151 }
5252 implementation(' commons-cli:commons-cli:1.5.0' )
53- implementation(' org.jline:jline:3.21.0 ' )
53+ implementation(' org.jline:jline:3.30.6 ' )
5454 implementation(' io.bretty:console-table-builder:1.2' )
5555 implementation(' com.github.jsqlparser:jsqlparser:2.0' )
5656 implementation(' org.fisco-bcos.code-generator:bcos-code-generator:1.6.0' ) {
You can’t perform that action at this time.
0 commit comments