Browse Source

This PR is to create signed commits to be able to merge (#50)

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
pull/7804/head
Marko 5 years ago
committed by GitHub
parent
commit
81a0198af2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 79 additions and 4 deletions
  1. +2
    -4
      README.md
  2. +5
    -0
      papers/README.md
  3. +5
    -0
      research/README.md
  4. +23
    -0
      rfc/README.md
  5. +39
    -0
      rfc/rfc_template.md
  6. +5
    -0
      spec/README.md
  7. +0
    -0
      spec/consensus/IEEEtran.bst
  8. +0
    -0
      spec/consensus/IEEEtran.cls
  9. +0
    -0
      spec/consensus/README.md
  10. +0
    -0
      spec/consensus/algorithmicplus.sty
  11. +0
    -0
      spec/consensus/conclusion.tex
  12. +0
    -0
      spec/consensus/consensus.tex
  13. +0
    -0
      spec/consensus/definitions.tex
  14. +0
    -0
      spec/consensus/homodel.sty
  15. +0
    -0
      spec/consensus/intro.tex
  16. +0
    -0
      spec/consensus/latex8.bst
  17. +0
    -0
      spec/consensus/latex8.sty
  18. +0
    -0
      spec/consensus/lit.bib
  19. +0
    -0
      spec/consensus/paper.tex
  20. +0
    -0
      spec/consensus/proof.tex
  21. +0
    -0
      spec/consensus/rounddiag.sty
  22. +0
    -0
      spec/consensus/technote.sty

+ 2
- 4
README.md View File

@ -1,7 +1,5 @@
# Tendermint Spec
This repository contains the paper describing the Tendermint consensus
algorithm, including formal proofs of its safety and liveness.
This repository contains specs of the current and future implementation of Tendermint the protocol, papers that have been published by the ICF or AIB and ongoing research in a variety of areas.
For the pdf, see the [latest
release](https://github.com/tendermint/spec/releases).
- For the pdf, see the [latest release](https://github.com/tendermint/spec/releases).

+ 5
- 0
papers/README.md View File

@ -0,0 +1,5 @@
# Papers
This folder houses Papers that have either been published or are a work in progress.
## Table of Contents

+ 5
- 0
research/README.md View File

@ -0,0 +1,5 @@
# Research
This folder holds ongoing research and topics of interest. The [Interchain Foundation](https://interchain.io) has research topics that they are willing fund the research for, to find out more you can go to there [funding repo](https://github.com/interchainio/funding/blob/master/research.md).
You can apply for a research grant [here](https://docs.google.com/forms/d/e/1FAIpQLSclH4R5G7WgNpKPvXxPPFRA7rAoyX8nNvsJAQJpZNZwWWjFmA/viewform)

+ 23
- 0
rfc/README.md View File

@ -0,0 +1,23 @@
# Request for Comments (RFC)
RFC stands for `Request for Comments`. It is a social device use to float and polish an idea prior to the inclusion into an existing or new spec/paper/research topic.
An RFC should not be used for bug reports or trivial discussions - the overhead of compiling an RFC does not justify it.
An RFC should not consist only of a problem statement (use a standard issue for that).
A RFC should consist of:
- Changelog
- Context on the relevant goals and the current state
- Proposed Solution
- Summary of pros and cons
- References
If recorded decisions turned out to be lacking, convene a discussion, record the new decisions here, and then modify the code to match.
**Note the context/background should be written in the present tense.**
Some RFC's will be presented at a Tendermint Dev Session. If you are an outside contributor and have submitted a RFC, you may be invited to present your RFC at one of these calls.
## Table of Contents

+ 39
- 0
rfc/rfc_template.md View File

@ -0,0 +1,39 @@
# RFC {RFC-NUMBER}: {TITLE}
## Changelog
- {date}: {changelog}
## Author(s)
- {First Name} {github handle}
## Context
> This section contains all the context one needs to understand the current state, and why there is a problem. It should be as succinct as possible and introduce the high level idea behind the solution.
## Proposal
> It should contain a detailed breakdown of how the problem should be resolved including diagrams and other supporting materials needed to present the case and implementation roadmap for the proposed changes. The reader should be able to fully understand the proposal. This section should be broken up using ## subsections as needed.
## Status
> A decision may be "proposed" if it hasn't been agreed upon yet, or "accepted" once it is agreed upon. If a later RFC changes or reverses a decision, it may be marked as "deprecated" or "superseded" with a reference to its replacement.
{Deprecated|Proposed|Accepted}
## Consequences
> This section describes the consequences, after applying the decision. All consequences should be summarized here, not just the "positive" ones.
### Positive
### Negative
### Neutral
## References
> Are there any relevant PR comments, issues that led up to this, or articles referenced for why we made the given design choice? If so link them here!
- {reference link}

+ 5
- 0
spec/README.md View File

@ -0,0 +1,5 @@
# Spec
This folder houses the spec of Tendermint the Protocol.
**Note: We are currently working on expanding the spec and will slowly be migrating it from Tendermint the repo**

consensus/IEEEtran.bst → spec/consensus/IEEEtran.bst View File


consensus/IEEEtran.cls → spec/consensus/IEEEtran.cls View File


consensus/README.md → spec/consensus/README.md View File


consensus/algorithmicplus.sty → spec/consensus/algorithmicplus.sty View File


consensus/conclusion.tex → spec/consensus/conclusion.tex View File


consensus/consensus.tex → spec/consensus/consensus.tex View File


consensus/definitions.tex → spec/consensus/definitions.tex View File


consensus/homodel.sty → spec/consensus/homodel.sty View File


consensus/intro.tex → spec/consensus/intro.tex View File


consensus/latex8.bst → spec/consensus/latex8.bst View File


consensus/latex8.sty → spec/consensus/latex8.sty View File


consensus/lit.bib → spec/consensus/lit.bib View File


consensus/paper.tex → spec/consensus/paper.tex View File


consensus/proof.tex → spec/consensus/proof.tex View File


consensus/rounddiag.sty → spec/consensus/rounddiag.sty View File


consensus/technote.sty → spec/consensus/technote.sty View File


Loading…
Cancel
Save