Skip to content

Commit

Permalink
Merge pull request #84 from cyjseagull/web3sdk-doc-final
Browse files Browse the repository at this point in the history
update the changelog && release_note before release && update url of counter_compile.sh to FISCO-BCOS
  • Loading branch information
fisco-dev authored Oct 10, 2018
2 parents 4869aa8 + ab3b8d8 commit e15827e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### V1.2.3 (2018-10-10)
* Updates

1. 增加web3sdk编译脚本compile.sh(脚本带有安装gradle功能)
2. tools/bin目录下增加counter_compile.sh脚本, 从https://raw.githubusercontent.com/FISCO-BCOS/FISCO-BCOS-DOC/master/docs/web3sdk/codes/Counter.sol下载示例solidity源码并编译
3. 修改tools/bin/web3sdk脚本,增加脚本执行异常判断,异常后终止脚本,并输出错误信息
4. applicationContext.xml增加必要的解释说明

### V1.2.2 (2018-08-29)

* Updates
Expand Down
2 changes: 1 addition & 1 deletion release_note.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
V1.2.2
V1.2.3
4 changes: 2 additions & 2 deletions tools/bin/counter_compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ function execute_cmd()
function Usage()
{
LOG_INFO "Usage":
LOG_INFO " ./compile_demo ${pacakge_name}"
LOG_INFO " ./counter_compile.sh ${pacakge_name}"
}

#get demo
execute_cmd "wget https://raw.githubusercontent.com/cyjseagull/fisco-doc-test/master/docs/web3sdk/codes/Counter.sol -O Counter.sol"
execute_cmd "wget https://raw.githubusercontent.com/FISCO-BCOS/FISCO-BCOS-DOC/master/docs/web3sdk/codes/Counter.sol -O Counter.sol"
#move Counter.sol to contract compiliation direcotry
execute_cmd "mv Counter.sol ../contracts"

Expand Down

0 comments on commit e15827e

Please sign in to comment.