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

chore: Boring names #9725

Merged
merged 10 commits into from
Nov 7, 2024
Merged

chore: Boring names #9725

merged 10 commits into from
Nov 7, 2024

Conversation

LHerskind
Copy link
Contributor

@LHerskind LHerskind commented Nov 4, 2024

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

This was referenced Nov 4, 2024
@LHerskind LHerskind changed the title chore: sysstia -> reward distributor chore: Boring names Nov 4, 2024
@LHerskind LHerskind marked this pull request as ready for review November 4, 2024 16:46
@LHerskind LHerskind added e2e-all CI: Enables this CI job. network-all Run this CI job. labels Nov 4, 2024
@@ -102,7 +102,6 @@
"fullpath",
"fuzzer",
"fuzzers",
"Gerousia",
Copy link
Member

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

Copy link
Member

@Maddiaa0 Maddiaa0 left a 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

Base automatically changed from lh/9348-apella-lock-to-propose to master November 6, 2024 01:17
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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

@just-mitch just-mitch removed e2e-all CI: Enables this CI job. network-all Run this CI job. labels Nov 6, 2024
@just-mitch just-mitch enabled auto-merge (squash) November 6, 2024 18:29
@just-mitch just-mitch merged commit 2509e2f into master Nov 7, 2024
68 checks passed
@just-mitch just-mitch deleted the lh/8328-renaming branch November 7, 2024 10:02
ludamad pushed a commit that referenced this pull request Nov 7, 2024
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor(Upgrade): Change the naming to be pronounceable
4 participants