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

fix: singleton check #31

Merged
merged 4 commits into from
Feb 8, 2024
Merged

fix: singleton check #31

merged 4 commits into from
Feb 8, 2024

Conversation

fubuloubu
Copy link
Member

What I did

Noticed that the bytecode we were using did not properly match when it was deployed to an alternative network

fixes: #27

How I did it

How to verify it

Checklist

  • Passes all linting checks (pre-commit and CI jobs)
    - [ ] New test cases have been added and are passing
    - [ ] Documentation has been updated
  • PR title follows Conventional Commit standard (will be automatically included in the changelog)

@fubuloubu fubuloubu requested review from solarthesis and antazoey and removed request for solarthesis February 8, 2024 16:57
@fubuloubu
Copy link
Member Author

@solarthesis just leave an approval if it all works for you now with this PR

Copy link
Contributor

@solarthesis solarthesis left a comment

Choose a reason for hiding this comment

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

thank you @fubuloubu appreciate the fix, 🙏

Copy link
Member

@antazoey antazoey left a comment

Choose a reason for hiding this comment

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

I think a function would make more sense, but it's not like this doesn't work.

@@ -1,6 +1,11 @@
# Ape stuff
.build/

# NPM Stuff
node_modules/
package.json
Copy link
Member

Choose a reason for hiding this comment

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

does package.json get generated? It isn't a typical file to exclude, that is why I am asking

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah, from ape configured to install the safe contract dependency (which is the source of the info)

otherwise it will probably get touched for every variation of the safe contracts we test

ape_safe/multisend.py Show resolved Hide resolved
@fubuloubu fubuloubu enabled auto-merge (squash) February 8, 2024 21:35
@fubuloubu fubuloubu merged commit 02d865d into main Feb 8, 2024
24 checks passed
@fubuloubu fubuloubu deleted the fix/singleton-check branch February 8, 2024 21:49
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.

Multicall Bytecode is not unique
3 participants