Skip to content

Commit

Permalink
update changelog and release_note file
Browse files Browse the repository at this point in the history
  • Loading branch information
fqliao committed Apr 19, 2019
1 parent 21a99fe commit daf1003
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### v1.0.2

(2019-04-19)

* Update

1. `console/conf`目录下移除`applicationContext.xml`配置文件和`ca.crt``node.crt``node.key`文件。新增`applicationContext-sample.xml`配置文件。
2. 一个控制台部署合约,另一个控制台可以直接调用合约。
3. `callByCNS`支持在不传合约版本号时调用最新版本合约。传入版本号时,其合约名与版本号使用英文冒号分隔,例如`HelloWorld:1.0`
4. 重复创建用户表会提示表已存在的错误信息,无权限的账号对用户表进行增删改操作会提示无权限信息。(适配fisco bcos 2.0.0-rc2)
5. 调用合约时,传入错误合约地址会获取错误提示信息。(适配fisco bcos 2.0.0-rc2)
6. 部署合约后,显示的合约地址前面加字符串`contract address:`
7. 合约地址只能省略前缀0,不能省略`0x`。例如`0x000ac78`可以简写成`0xac78`
8. `help`命令显示的命令列表进行了字典排序。


### v1.0.1

(2019-04-08)
Expand All @@ -9,8 +25,9 @@
3. `start.sh`脚本中增加对Java版本检测。

* Update

1. 支持合约引入Solidity library库。
2. 支持合约地址可以省略前缀0。例如,0x000ac78可以简写成0xac78
2. 支持合约地址可以省略前缀0。例如,`0x000ac78`可以简写成`0xac78`
3. 优化命令的帮助信息。

### v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion release_note.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.1
v1.0.2

0 comments on commit daf1003

Please sign in to comment.