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

DAO V3.1: fix vote gas refund #813

Merged
merged 29 commits into from
Nov 20, 2023

Conversation

eladmallel
Copy link
Collaborator

we accidentally used the old V2 code that refunds msg.sender it should be tx.origin
to refund gas payers of multisigs

we accidentally used the old V2 code that refunds msg.sender
it should be tx.origin
to refund gas payers of multisigs
Copy link

netlify bot commented Nov 7, 2023

Deploy Preview for nouns-testnet ready!

Name Link
🔨 Latest commit 2a943ca
🔍 Latest deploy log https://app.netlify.com/sites/nouns-testnet/deploys/65550b55ba74670008641b37
😎 Deploy Preview https://deploy-preview-813--nouns-testnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Nov 7, 2023

Deploy Preview for nouns-home ready!

Name Link
🔨 Latest commit 2a943ca
🔍 Latest deploy log https://app.netlify.com/sites/nouns-home/deploys/65550b55eb9899000857126c
😎 Deploy Preview https://deploy-preview-813--nouns-home.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@davidbrai
Copy link
Collaborator

@eladmallel can we update the original voteRefund.test.ts to test against DAOV3 instead of copy pasting it?
now that we have tagged versions, I don't think it's helping us to have tests that test the V2 contract

@davidbrai
Copy link
Collaborator

@eladmallel LGTM

@eladmallel eladmallel marked this pull request as ready for review November 14, 2023 15:38
@solimander solimander merged commit 0da9ef7 into master Nov 20, 2023
8 checks passed
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