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

Increase gas price WIP #176

Merged
merged 3 commits into from
Dec 7, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions CGPs/cgp-0063.md
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)
10 changes: 10 additions & 0 deletions CGPs/cgp-0063/mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"contract": "GasPriceMinimum",
"function": "setGasPriceMinimumFloor",
"args": [
"2200000000000000"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Suggested change
"2200000000000000"
"CHANGE ME"

]
}
]