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

fix: Spelling #43

Merged
merged 1 commit into from
Jul 31, 2023
Merged

fix: Spelling #43

merged 1 commit into from
Jul 31, 2023

Conversation

0xfarhaan
Copy link
Member

No description provided.

@github-actions
Copy link

github-actions bot commented Jul 28, 2023

| contracts/MapleTokenProxy.sol:MapleTokenProxy contract |                 |       |        |        |         |
|--------------------------------------------------------|-----------------|-------|--------|--------|---------|
| Deployment Cost                                        | Deployment Size |       |        |        |         |
| 457692                                                 | 2222            |       |        |        |         |
| Function Name                                          | min             | avg   | median | max    | # calls |
| addModule                                              | 12702           | 32431 | 32045  | 117545 | 35      |
| balanceOf                                              | 1226            | 3077  | 1226   | 7726   | 37      |
| burn                                                   | 1416            | 12495 | 11477  | 21344  | 6       |
| decimals                                               | 1023            | 1023  | 1023   | 1023   | 8       |
| globals                                                | 1154            | 1987  | 1154   | 7654   | 18      |
| governor                                               | 6438            | 6438  | 6438   | 6438   | 1       |
| implementation                                         | 1111            | 1111  | 1111   | 1111   | 2       |
| isModule                                               | 1194            | 1194  | 1194   | 1194   | 4       |
| mint                                                   | 1416            | 12506 | 12800  | 38400  | 7       |
| name                                                   | 1842            | 1842  | 1842   | 1842   | 1       |
| removeModule                                           | 12612           | 24429 | 23363  | 68037  | 13      |
| setImplementation                                      | 7392            | 38147 | 11875  | 95174  | 3       |
| symbol                                                 | 1929            | 1929  | 1929   | 1929   | 1       |
| totalSupply                                            | 1028            | 1916  | 1028   | 3028   | 9       |
| transfer                                               | 3684            | 23955 | 26384  | 30084  | 7       |
| contracts/RecapitalizationModule.sol:RecapitalizationModule contract |                 |       |        |       |         |
|----------------------------------------------------------------------|-----------------|-------|--------|-------|---------|
| Deployment Cost                                                      | Deployment Size |       |        |       |         |
| 991879                                                               | 5138            |       |        |       |         |
| Function Name                                                        | min             | avg   | median | max   | # calls |
| claim                                                                | 21739           | 30230 | 26846  | 45490 | 4       |
| claimable                                                            | 1680            | 2680  | 1680   | 5680  | 4       |
| lastClaimedTimestamp                                                 | 379             | 379   | 379    | 379   | 7       |
| lastClaimedWindowId                                                  | 336             | 336   | 336    | 336   | 44      |
| lastScheduledWindowId                                                | 391             | 891   | 391    | 2391  | 4       |
| schedule                                                             | 56145           | 68163 | 71168  | 71168 | 5       |
| windows                                                              | 699             | 1086  | 699    | 2699  | 217     |

@github-actions
Copy link

LCOV of commit a31513f during CI #76

Summary coverage rate:
  lines......: 100.0% (87 of 87 lines)
  functions..: 100.0% (28 of 28 functions)
  branches...: no data found

Files changed coverage rate:
                                      |Lines       |Functions  |Branches    
  Filename                            |Rate     Num|Rate    Num|Rate     Num
  ==========================================================================
  contracts/RecapitalizationModule.sol| 100%     52| 100%    10|    -      0

@JGcarv JGcarv merged commit 342f629 into main Jul 31, 2023
11 checks passed
@JGcarv JGcarv deleted the chore/spelling-fix branch July 31, 2023 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants