-
Notifications
You must be signed in to change notification settings - Fork 256
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
chore: Boring names #9725
chore: Boring names #9725
Conversation
@@ -102,7 +102,6 @@ | |||
"fullpath", | |||
"fuzzer", | |||
"fuzzers", | |||
"Gerousia", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
things you hate to see
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has only been in the repo for a couple of weeks i am amazed it was in so many places
import {IPayload} from "@aztec/governance/interfaces/IPayload.sol"; | ||
import {IRegistry} from "@aztec/governance/interfaces/IRegistry.sol"; | ||
import {Errors} from "@aztec/governance/libraries/Errors.sol"; | ||
|
||
/** | ||
* @notice A Gerousia implementation following the empire model | ||
* @notice A GovernanceProposer implementation following the empire model | ||
* Beware that while governance generally do not care about the implementation | ||
* this implementation will since it is dependent on the sequencer selection. | ||
* This also means that the implementation here will need to be "updated" if | ||
* the interfaces of the sequencer selection changes, for exampel going optimistic. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* the interfaces of the sequencer selection changes, for exampel going optimistic. | |
* the interfaces of the sequencer selection changes, for example going optimistic. |
/** | ||
* @title CoinIssuer | ||
* @author Aztec Labs | ||
* @notice A contract that allow minting of coin at most at a fixed rate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* @notice A contract that allow minting of coin at most at a fixed rate | |
* @notice A contract that allows minting of coins at a maximum fixed rate |
* @title Governance | ||
* @author Aztec Labs | ||
* @notice A contract that implements the governance logic, including proposal creation, voting, and execution | ||
* A proposal is a payload which returns a list of actions to be executed by the governance, exluding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* A proposal is a payload which returns a list of actions to be executed by the governance, exluding | |
* A proposal is a payload which returns a list of actions to be executed by the governance, excluding |
99ab621
to
d2ac711
Compare
c17af8e
to
9605ee4
Compare
9605ee4
to
f952745
Compare
Fixes #8328 by using boring names. Ends up with a lot of tiny changes in the form of paths and variable names etc. Some of the environment variable names are changed. ![The Big Lebowski Goodnight Sweet Prince GIF](https://media1.giphy.com/media/jtUiNaYnqZZlu/giphy.gif) --------- Co-authored-by: just-mitch <[email protected]>
Fixes #8328 by using boring names.
Ends up with a lot of tiny changes in the form of paths and variable names etc. Some of the environment variable names are changed.