-
Notifications
You must be signed in to change notification settings - Fork 77
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
Increase gas price WIP #176
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
cgp: 63 | ||
title: Increase gas price | ||
date-created: <date created on, in ISO 8601 (yyyy-mm-dd) format> | ||
author: <a list of the author's or authors' name(s) and/or username(s), or name(s) and email(s), e.g. (use with the parentheses or triangular brackets): FirstName LastName (@GitHubUsername), FirstName LastName <foo@bar.com>, FirstName (@GitHubUsername) and GitHubUsername (@GitHubUsername)> | ||
status: <DRAFT | PROPOSED | EXECUTED | EXPIRED | WITHDRAWN> | ||
discussions-to: <link to discussion on forum.celo.org> | ||
governance-proposal-id: [if submitted] | ||
date-executed: [if executed] <date created on, in ISO 8601 (yyyy-mm-dd) format> | ||
--- | ||
## Overview | ||
|
||
CGP - Celo Governance Proposal | ||
|
||
Pick a four digit number subsequent to the latest PR raised and name your file that with the suffic P (for pending). | ||
Eg. if the latest PR to the CGP folder was [0034], then your PR should be [0035P]. | ||
|
||
### Status | ||
- DRAFT = Feedback collection | ||
- PROPOSED = The governance proposal was submitted to the network | ||
- EXECUTED = The governance proposal was executed on the network | ||
- EXPIRED = The governance proposal expired | ||
- WITHDRAWN = The governance proposal is withdrawn before being submitted on the network | ||
|
||
Describe the issue that motivates this CGP. It should indicate all parameters that are being changed and why doing so is important. | ||
|
||
Explain what benefits the enhancement this change will bring. To the extent possible, enumerate use cases affected by this CGP. | ||
|
||
Once the proposal is successfully proposed on chain, update this file so that the title number matches the proposal ID. | ||
|
||
## Proposed Changes | ||
|
||
Fill out the following template for each transaction in the proposal | ||
|
||
1. Description of transaction 1 | ||
- Destination: A human readable description of the address and method being called | ||
- Data: A human readable description of the transaction data | ||
- Value: How much CELO is being sent, and why? | ||
|
||
## Verification | ||
|
||
An explanation of how voters can verify that this CGP does what it intends to do. Can be left as “TODO” until the proposal is made. Include things like CLI commands to run and pointers to code. | ||
|
||
## Risks | ||
|
||
Highlight any risks and concerns that may affect consensus, proof-of-stake, governance, protocol economics, the stability protocol, security, and privacy. | ||
|
||
## Useful Links | ||
|
||
* Optional section | ||
* Links to related CIPs or other documents (eg. if this is a proposal to point to a new instance of a smart contract that was updated) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[ | ||
{ | ||
"contract": "GasPriceMinimum", | ||
"function": "setGasPriceMinimumFloor", | ||
"args": [ | ||
"2200000000000000" | ||
] | ||
} | ||
] | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.