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

erc3k: update interface id #80

Merged
merged 2 commits into from Oct 21, 2020
Merged

erc3k: update interface id #80

merged 2 commits into from Oct 21, 2020

Conversation

0xGabi
Copy link
Contributor

@0xGabi 0xGabi commented Oct 21, 2020

Update the ERC3000_INTERFACE_ID after the changes to the IERC3000

@0xGabi 0xGabi requested a review from Evalir October 21, 2020 20:22
@codecov-io
Copy link

Codecov Report

Merging #80 into master will increase coverage by 1.09%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
+ Coverage   21.48%   22.58%   +1.09%     
==========================================
  Files           3        3              
  Lines         121      124       +3     
  Branches       13       14       +1     
==========================================
+ Hits           26       28       +2     
- Misses         95       96       +1     
Impacted Files Coverage Δ
...es/govern-core/contracts/pipelines/GovernQueue.sol 0.00% <0.00%> (ø)
packages/govern-core/contracts/Govern.sol 64.28% <75.00%> (+0.64%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cdb0b59...87aec34. Read the comment docs.

Copy link
Contributor

@Evalir Evalir left a comment

Choose a reason for hiding this comment

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

🔥🍾💥 let's get this in!

@@ -90,7 +97,7 @@ task('deploy-govern', 'Deploys an Govern from provided factory')
factoryAddr
)
const tx = await GovernBaseFactory.newDummyGovern(name, {
gasLimit: 3500000,
gasLimit: 4000000,
Copy link
Contributor

Choose a reason for hiding this comment

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

Interesting; did the gas requirements for deploying a DAO go up?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is for deploying the Govern Factory so we are fine. But with the previous value was reverted

@0xGabi 0xGabi merged commit c44920c into master Oct 21, 2020
@0xGabi 0xGabi deleted the erc3k-registry-id branch October 21, 2020 20:37
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.

None yet

3 participants