Skip to content

Commit

Permalink
fix bad link of release note (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxq2011hust committed Jun 22, 2020
1 parent 6bcb51c commit d030e49
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/change_log/2_5_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
- 新增预编译合约,地址0x7,实现椭圆曲线alt_bn128的乘法
- 新增预编译合约,地址0x8,实现椭圆曲线配对操作用于zkSNARK验证
- 新增预编译合约,地址0x9,实现blake2哈希函数
- [新增流控功能,实现可配置节点出带宽、最大QPS](../design/flow_control.md)
- [新增ChainGovernance预编译合约,地址0x1008,实现基于角色的权限管理](../design/security_control/ChainGovernance.md)
- [新增流控功能,实现可配置节点出带宽、最大QPS](../design/features/flow_control.md)
- [新增ChainGovernance预编译合约,地址0x1008,实现基于角色的权限管理](../design/security_control/chain_governance.md)
- [新增SDK连接节点支持国密SSL,可配置是否启用](../manual/configuration.html#id10)
- [新增账号管理可冻结解冻私钥对应的账号](../design/features/account_management.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/design/features/account_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- [解冻账号](../../manual/console.html#unfreezeaccount):撤销冻结的操作,一账号解冻后可部署及调用合约
- [查询账号状态](../../manual/console.html#getaccountstatus):查询账号状态,返回该账号可用/已冻结的状态

账号的冻结/解冻操作只能由链的委员进行。权限相关操作请参考[基于角色的权限控制](../security_control/ChainGovernance.md)
账号的冻结/解冻操作只能由链的委员进行。权限相关操作请参考[基于角色的权限控制](../security_control/chain_governance.md)

```eval_rst
.. important::
Expand Down
4 changes: 2 additions & 2 deletions en/docs/change_log/2_5_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
- Add precompiled contract, address 0x7, implement the scalar multiplication (MUL) of elliptic curve alt_bn128.
- Add precompiled contract, address 0x8, implement a pairing function on a specific pairing-friendly elliptic curve for zkSNARK verification.
- Add precompiled contract, address 0x9, implement blake2 hash function.
- [Add flow control to achieve configurable node output bandwidth and maximum QPS](../design/flow_control.md)
- [Add ChainGovernance precompiled contract, address 0x1008, to implement role-based authority management](../design/security_control/ChainGovernance.md)
- [Add flow control to achieve configurable node output bandwidth and maximum QPS](../design/features/flow_control.md)
- [Add ChainGovernance precompiled contract, address 0x1008, to implement role-based authority management](../design/security_control/chain_governance.md)
- [Add SDK connection node supports OSCCA-approved SSL, can be configured whether to enable](../manual/configuration.html#id10)
- [Add account management to freeze and unfreeze accounts](../design/features/account_management.md)

Expand Down
2 changes: 1 addition & 1 deletion en/docs/design/features/account_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Account management related operations include `freezeAccount`, `unfreezeAccount`
- [unfreezeAccount](../../manual/console.html#unfreezeaccount) : Undo the `freezeAccount` operation, the interfaces of an unfrozen account can deploy or execute transaction
- [getAccountStatus](../../manual/console.html#getaccountstatus) : Query the status of a account to return the status of available/frozen

The authority management related operations please refer to [ChainGovernance.md](../security_control/ChainGovernance.md).
The authority management related operations please refer to [ChainGovernance](../security_control/chain_governance.md).

```eval_rst
.. important::
Expand Down

0 comments on commit d030e49

Please sign in to comment.