Skip to content

Commit

Permalink
Exclude openzeppelin and mocks from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Aug 3, 2023
1 parent f7a1fc9 commit 476a982
Show file tree
Hide file tree
Showing 107 changed files with 11 additions and 24,309 deletions.
4 changes: 2 additions & 2 deletions docs/child/NetworkParams.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,10 +594,10 @@ event NewEpochSize(uint256 indexed size)
|---|---|---|
| size `indexed` | uint256 | undefined |

### NewMaxValdidatorSetSize
### NewMaxValidatorSetSize

```solidity
event NewMaxValdidatorSetSize(uint256 indexed maxValidatorSet)
event NewMaxValidatorSetSize(uint256 indexed maxValidatorSet)
```


Expand Down
3 changes: 2 additions & 1 deletion docs/child/validator/RewardPool.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function VALIDATOR_PKCHECK_PRECOMPILE_GAS() external view returns (uint256)
### distributeRewardFor

```solidity
function distributeRewardFor(uint256 epochId, Uptime[] uptime) external nonpayable
function distributeRewardFor(uint256 epochId, Uptime[] uptime, uint256 epochSize) external nonpayable
```


Expand All @@ -179,6 +179,7 @@ function distributeRewardFor(uint256 epochId, Uptime[] uptime) external nonpayab
|---|---|---|
| epochId | uint256 | undefined |
| uptime | Uptime[] | undefined |
| epochSize | uint256 | undefined |

### initialize

Expand Down
3 changes: 2 additions & 1 deletion docs/child/validator/ValidatorSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ function clock() external view returns (uint48)
### commitEpoch

```solidity
function commitEpoch(uint256 id, Epoch epoch) external nonpayable
function commitEpoch(uint256 id, Epoch epoch, uint256 epochSize) external nonpayable
```


Expand All @@ -344,6 +344,7 @@ function commitEpoch(uint256 id, Epoch epoch) external nonpayable
|---|---|---|
| id | uint256 | undefined |
| epoch | Epoch | undefined |
| epochSize | uint256 | undefined |

### currentEpochId

Expand Down
223 changes: 0 additions & 223 deletions docs/elin/contracts-upgradeable/access/AccessControlUpgradeable.md

This file was deleted.

Loading

0 comments on commit 476a982

Please sign in to comment.