OIP-1: OIP Purpose and Guidelines

Author
Albert R.
StatusImplemented
TypeGovernance
NetworkBNB Chain
ImplementorTBD
ReleaseTBD
Created2022-03-01

What is an OIP?

OIP stands for Oikos Improvement Proposal, it has been adapted from the EIP (Ethereum Improvement Proposal). The purpose of this process is to ensure changes to Oikos are transparent and well governed. An OIP is a design document providing information to the Oikos community about a proposed change to the system. The author is responsible for building consensus within the community and documenting dissenting opinions.

What is an OCCP?

OCCP stands for Oikos Configuration Change Proposal. OCCP's are documents for making a case for modifying one of the system configuration variables. The intent is to provide a clear and detailed history behind each configuration change and the rationale behind it at the time it was implemented. The author of the document is responsible for building consensus within the community and documenting dissenting opinions.

OIP & OCCP Rationale

We intend OIPs and OCCPs to be the primary mechanisms for proposing new features, collecting community input on an issue, and for documenting the design decisions for changes to Oikos. Because they are maintained as text files in a versioned repository, their revision history is the historical record of the feature proposal.

It is highly recommended that a single OIP contain a single key proposal or new idea. The more focused the OIP, the more successful it is likely to be.

An OIP or OCCP must meet certain minimum criteria. It must be a clear and complete description of the proposed enhancement. The enhancement must represent a net improvement.

OIP Work Flow

Parties involved in the process are the author, the OIP editors, the [Oikos Core Contributors] and the Oikos community.

⚠ Before you begin, vet your idea, this will save you time. Ask the Oikos community first if an idea is original to avoid wasting time on something that will be rejected based on prior research (searching the Internet does not always do the trick). It also helps to make sure the idea is applicable to the entire community and not just the author. Just because an idea sounds good to the author does not mean it will have the intend effect. The appropriate public forum to gauge interest around your OIP or OCCP is [the Oikos Discord].

Your role as the champion is to write the OIP using the style and format described below, shepherd the discussions in the appropriate forums, and build community consensus around the idea. Following is the process that a successful OIP will move along:

OIP-workflow.png

Each status change is requested by the OIP author and reviewed by the OIP editors. Use a pull request to update the status. Please include a link to where people should continue discussing your OIP. The OIP editors will process these requests as per the conditions below.

  • Draft -- This OIP is work-in-progress and being reviewed by a Oikos Council member with the champion.
  • Feasibility -- This OIP is assigned with a Core Contributor and underdoing a feasibility study.
  • EC Review Pending -- This OIP is being formally reviewed by the Oikos Council to decide on voting or sent back for feasibility study.
  • Vote Pending -- This OIP is scheduled for voting on our portal
  • Approved -- This OIP has passed community governance and is now being prioritised for development.
  • Rejected -- This OIP has failed to reach community consensus.
  • Implemented -- This OIP has been implemented and deployed to mainnet.

What belongs in a successful OIP?

Each OIP or OCCP should have the following parts:

  • Preamble - RFC 822 style headers containing metadata about the OIP, including the OIP number, a short descriptive title (limited to a maximum of 44 characters), and the author details.
  • Simple Summary - “If you can’t explain it simply, you don’t understand it well enough.” Provide a simplified and layman-accessible explanation of the OIP.
  • Abstract - a short (~200 word) description of the technical issue being addressed.
  • Motivation (*optional) - The motivation is critical for OIPs that want to change Oikos. It should clearly explain why the existing specification is inadequate to address the problem that the OIP solves. OIP submissions without sufficient motivation may be rejected outright.
  • Specification - The technical specification should describe the syntax and semantics of any new feature.
  • Rationale - The rationale fleshes out the specification by describing what motivated the design and why particular design decisions were made. It should describe alternate designs that were considered and related work, e.g. how the feature is supported in other languages. The rationale may also provide evidence of consensus within the community, and should discuss important objections or concerns raised during discussion.
  • Test Cases - Test cases may be added during the implementation phase but are required before implementation.
  • Copyright Waiver - All OIPs must be in the public domain. See the bottom of this OIP for an example copyright waiver.

