Skip to content

Commit

Permalink
<fix>(build): update version to 3.10.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay committed Sep 9, 2024
1 parent 028f383 commit b01d677
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif()

list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)

set(VERSION "3.10.0")
set(VERSION "3.10.2")
set(VERSION_SUFFIX "")
include(Options)
configure_project()
Expand Down
6 changes: 3 additions & 3 deletions tools/BcosAirBuilder/build_chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ca_dir=""
prometheus_dir=""
config_path=""
docker_mode=
default_version="v3.10.0"
default_version="v3.10.2"
compatibility_version=${default_version}
default_mtail_version="3.0.0-rc49"
compatibility_mtail_version=${default_mtail_version}
Expand Down Expand Up @@ -71,11 +71,11 @@ log_level="info"

# for pro or max default setting
bcos_builder_package=BcosBuilder.tgz
bcos_builder_version=v3.10.0
bcos_builder_version=v3.10.2
use_exist_binary="false"
download_specific_binary_flag="false"
download_service_binary_type="cdn"
service_binary_version="v3.10.0"
service_binary_version="v3.10.2"
download_service_binary_path="binary"
download_service_binary_path_flag="false"
service_type="all"
Expand Down
2 changes: 1 addition & 1 deletion tools/BcosBuilder/max/conf/config-build-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ consensus_type = "pbft"
# transaction gas limit
gas_limit = "3000000000"
# compatible version, can be dynamically upgraded through setSystemConfig
compatibility_version = "3.10.0"
compatibility_version = "3.10.2"

[[agency]]
name = "agencyA"
Expand Down
2 changes: 1 addition & 1 deletion tools/BcosBuilder/max/conf/config-deploy-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ consensus_type = "pbft"
# transaction gas limit
gas_limit = "3000000000"
# compatible version, can be dynamically upgraded through setSystemConfig
compatibility_version = "3.10.0"
compatibility_version = "3.10.2"

[[agency]]
name = "agencyA"
Expand Down
2 changes: 1 addition & 1 deletion tools/BcosBuilder/pro/conf/config-build-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ consensus_type = "pbft"
# transaction gas limit
gas_limit = "3000000000"
# compatible version, can be dynamically upgraded through setSystemConfig
compatibility_version = "3.10.0"
compatibility_version = "3.10.2"

[[agency]]
name = "agencyA"
Expand Down
2 changes: 1 addition & 1 deletion tools/BcosBuilder/pro/conf/config-deploy-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ consensus_type = "pbft"
# transaction gas limit
gas_limit = "3000000000"
# compatible version, can be dynamically upgraded through setSystemConfig
compatibility_version = "3.10.0"
compatibility_version = "3.10.2"

[[agency]]
name = "agencyA"
Expand Down
2 changes: 1 addition & 1 deletion tools/BcosBuilder/src/common/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class CommandInfo:
network_add_vxlan = "add-vxlan"
download_binary = "download_binary"
download_type = ["cdn", "git"]
default_binary_version = "v3.10.0"
default_binary_version = "v3.10.2"
command_list = [gen_config, upload, deploy,
upgrade, undeploy, expand, start, stop]
service_command_list_str = ', '.join(command_list)
Expand Down
2 changes: 1 addition & 1 deletion tools/BcosBuilder/src/tpl/config.genesis
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

[version]
; compatible version, can be dynamically upgraded through setSystemConfig
compatibility_version=3.10.0
compatibility_version=3.10.2

[tx]
; transaction gas limit
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fiscobcos",
"version-string": "3.10.0",
"version-string": "3.10.2",
"homepage": "https://github.com/FISCO-BCOS/FISCO-BCOS",
"description": "FISCO BCOS",
"dependencies": [
Expand Down

0 comments on commit b01d677

Please sign in to comment.