Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stress_testing.md #1626

Open
wants to merge 3 commits into
base: release-3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/change_log/2_8_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
- 支持使用密码卡/密码机进行共识签名、交易验签、落盘加密。
- 新增哈希计算、签名验证、VRF proof验证相关的Precompiled合约,包括`sm3`, `keccak256Hash`, `sm2Verify`, `curve25519VRFVerify`。

**升级**

- 升级boost版本到1.76

**修复**
- 修复[issue 1951](https://github.com/FISCO-BCOS/FISCO-BCOS/issues/1951),解决节点接收非法P2P消息包异常崩溃的问题。
- 修复在极端异常情况下,共识模块死锁的问题。
Expand Down
1 change: 1 addition & 0 deletions docs/tutorial/stress_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Java SDK Demo是基于Java SDK的基准测试集合,能够对FISCO BCOS节点
使用Java SDK Demo之前,需要首先要Java SDK,包括证书拷贝以及端口配置,详细请参考[这里](../sdk/java_sdk/quick_start.html)

```bash
cd dist
# 拷贝证书(假设SDK证书位于~/fisco/nodes/127.0.0.1/sdk目录,请根据实际情况更改路径)
$ cp -r ~/fisco/nodes/127.0.0.1/sdk/* conf

Expand Down