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

Add upgradable tokens and proxy #70

Merged
merged 8 commits into from
Sep 20, 2022
Merged

Conversation

brossetti1
Copy link

dekan - adds proxies

Copy link
Author

@brossetti1 brossetti1 left a comment

Choose a reason for hiding this comment

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

going to want to remove all the it.only in tests, otherwise, looks good

Comment on lines 261 to 264
IBaalToken(_lootSingleton).setUp.selector,
string(abi.encodePacked(_name, " LOOT")),
string(abi.encodePacked(_symbol, "-LOOT")))
)));
Copy link
Author

Choose a reason for hiding this comment

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

wondering about this part here -- we did add dynamic names in the setup of the LootTokens

https://github.com/HausDAO/Baal/blob/feat/baalZodiac/contracts/LootERC20.sol#L29-L33

i know these are templates but would it make more sense to also pass the _name/_symbol here?

@@ -489,7 +492,7 @@ describe("Baal contract", function () {
});

describe("constructor", function () {
it("verify deployment parameters", async function () {
it.only("verify deployment parameters", async function () {
Copy link
Author

Choose a reason for hiding this comment

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

going to want to remove this

@dekanbro dekanbro changed the title wi[ on upgradable tokens wip on upgradable tokens Sep 19, 2022
@dekanbro dekanbro changed the title wip on upgradable tokens Add upgradable tokens and proxy Sep 20, 2022
@dekanbro dekanbro merged commit ba927a7 into feat/baalZodiac Sep 20, 2022
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.

2 participants