OIP Formats and Templates

OIPs should be written in markdown format. Image files should be included in a subdirectory of the assets folder for that OIP as follows: assets/oip-X (for oip X). When linking to an image in the OIP, use relative links such as ../assets/oip-X/image.png.

OIP Header Preamble

Each OIP must begin with an RFC 822 style header preamble, preceded and followed by three hyphens (---). This header is also termed "front matter" by Jekyll. The headers must appear in the following order. Headers marked with "*" are optional and are described below. All other headers are required.

oip: (this is determined by the OIP editor)

title:

author: <a list of the author's or authors' name(s) and/or username(s), or name(s) and email(s). Details are below.>

* discussions-to: <a url pointing to the official discussion thread at research.oikos.cash>

status: < Draft | Feasibility | OC Review Pending | Vote Pending | Approved | Rejected | Implemented >

created:

* updated:

* requires: <OIP number(s)>

* resolution: <a url pointing to the resolution of this OIP>

Headers that permit lists must separate elements with commas.

Headers requiring dates will always do so in the format of ISO 8601 (yyyy-mm-dd).

author header

The author header optionally lists the names, email addresses or usernames of the authors/owners of the OIP. Those who prefer anonymity may use a username only, or a first name and a username. The format of the author header value must be:

Random J. User <[email protected]>

or

Random J. User (@username)

if the email address or GitHub username is included, and

Random J. User

if the email address is not given.

discussions-to header

While an OIP is in Draft or Feasibility status, a discussions-to header will indicate the URL at research.oikos.cash where the OIP is being discussed.

created header

The created header records the date that the OIP was assigned a number. Both headers should be in yyyy-mm-dd format, e.g. 2001-08-14.

updated header

The updated header records the date(s) when the OIP was updated with "substantial" changes. This header is only valid for OIPs of Draft and Active status.

requires header

OIPs may have a requires header, indicating the OIP numbers that this OIP depends on.

Auxiliary Files

OIPs may include auxiliary files such as diagrams. Such files must be named OIP-XXXX-Y.ext, where “XXXX” is the OIP number, “Y” is a serial number (starting at 1), and “ext” is replaced by the actual file extension (e.g. “png”).

OIP Editors

The current OIP editors are

* Albert R. (@oikos1)

* Manuel Corona (@triloger)

* Seth Gotke (@sethgotke)

OIP Editor Responsibilities

For each new OIP that comes in, an editor does the following:

  • Read the OIP to check if it is ready: sound and complete. The ideas must make technical sense, even if they don't seem likely to get to final status.
  • The title should accurately describe the content.
  • Check the OIP for language (spelling, grammar, sentence structure, etc.), markup (Github flavored Markdown), code style

If the OIP isn't ready, the editor will send it back to the author for revision, with specific instructions.

Once the OIP is ready for the repository, the OIP editor will:

  • Assign an OIP number (generally the PR number or, if preferred by the author, the Issue # if there was discussion in the Issues section of this repository about this OIP)

  • Merge the corresponding pull request

  • Send a message back to the OIP author with the next step.

Many OIPs are written and maintained by developers with write access to the Ethereum codebase. The OIP editors monitor OIP changes, and correct any structure, grammar, spelling, or markup mistakes we see.

The editors don't pass judgment on OIPs. We merely do the administrative & editorial part.

History

The OIP document was derived heavily from the OIP Ethereum Improvement Proposal document in many places text was simply copied and modified. Any comments about the OIP document should be directed to the OIP editors. The history of the OIP is quoted below from the OIP document for context:

  • "This document (OIP) was derived heavily from Bitcoin's BIP-0001 written by Amir Taaki which in turn was derived from Python's PEP-0001. In many places text was simply copied and modified. Although the PEP-0001 text was written by Barry Warsaw, Jeremy Hylton, and David Goodger, they are not responsible for its use..." *

March 1, 20221: OIP 1 has been drafted and submitted as a PR.

See the revision history for further details, which is also available by clicking on the History button in the top right of the OIP.

Bibliography

Copyright and related rights waived via CC0.