Skip to content

Commit

Permalink
docs update README & fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Cheng <chengyang418@163.com>
  • Loading branch information
stone-ch authored and guoger committed Nov 6, 2020
1 parent 9dc0f5a commit ec3e141
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# A simple traffic generator for Hyperledger Fabric

English/[中文](docs/whatis.md)

[![Build Status](https://dev.azure.com/guojiannan1101/guojiannan1101/_apis/build/status/guoger.tape?branchName=master)](https://dev.azure.com/guojiannan1101/guojiannan1101/_build/latest?definitionId=1&branchName=master)
## Why Tape

Expand Down
10 changes: 5 additions & 5 deletions docs/whatis.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ Tape 项目原名 Stupid,最初由 [TWGC(Technical Working Group China,超

## 贡献者信息

| 姓名 | 邮箱 | 所属组织 | 角色 |
| ------ | -------------------- | -------- | ------ |
| 郭剑南 | | TWGC | 维护者 |
| 袁怿 | | TWGC | 维护者 |
| 程阳 | chengyang418@163.com | TWGC | 维护者 |
| 姓名 | 邮箱 | github-ID | 所属组织 | 角色 |
| ------ | ------------------------ | ----------- | ------------------------------------------------- | ------ |
| 郭剑南 | guojiannan1101@gmail.com | guoger | [TWGC](https://wiki.hyperledger.org/display/TWGC) | 维护者 |
| 袁怿 | yy19902439@126.com | SamYuan1990 | [TWGC](https://wiki.hyperledger.org/display/TWGC) | 维护者 |
| 程阳 | chengyang418@163.com | stone-ch | [TWGC](https://wiki.hyperledger.org/display/TWGC) | 维护者 |

## 使用许可

Expand Down
2 changes: 1 addition & 1 deletion docs/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tape 有多个工作协程组成,所以该流程是高度并行化且可扩展

![tape workflow](images/tape.jpeg)

- **Singer**,签名交易提案协程,负责签名生成的交易提案,并将签名后的结果存入缓存通道中;
- **Signer**,签名交易提案协程,负责签名生成的交易提案,并将签名后的结果存入缓存通道中;
- **Proposer**,提案发送线程,负责从缓存通道中取出已签名的交易提案,然后通过 gRPC 将已签名提案发送到背书节点,并将背书节点返回的背书结果写入另一个缓存通道;
- **Integrator**,负责从缓存通道中取出背书后的结果,并封装成信封,信封是排序节点可接受的格式,然后将该信封再次存入一个单独的缓存通道;
- **Broadcaster**,负责将从缓存通道中取出信封,并然后通过 gRPC 将信封广播到排序节点;
Expand Down

0 comments on commit ec3e141

Please sign in to comment.