Skip to content

Commit

Permalink
Add more desc for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
morebtcg committed May 14, 2024
1 parent 2b56d98 commit 6e21598
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions 3.x/zh_CN/docs/design/parallel/pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ FISCO BCOS支持两种流水线执行架构:标量流水线和超标量流水
## 使用条件

流水线执行器需要手工打开,加入流水线架构后,目前有5种执行模式:
- 标量流水线(config.ini,baseline_scheduler=true)
- 超标量流水线(config.ini,baseline_scheduler_parallel=true)
- 普通串行(config.genesis,is_serial=true)
- sharding模式(启用feature_sharding)
- 纯DMC模式(config.genesis,is_serial=false)
1. 标量流水线(config.ini,baseline_scheduler=true)
1. 超标量流水线(config.ini,baseline_scheduler_parallel=true)
1. 普通串行(config.genesis,is_serial=true)
1. sharding模式(启用feature_sharding)
1. 纯DMC模式(config.genesis,is_serial=false)

其中模式1、2、3互相兼容,可以混跑,4、5与其它模式均不兼容。

Expand Down
4 changes: 2 additions & 2 deletions 3.x/zh_CN/docs/introduction/change_log/feature_bugfix_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
| 修复块内分片合约调用合约的问题 | bugfix_sharding_call_in_child_executive | 开启:1 | 3.7.0 默认开启 |
| 修复已部署空abi,部署相同的合约无abi的问题 | bugfix_empty_abi_reset | 开启:1 | 3.7.0 默认开启 |
| 修复无法通过eip55类型的合约地址调用合约的问题 | bugfix_eip55_addr | 开启:1 | 3.7.0 默认开启 |
| | bugfix_eoa_as_contract | 开启:1 | 3.8.0默认开启 |
| | bugfix_dmc_deploy_gas_used | 开启:1 | 3.8.0默认开启 |
| 解决对EOA账户getCode的返回值问题 | bugfix_eoa_as_contract | 开启:1 | 3.8.0默认开启 |
| 解决DMC模式下部署合约时gas消耗与串行模式不同的问题 | bugfix_dmc_deploy_gas_used | 开启:1 | 3.8.0默认开启 |
| 解决EVM执行status_code非0和revert时未扣除gas的问题 | bugfix_evm_exception_gas_used | 开启:1 | 3.8.0默认开启 |
| 解决StateStorage和KeyPageStorage的setRow接口写入未修改Entry时不计算DBHash的问题 | bugfix_set_row_with_dirty_flag | 开启:1 | 3.8.0默认开启 |

0 comments on commit 6e21598

Please sign in to comment.