release 1.7.5

This commit is contained in:
CaiHQ 2022-04-29 22:29:46 +08:00
parent 7f6897bee2
commit 213e351560
3 changed files with 25 additions and 6 deletions

View File

@ -45,15 +45,16 @@ make latexPdf
```
# MarkDownTips
1)学习markdown:https://www.runoob.com/markdown/md-tutorial.html
2)可参考现有.md文件作为模板。
3)表格示例:
1. 学习markdown:https://www.runoob.com/markdown/md-tutorial.html
2. 可参考现有.md文件作为模板。
3. 表格示例:
| 字段 | 值 |
| ------ | --------------------------------- |
| action | startContract |
| script | 合约脚本内容, 需进行进行URIEncode |
4)代码示例:
4. 代码示例:
特别地json代码的格式化可以使用http://www.bejson.com/t2ck.htm
```json
{
@ -63,9 +64,11 @@ make latexPdf
"executeTime": 1187
}
```
5)插入图片示例:
5. 插入图片示例:
![shortcut2](./_static/imgs/shortcut2.png)
方括号内为小标题,小括号内为“图片的相对路径”,一定不要写成绝对路径。
6)超链接:
6. 超链接:
[百度](http://baidu.com)

View File

@ -21,6 +21,14 @@ BDContract是一个可信计算框架计算逻辑以智能合约的方式表
- - -
## 更新日志
* **v1.7.5** 2022年4月29日
- 更新了NodePortal.html的部分功能
- 支持ypk deploy tool
- 优化了view 关键字
- 优化startContract日志输出
- docker镜像脚本支持
* **v1.7.0** 2022年3月7日
- 提交算法插件化
- cp从镜象中剥离

View File

@ -25,6 +25,14 @@ BDContract是一个可信计算框架计算逻辑以智能合约的方式表
更新日志
--------
- **v1.7.5** 2022年4月29日
- 更新了NodePortal.html的部分功能
- 支持ypk deploy tool
- 优化了view 关键字
- 优化startContract日志输出
- docker镜像脚本支持
- **v1.7.0** 2022年3月7日
- 提交算法插件化