generated from refcell/femplate
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into fix-reserves-draining
- Loading branch information
Showing
33 changed files
with
735 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,24 @@ | ||
## Description | ||
|
||
<!--- | ||
No need to add special tag | ||
src/ & non src/ changes you need the following (that apply): | ||
--> | ||
# Description of change | ||
## High level | ||
* <DESCRIP_OF_CHANGE> | ||
* <DESCRIP_OF_SUBCHANGE> | ||
<!-- Explain what was changed. For example: | ||
_Updated rounding in `removeQuoteToken` to round to token precision._ --> | ||
|
||
<!--- | ||
Add the `Status: Needs Auditor Approval` tags | ||
CHANGES IN /SRC DIR: | ||
- renaming (not retyping or resizing) of variables & methods | ||
- reordering and moving of functions in files | ||
- lite moving of functions accross files | ||
- comments | ||
## Purpose | ||
|
||
src/ changes you need the following (that apply): | ||
--> | ||
<!-- Explain why the change was made, citing any issues where appropriate. For example: | ||
_Resolves audit issue M-333: Removal of quote token may leave dust amounts._ | ||
Or, if the change does not affect deployed contracts: _Resolve rounding issue with invariant E9 to handle tokens with less than 8 decimals._ --> | ||
|
||
# Description of bug or vulnerability and solution | ||
* <PARAGRAPH_EXP_OF_VULN_BUG> | ||
* <PARAGRAPH_EXP_OF_HOW_CHANGE_SOLVES_VULN_OR_BUG> | ||
## Impact | ||
|
||
# Contract size | ||
## Pre Change | ||
<PASTE_OUTPUT_HERE> | ||
## Post Change | ||
<PASTE_OUTPUT_HERE> | ||
<!-- State technical consequences of the change, whether beneficial or detrimental. For example: | ||
_Small increase in `removeQuoteToken` gas cost._ | ||
If the change does not affect deployed contracts, feel free to leave _none_. --> | ||
|
||
# Gas usage | ||
## Pre Change | ||
<PASTE_OUTPUT_HERE> | ||
## Post Change | ||
<PASTE_OUTPUT_HERE> | ||
## Tasks | ||
|
||
- [ ] Changes to protocol contracts are covered by unit tests executed by CI. | ||
- [ ] Protocol contract size limits have not been exceeded. | ||
- [ ] Gas consumption for impacted transactions have been compared with the target branch, and nontrivial changes cited in the _Impact_ section above. | ||
- [ ] Scope labels have been assigned as appropriate. | ||
- [ ] Invariant tests have been manually executed as appropriate for the nature of the change. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.