Skip to content

Commit

Permalink
<doc>(changelog): add change log of 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay committed Jul 31, 2023
1 parent a6e1c5f commit bcd5560
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew assemble
- name: Download plugin
run: cd dist/ && bash download_plugin.sh ALL v1.3.0 && bash download_pages.sh v1.3.0 && rm -rf src && cd -
run: cd dist/ && bash download_plugin.sh ALL v1.3.1 && bash download_pages.sh v1.3.1 && rm -rf src && cd -
- name: Pack
run: chmod +x dist/*.sh && mv dist WeCross && tar -zcvf WeCross.tar.gz WeCross
- name: Checksum
Expand Down
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### v1.3.1

(2023-07-31)

**新增**

* 支持FISCO BCOS 3.+ WASM执行版本,支持WASM合约部署、调用等功能。
* 新增FISCO BCOS 3.x版本EVM/WASM之间的跨链demo

**修复**

* 修复FISCO BCOS 3.2.0之前版本节点的兼容性问题。
* 修复Demo脚本中的一些问题。

### v1.3.0
(2023-03-15)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

sourceCompatibility = '1.8'
version = '1.3.0'
version = '1.3.1'

task stubSourceJar(type: Jar) {
into 'com/webank/wecross/stub', { from 'src/main/java/com/webank/wecross/stub' }
Expand Down
14 changes: 7 additions & 7 deletions demo/fabric/build.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
#!/bin/bash
set -e
LANG=en_US.UTF-8
version_file="../profile_version.sh"
[[ ! -f "${version_file}" ]] && {
LOG_ERROR " ${version_file} not exist, please check if the demo is the latest. "
exit 1
}

source "${version_file}"
LOG_INFO() {
local content=${1}
echo -e "\033[32m[INFO][Fabric] ${content}\033[0m"
Expand All @@ -18,6 +11,13 @@ LOG_ERROR() {
echo -e "\033[31m[ERROR][Fabric] ${content}\033[0m"
}

version_file="../profile_version.sh"
[[ ! -f "${version_file}" ]] && {
LOG_ERROR " ${version_file} not exist, please check if the demo is the latest. "
exit 1
}
source "${version_file}"

Download() {
local url=${1}
local file=$(basename ${url})
Expand Down
12 changes: 6 additions & 6 deletions demo/fabric2/build.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
#!/bin/bash
set -e
LANG=en_US.UTF-8
version_file="../profile_version.sh"
[[ ! -f "${version_file}" ]] && {
LOG_ERROR " ${version_file} not exist, please check if the demo is the latest. "
exit 1
}

source "${version_file}"
LOG_INFO() {
local content=${1}
echo -e "\033[32m[INFO][Fabric] ${content}\033[0m"
Expand All @@ -17,6 +11,12 @@ LOG_ERROR() {
local content=${1}
echo -e "\033[31m[ERROR][Fabric] ${content}\033[0m"
}
version_file="../profile_version.sh"
[[ ! -f "${version_file}" ]] && {
LOG_ERROR " ${version_file} not exist, please check if the demo is the latest. "
exit 1
}
source "${version_file}"

Download() {
local url=${1}
Expand Down
16 changes: 8 additions & 8 deletions demo/profile_version.sh
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# WeCross
WECROSS_VERSION=v1.3.0
WECROSS_VERSION=v1.3.1
# WeCross Console
WECROSS_CONSOLE_VERSION=v1.3.0
WECROSS_CONSOLE_VERSION=v1.3.1
# WeCross Account Manager
WECROSS_ACCOUNT_MANAGER_VERSION=v1.3.0
WECROSS_ACCOUNT_MANAGER_VERSION=v1.3.1
# WeCross BCOS2.0 Stub
WECROSS_BCOS2_STUB_VERSION=v1.3.0
WECROSS_BCOS2_STUB_VERSION=v1.3.1
# WeCross BCOS3.0 Stub
WECROSS_BCOS3_STUB_VERSION=v1.3.0
WECROSS_BCOS3_STUB_VERSION=v1.3.1
# WeCross Fabric1.4 Stub
WECROSS_FABRIC1_STUB_VERSION=v1.3.0
WECROSS_FABRIC1_STUB_VERSION=v1.3.1
# WeCross Fabric2.0 Stub
WECROSS_FABRIC2_STUB_VERSION=v1.3.0
WECROSS_FABRIC2_STUB_VERSION=v1.3.1
# WeCross Java SDK
WECROSS_JAVA_SDK_VERSION=v1.3.0
WECROSS_JAVA_SDK_VERSION=v1.3.1

# FISCO BCOS
BCOS_VERSION=v2.9.1
Expand Down
2 changes: 1 addition & 1 deletion release_note.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.0
v1.3.1
2 changes: 1 addition & 1 deletion scripts/download_account_manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

LANG=en_US.UTF-8

default_compatibility_version=v1.3.0 # update this every release
default_compatibility_version=v1.3.1 # update this every release

compatibility_version=
enable_build_from_resource=0
Expand Down
2 changes: 1 addition & 1 deletion scripts/download_console.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

LANG=en_US.UTF-8

default_compatibility_version=v1.3.0 # update this every release
default_compatibility_version=v1.3.1 # update this every release
BCOS_VERSION=v2.7.2 # use this version to specify get_account script

compatibility_version=
Expand Down
2 changes: 1 addition & 1 deletion scripts/download_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

LANG=en_US.UTF-8

default_compatibility_version=v1.3.0 # update this every release
default_compatibility_version=v1.3.1 # update this every release

compatibility_version=
GIT_URL_BASE='github.com'
Expand Down
2 changes: 1 addition & 1 deletion scripts/download_pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Usage:
bash $0 <tag/branch>
<tag/branch>: certain tag or branch to download
e.g
bash $0 v1.3.0
bash $0 v1.3.1
EOF
exit 0
}
Expand Down
8 changes: 4 additions & 4 deletions scripts/download_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Usage:
<tag/branch>: certain tag or branch to download
e.g
bash $0 BCOS2 v1.3.0
bash $0 BCOS3 v1.3.0
bash $0 Fabric1 v1.3.0
bash $0 Fabric2 v1.3.0
bash $0 BCOS2 v1.3.1
bash $0 BCOS3 v1.3.1
bash $0 Fabric1 v1.3.1
bash $0 Fabric2 v1.3.1
EOF
exit 0
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/download_wecross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LANG=en_US.UTF-8
enable_build_from_resource=0
compatibility_version=

default_compatibility_version=v1.3.0 # update this every release
default_compatibility_version=v1.3.1 # update this every release
deps_dir=$(pwd)'/WeCross/plugin/'
pages_dir=$(pwd)'/WeCross/pages/'
src_dir=$(pwd)'/src/'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import java.util.List;

public class WeCrossDefault {
public static final String VERSION = "v1.3.0";
public static final String VERSION = "v1.3.1";

public static final String TEMPLATE_URL = "http://127.0.0.1:8080/";

Expand Down

0 comments on commit bcd5560

Please sign in to comment.