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

purge: gas settings #6656

Merged
merged 6 commits into from
May 20, 2020
Merged

purge: gas settings #6656

merged 6 commits into from
May 20, 2020

Conversation

thelostone-mc
Copy link
Member

@thelostone-mc thelostone-mc commented May 14, 2020

Description
  • This aims at retiring the gas settings on the site
  • Remove grant creation for contract_version v0

Flows tested

  • Tip via Townsquare
  • Tips ( send + receive )
  • Kudos ( send + receive )
  • Bounty
    • Create
    • Submit Work
    • Basic Payout
    • Advanced Payout
    • Increase Funding
    • Cancel Bounty
  • Grants
    • Create
    • Cancel
    • One Time Contribution
    • Recurring Contirbution

@codecov
Copy link

codecov bot commented May 14, 2020

Codecov Report

Merging #6656 into master will increase coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6656      +/-   ##
==========================================
+ Coverage   27.09%   27.13%   +0.04%     
==========================================
  Files         291      291              
  Lines       27039    27009      -30     
  Branches     3983     3978       -5     
==========================================
+ Hits         7325     7330       +5     
+ Misses      19446    19411      -35     
  Partials      268      268              
Impacted Files Coverage Δ
app/grants/urls.py 100.00% <ø> (ø)
app/grants/views.py 16.52% <0.00%> (+0.63%) ⬆️
app/marketing/mails.py 11.48% <0.00%> (ø)
app/dashboard/embed.py 31.60% <0.00%> (+3.44%) ⬆️

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 6fc8a1a...efe3676. Read the comment docs.

@thelostone-mc thelostone-mc force-pushed the purge branch 3 times, most recently from 42873eb to 9314fb6 Compare May 14, 2020 14:13
Copy link
Contributor

@danlipert danlipert left a comment

Choose a reason for hiding this comment

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

looks good - has some unrelated fixes/changes which is fine but you should note them in the PR description. Also, instead of commenting out code, lets just delete it! If that is too scary, then put the deleted code in a separate commit and then squash the PR down to 2 commits. Then you can just revert the deletion if you want it back - much cleaner!

@@ -149,21 +149,6 @@ const init = () => {
// trusted relayer
web3.utils.toChecksumAddress(data.trusted_relayer)
];
} else if ($('#contract_version').val() == 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Ready to retire the v0 deploy? I think I'm cool with it...

Copy link
Member Author

@thelostone-mc thelostone-mc May 18, 2020

Choose a reason for hiding this comment

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

YASS! Update the PR description as well

@thelostone-mc thelostone-mc merged commit 4b719bf into gitcoinco:master May 20, 2020
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