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

merge to main #2

Open
wants to merge 74 commits into
base: main
Choose a base branch
from
Open

merge to main #2

wants to merge 74 commits into from

Conversation

dan13ram
Copy link
Collaborator

No description provided.

src/EigenAirdrop.sol Outdated Show resolved Hide resolved
remappings.txt Outdated
@@ -0,0 +1,19 @@
@openzeppelin-upgrades-v4.9.0/=lib/eigenlayer-contracts/lib/openzeppelin-contracts-upgradeable-v4.9.0/

Choose a reason for hiding this comment

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

this remappings file is insanely complex and contributed to all the issues plagueing the wrong import of the wrong OZ library.

I have no clue what's going on here

Choose a reason for hiding this comment

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

Fixed by myself and pushed directly to dev

@@ -0,0 +1,89 @@
# Default values
Copy link

@danoctavian danoctavian Sep 28, 2024

Choose a reason for hiding this comment

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

unnecessarily complex Makefile
we only need to deploy and test

Let's keep everything minimal and simple, no extra boilerplate

don't clean this one now, but going forward.

@@ -0,0 +1,62 @@
#!/bin/bash
Copy link

@danoctavian danoctavian Sep 28, 2024

Choose a reason for hiding this comment

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

We have no use going forward for boilerplate custom scripts converting CSV to json.

Ask the team to provide JSON, we have no reason to have all this code produced.

import { ProxyAdmin } from "@openzeppelin-v5.0.2/proxy/transparent/ProxyAdmin.sol";
import { TransparentUpgradeableProxy } from
"@openzeppelin-v5.0.2/proxy/transparent/TransparentUpgradeableProxy.sol";
import { Address } from "@openzeppelin/contracts/utils/Address.sol";

Choose a reason for hiding this comment

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

what version of OZ is this?

import { TransparentUpgradeableProxy } from
"@openzeppelin-v5.0.2/proxy/transparent/TransparentUpgradeableProxy.sol";
import { Address } from "@openzeppelin/contracts/utils/Address.sol";
import { Strings } from "@openzeppelin/contracts/utils/Strings.sol";

Choose a reason for hiding this comment

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

what version of OZ is this?

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.

3 participants