-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #737 from celestiaorg/evan/manually-upgrade-v0.35
Add Celestia specifc logic to tendermint v0.35.x
- Loading branch information
Showing
126 changed files
with
12,331 additions
and
3,059 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
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
This file was deleted.
Oops, something went wrong.
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,45 @@ | ||
--- | ||
name: Actionable implementation task | ||
about: A well-defined, already decided-on, actionable implementation task. | ||
|
||
--- | ||
|
||
## Summary | ||
|
||
<!-- Short, concise description of what feature the implementation will cover --> | ||
|
||
## Details | ||
|
||
<!-- | ||
Particularly if this implementation was not already discussed in a Proposal issue, | ||
or even in an ADR, please include as many details as possible about what this | ||
implementation task covers. | ||
Also cover WHY this is needed! | ||
--> | ||
|
||
### Action Items | ||
<!-- Short, concise list of actionable sub-tasks --> | ||
- [ ] sub-task 1 | ||
<!-- open issues for sub-tasks where it makes sense | ||
rule of thumb: is a sub-task more than 1-2 days of work? -> requires own issue --> | ||
|
||
### References | ||
|
||
<!-- | ||
Add references and all relations to: | ||
- other issues | ||
- particularly Proposals (if applicable) | ||
- Important: related tracking issue! | ||
- other pull requests | ||
- discussions | ||
- and ADRs | ||
examples: | ||
blocked by: #XXX | ||
depends on: #XXX | ||
implements ADR: link to ADR | ||
included in: #link to tracking issue | ||
reference to specification: perma-link to spec | ||
--> | ||
|
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,35 @@ | ||
--- | ||
name: proposal | ||
about: Propose an improvement, feature, or change to core components | ||
|
||
--- | ||
|
||
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ | ||
v ✰ Thanks for proposing an improvement or feature! ✰ | ||
v Before smashing the submit button please review the template. | ||
v Word of caution: poorly thought-out proposals may be rejected | ||
v without deliberation | ||
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --> | ||
|
||
## Summary | ||
|
||
<!-- Short, concise description of the proposed feature / change --> | ||
|
||
## Problem Definition | ||
|
||
<!-- Why do we need this feature? | ||
What problems may be addressed by introducing this feature? | ||
What benefits does we gain by including this feature? | ||
Are there any disadvantages of including this feature? --> | ||
|
||
## Proposal | ||
|
||
<!-- Detailed description of requirements of implementation --> | ||
|
||
### Implementation | ||
|
||
<!-- Include details on how the implementation would look like --> | ||
<!-- Point to branches, draft PRs with spike, proof of concept or tracer implementations --> | ||
|
||
<!-- If the change is large, how will the changes be broken up for ease of review? --> | ||
|
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,43 @@ | ||
--- | ||
name: ADR | ||
about: Write an ADR for certain aspect of the system | ||
|
||
--- | ||
|
||
## Summary | ||
|
||
<!-- Short, concise description of what this ADR should cover --> | ||
|
||
## Details | ||
|
||
<!-- Add more details about the nature of this ADR --> | ||
|
||
<!-- Jot down expectations as clearly as possible | ||
Does this ADR cover changes to: | ||
- public API? | ||
- changes to Tendermint core types? | ||
- the p2p networking layer? | ||
- storage? | ||
- user interface? | ||
- some other core component (mempool, gossiping etc) | ||
--> | ||
|
||
<!-- | ||
If this ADR is part of some time critical, urgent feature, please be | ||
explicit about this in the issue already. | ||
This will help guiding the author on decision for the implementation plan. | ||
--> | ||
|
||
## References and Context | ||
|
||
<!-- Usually, before we decide to write ADR about a certain aspect, | ||
there are pre-existing: | ||
- reference to specification (perma-link to spec) | ||
- discussions | ||
- issues (e.g. Proposals) | ||
- or even draft PRs. | ||
Make sure to link those here to facilitate writing the ADR and | ||
to give the author all required context (this can be helpful even | ||
if you are the author yourself). | ||
--> |
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
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
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
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
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
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
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
Oops, something went wrong.