Giveth / milestonetracker-ui

User Interface for the Milestone Tracker
GNU General Public License v3.0
8 stars 11 forks source link

Implement a default gas price into this dapp #75

Open GriffGreen opened 7 years ago

GriffGreen commented 7 years ago

Even at 2 gwei, its pretty pricey... we need to set a default gas price of 1.0000001 Gwei We can play with this, maybe the right answer is 4.00000001 Gwei... but i know the right answer is not 21 Gwei, which amounts to more than $10 just to propose 3 (descriptive) milestones!

I am a cheap bastard, so i always drop it down the MetaMasks min, 2 Gwei, even then, I paid:

0.004447512 Ether ($1.00) to proposeMilestones(bytes _newMilestones)

0.003343452 Ether ($0.75) to acceptProposedMilestones(bytes32 _hashProposals)

0.0001318 Ether ($0.03) to markMilestoneComplete(uint256 _idMilestone)

0.00007373 Ether ($0.02) to approveCompletedMilestone(uint256 _idMilestone)

At 21 Gwei... we are almost pushing $20 :-P Its a bad idea to leave that as a default.

rodney757 commented 7 years ago

this is dependent on https://github.com/jbaylina/runethtx/pull/1 for now