You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

321 lines
16 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
[RPC] Static swagger (#3880) * manually swagging Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * three definitions with polymorphism Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * added blockchain and block Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * low quality generation, commit, block_response and validators Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * genesis and consensus states endpoints Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * fix indentation Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * consensus parameters Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * fix indentation Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add height to consensus parameters endpoint Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * unconfirmed_txs and num_unconfirmed_txs Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add missing query parameter Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add ABCI queries Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * added index document for swagger documentation Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add missing routes Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * contract tests added on CCI Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * contract tests job should be in the test suite Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * simplify requirements to test Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * typo Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * build is a prerequisite to start localnet Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * reduce nodejs size, move goodman to get_tools, add docs, fix comments Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * Update scripts/get_tools.sh That's cleaner, thanks! Co-Authored-By: Anton Kaliaev <anton.kalyaev@gmail.com> * xz not supported by cci image, let's keep it simple Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * REMOVE-indirect debug of CCI paths Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * dirty experiment, volume is empty but binary has been produced Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * dirty experiment, volume is empty but binary has been produced Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * dirty experiment going on Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * locally works, CCI have difficulties with second layaer containers volumes Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * restore experiment, use machine instead of docker for contract tests Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * simplify a bit Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * rollback on machine golang Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * Document the changes Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * Changelog Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * comments Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
5 years ago
[RPC] Static swagger (#3880) * manually swagging Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * three definitions with polymorphism Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * added blockchain and block Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * low quality generation, commit, block_response and validators Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * genesis and consensus states endpoints Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * fix indentation Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * consensus parameters Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * fix indentation Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add height to consensus parameters endpoint Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * unconfirmed_txs and num_unconfirmed_txs Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add missing query parameter Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add ABCI queries Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * added index document for swagger documentation Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add missing routes Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * contract tests added on CCI Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * contract tests job should be in the test suite Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * simplify requirements to test Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * typo Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * build is a prerequisite to start localnet Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * reduce nodejs size, move goodman to get_tools, add docs, fix comments Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * Update scripts/get_tools.sh That's cleaner, thanks! Co-Authored-By: Anton Kaliaev <anton.kalyaev@gmail.com> * xz not supported by cci image, let's keep it simple Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * REMOVE-indirect debug of CCI paths Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * dirty experiment, volume is empty but binary has been produced Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * dirty experiment, volume is empty but binary has been produced Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * dirty experiment going on Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * locally works, CCI have difficulties with second layaer containers volumes Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * restore experiment, use machine instead of docker for contract tests Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * simplify a bit Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * rollback on machine golang Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * Document the changes Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * Changelog Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * comments Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
5 years ago
[RPC] Static swagger (#3880) * manually swagging Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * three definitions with polymorphism Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * added blockchain and block Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * low quality generation, commit, block_response and validators Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * genesis and consensus states endpoints Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * fix indentation Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * consensus parameters Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * fix indentation Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add height to consensus parameters endpoint Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * unconfirmed_txs and num_unconfirmed_txs Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add missing query parameter Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add ABCI queries Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * added index document for swagger documentation Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add missing routes Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * contract tests added on CCI Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * contract tests job should be in the test suite Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * simplify requirements to test Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * typo Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * build is a prerequisite to start localnet Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * reduce nodejs size, move goodman to get_tools, add docs, fix comments Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * Update scripts/get_tools.sh That's cleaner, thanks! Co-Authored-By: Anton Kaliaev <anton.kalyaev@gmail.com> * xz not supported by cci image, let's keep it simple Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * REMOVE-indirect debug of CCI paths Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * dirty experiment, volume is empty but binary has been produced Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * dirty experiment, volume is empty but binary has been produced Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * dirty experiment going on Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * locally works, CCI have difficulties with second layaer containers volumes Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * restore experiment, use machine instead of docker for contract tests Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * simplify a bit Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * rollback on machine golang Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * Document the changes Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * Changelog Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * comments Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
5 years ago
  1. # Contributing
  2. Thank you for your interest in contributing to Tendermint! Before
  3. contributing, it may be helpful to understand the goal of the project. The goal
  4. of Tendermint is to develop a BFT consensus engine robust enough to
  5. support permissionless value-carrying networks. While all contributions are
  6. welcome, contributors should bear this goal in mind in deciding if they should
  7. target the main Tendermint project or a potential fork. When targeting the
  8. main Tendermint project, the following process leads to the best chance of
  9. landing changes in master.
  10. All work on the code base should be motivated by a [Github
  11. Issue](https://github.com/tendermint/tendermint/issues).
  12. [Search](https://github.com/tendermint/tendermint/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
  13. is a good place start when looking for places to contribute. If you
  14. would like to work on an issue which already exists, please indicate so
  15. by leaving a comment.
  16. All new contributions should start with a [Github
  17. Issue](https://github.com/tendermint/tendermint/issues/new/choose). The
  18. issue helps capture the problem you're trying to solve and allows for
  19. early feedback. Once the issue is created the process can proceed in different
  20. directions depending on how well defined the problem and potential
  21. solution are. If the change is simple and well understood, maintainers
  22. will indicate their support with a heartfelt emoji.
  23. If the issue would benefit from thorough discussion, maintainers may
  24. request that you create a [Request For
  25. Comment](https://github.com/tendermint/spec/tree/master/rfc). Discussion
  26. at the RFC stage will build collective understanding of the dimensions
  27. of the problems and help structure conversations around trade-offs.
  28. When the problem is well understood but the solution leads to large structural
  29. changes to the code base, these changes should be proposed in the form of an
  30. [Architectural Decision Record (ADR)](./docs/architecture/). The ADR will help
  31. build consensus on an overall strategy to ensure the code base maintains
  32. coherence in the larger context. If you are not comfortable with writing an
  33. ADR, you can open a less-formal issue and the maintainers will help you turn it
  34. into an ADR.
  35. > How to pick a number for the ADR?
  36. Find the largest existing ADR number and bump it by 1.
  37. When the problem as well as proposed solution are well understood,
  38. changes should start with a [draft
  39. pull request](https://github.blog/2019-02-14-introducing-draft-pull-requests/)
  40. against master. The draft signals that work is underway. When the work
  41. is ready for feedback, hitting "Ready for Review" will signal to the
  42. maintainers to take a look.
  43. ![Contributing flow](./docs/imgs/contributing.png)
  44. Each stage of the process is aimed at creating feedback cycles which align contributors and maintainers to make sure:
  45. - Contributors don’t waste their time implementing/proposing features which won’t land in master.
  46. - Maintainers have the necessary context in order to support and review contributions.
  47. ## Forking
  48. Please note that Go requires code to live under absolute paths, which complicates forking.
  49. While my fork lives at `https://github.com/ebuchman/tendermint`,
  50. the code should never exist at `$GOPATH/src/github.com/ebuchman/tendermint`.
  51. Instead, we use `git remote` to add the fork as a new remote for the original repo,
  52. `$GOPATH/src/github.com/tendermint/tendermint`, and do all the work there.
  53. For instance, to create a fork and work on a branch of it, I would:
  54. - Create the fork on GitHub, using the fork button.
  55. - Go to the original repo checked out locally (i.e. `$GOPATH/src/github.com/tendermint/tendermint`)
  56. - `git remote rename origin upstream`
  57. - `git remote add origin git@github.com:ebuchman/basecoin.git`
  58. Now `origin` refers to my fork and `upstream` refers to the Tendermint version.
  59. So I can `git push -u origin master` to update my fork, and make pull requests to tendermint from there.
  60. Of course, replace `ebuchman` with your git handle.
  61. To pull in updates from the origin repo, run
  62. - `git fetch upstream`
  63. - `git rebase upstream/master` (or whatever branch you want)
  64. ## Dependencies
  65. We use [go modules](https://github.com/golang/go/wiki/Modules) to manage dependencies.
  66. That said, the master branch of every Tendermint repository should just build
  67. with `go get`, which means they should be kept up-to-date with their
  68. dependencies so we can get away with telling people they can just `go get` our
  69. software.
  70. Since some dependencies are not under our control, a third party may break our
  71. build, in which case we can fall back on `go mod tidy`. Even for dependencies under our control, go helps us to
  72. keep multiple repos in sync as they evolve. Anything with an executable, such
  73. as apps, tools, and the core, should use dep.
  74. Run `go list -u -m all` to get a list of dependencies that may not be
  75. up-to-date.
  76. When updating dependencies, please only update the particular dependencies you
  77. need. Instead of running `go get -u=patch`, which will update anything,
  78. specify exactly the dependency you want to update, eg.
  79. `GO111MODULE=on go get -u github.com/tendermint/go-amino@master`.
  80. ## Protobuf
  81. We use [Protocol Buffers](https://developers.google.com/protocol-buffers) along with [gogoproto](https://github.com/gogo/protobuf) to generate code for use across Tendermint Core.
  82. For linting and checking breaking changes, we use [buf](https://buf.build/). If you would like to run linting and check if the changes you have made are breaking then you will need to have docker running locally. Then the linting cmd will be `make proto-lint` and the breaking changes check will be `make proto-check-breaking`.
  83. There are two ways to generate your proto stubs.
  84. 1. Use Docker, pull an image that will generate your proto stubs with no need to install anything. `make proto-gen-docker`
  85. 2. Run `make proto-gen` after installing `protoc` and gogoproto, you can do this by running `make protobuf`.
  86. ### Installation Instructions
  87. To install `protoc`, download an appropriate release (<https://github.com/protocolbuffers/protobuf>) and then move the provided binaries into your PATH (follow instructions in README included with the download).
  88. To install `gogoproto`, do the following:
  89. ```sh
  90. go get github.com/gogo/protobuf/gogoproto
  91. cd $GOPATH/pkg/mod/github.com/gogo/protobuf@v1.3.1 # or wherever go get installs things
  92. make install
  93. ```
  94. You should now be able to run `make proto-gen` from inside the root Tendermint directory to generate new files from proto files.
  95. ## Vagrant
  96. If you are a [Vagrant](https://www.vagrantup.com/) user, you can get started
  97. hacking Tendermint with the commands below.
  98. NOTE: In case you installed Vagrant in 2017, you might need to run
  99. `vagrant box update` to upgrade to the latest `ubuntu/xenial64`.
  100. ```sh
  101. vagrant up
  102. vagrant ssh
  103. make test
  104. ```
  105. ## Changelog
  106. Every fix, improvement, feature, or breaking change should be made in a
  107. pull-request that includes an update to the `CHANGELOG_PENDING.md` file.
  108. Changelog entries should be formatted as follows:
  109. ```md
  110. - [module] \#xxx Some description about the change (@contributor)
  111. ```
  112. Here, `module` is the part of the code that changed (typically a
  113. top-level Go package), `xxx` is the pull-request number, and `contributor`
  114. is the author/s of the change.
  115. It's also acceptable for `xxx` to refer to the relevant issue number, but pull-request
  116. numbers are preferred.
  117. Note this means pull-requests should be opened first so the changelog can then
  118. be updated with the pull-request's number.
  119. There is no need to include the full link, as this will be added
  120. automatically during release. But please include the backslash and pound, eg. `\#2313`.
  121. Changelog entries should be ordered alphabetically according to the
  122. `module`, and numerically according to the pull-request number.
  123. Changes with multiple classifications should be doubly included (eg. a bug fix
  124. that is also a breaking change should be recorded under both).
  125. Breaking changes are further subdivided according to the APIs/users they impact.
  126. Any change that effects multiple APIs/users should be recorded multiply - for
  127. instance, a change to the `Blockchain Protocol` that removes a field from the
  128. header should also be recorded under `CLI/RPC/Config` since the field will be
  129. removed from the header in RPC responses as well.
  130. ## Branching Model and Release
  131. The main development branch is master.
  132. Every release is maintained in a release branch named `vX.Y.Z`.
  133. Pending minor releases have long-lived release candidate ("RC") branches. Minor release changes should be merged to these long-lived RC branches at the same time that the changes are merged to master.
  134. Note all pull requests should be squash merged except for merging to a release branch (named `vX.Y`). This keeps the commit history clean and makes it
  135. easy to reference the pull request where a change was introduced.
  136. ### Development Procedure
  137. The latest state of development is on `master`, which must never fail `make test`. _Never_ force push `master`, unless fixing broken git history (which we rarely do anyways).
  138. To begin contributing, create a development branch either on `github.com/tendermint/tendermint`, or your fork (using `git remote add origin`).
  139. Make changes, and before submitting a pull request, update the `CHANGELOG_PENDING.md` to record your change. Also, run either `git rebase` or `git merge` on top of the latest `master`. (Since pull requests are squash-merged, either is fine!)
  140. Update the `UPGRADING.md` if the change you've made is breaking and the
  141. instructions should be in place for a user on how he/she can upgrade it's
  142. software (ABCI application, Tendermint-based blockchain, light client, wallet).
  143. Once you have submitted a pull request label the pull request with either `R:minor`, if the change should be included in the next minor release, or `R:major`, if the change is meant for a major release.
  144. Sometimes (often!) pull requests get out-of-date with master, as other people merge different pull requests to master. It is our convention that pull request authors are responsible for updating their branches with master. (This also means that you shouldn't update someone else's branch for them; even if it seems like you're doing them a favor, you may be interfering with their git flow in some way!)
  145. #### Merging Pull Requests
  146. It is also our convention that authors merge their own pull requests, when possible. External contributors may not have the necessary permissions to do this, in which case, a member of the core team will merge the pull request once it's been approved.
  147. Before merging a pull request:
  148. - Ensure pull branch is up-to-date with a recent `master` (GitHub won't let you merge without this!)
  149. - Run `make test` to ensure that all tests pass
  150. - [Squash](https://stackoverflow.com/questions/5189560/squash-my-last-x-commits-together-using-git) merge pull request
  151. #### Pull Requests for Minor Releases
  152. If your change should be included in a minor release, please also open a PR against the long-lived minor release candidate branch (e.g., `rc1/v0.33.5`) _immediately after your change has been merged to master_.
  153. You can do this by cherry-picking your commit off master:
  154. ```sh
  155. $ git checkout rc1/v0.33.5
  156. $ git checkout -b {new branch name}
  157. $ git cherry-pick {commit SHA from master}
  158. # may need to fix conflicts, and then use git add and git cherry-pick --continue
  159. $ git push origin {new branch name}
  160. ```
  161. After this, you can open a PR. Please note in the PR body if there were merge conflicts so that reviewers can be sure to take a thorough look.
  162. ### Git Commit Style
  163. We follow the [Go style guide on commit messages](https://tip.golang.org/doc/contribute.html#commit_messages). Write concise commits that start with the package name and have a description that finishes the sentence "This change modifies Tendermint to...". For example,
  164. ```sh
  165. cmd/debug: execute p.Signal only when p is not nil
  166. [potentially longer description in the body]
  167. Fixes #nnnn
  168. ```
  169. Each PR should have one commit once it lands on `master`; this can be accomplished by using the "squash and merge" button on Github. Be sure to edit your commit message, though!
  170. ### Release Procedure
  171. #### Major Release
  172. 1. start on `master`
  173. 2. run integration tests (see `test_integrations` in Makefile)
  174. 3. prepare release in a pull request against `master` (to be squash merged):
  175. - copy `CHANGELOG_PENDING.md` to top of `CHANGELOG.md`
  176. - run `python ./scripts/linkify_changelog.py CHANGELOG.md` to add links for
  177. all issues
  178. - run `bash ./scripts/authors.sh` to get a list of authors since the latest
  179. release, and add the github aliases of external contributors to the top of
  180. the changelog. To lookup an alias from an email, try `bash ./scripts/authors.sh <email>`
  181. - reset the `CHANGELOG_PENDING.md`
  182. - bump Tendermint version in `version.go`
  183. - bump P2P and block protocol versions in `version.go`, if necessary
  184. - bump ABCI protocol version in `version.go`, if necessary
  185. - make sure all significant breaking changes are covered in `UPGRADING.md`
  186. 4. push your changes with prepared release details to `vX.X` (this will trigger the release `vX.X.0`)
  187. 5. merge back to master (don't squash merge!)
  188. #### Minor Release
  189. Minor releases are done differently from major releases: They are built off of long-lived release candidate branches, rather than from master.
  190. 1. Checkout the long-lived release candidate branch: `git checkout rcX/vX.X.X`
  191. 2. Run integration tests: `make test_integrations`
  192. 3. Prepare the release:
  193. - copy `CHANGELOG_PENDING.md` to top of `CHANGELOG.md`
  194. - run `python ./scripts/linkify_changelog.py CHANGELOG.md` to add links for all issues
  195. - run `bash ./scripts/authors.sh` to get a list of authors since the latest release, and add the GitHub aliases of external contributors to the top of the CHANGELOG. To lookup an alias from an email, try `bash ./scripts/authors.sh <email>`
  196. - reset the `CHANGELOG_PENDING.md`
  197. - bump Tendermint version in `version.go`
  198. - bump P2P and block protocol versions in `version.go`, if necessary
  199. - bump ABCI protocol version in `version.go`, if necessary
  200. - make sure all significant breaking changes are covered in `UPGRADING.md`
  201. 4. Create a release branch `release/vX.X.x` off the release candidate branch:
  202. - `git checkout -b release/vX.X.x`
  203. - `git push -u origin release/vX.X.x`
  204. - Note that all branches prefixed with `release` are protected once pushed. You will need admin help to make any changes to the branch.
  205. 5. Open a pull request of the new minor release branch onto the latest major release branch `vX.X` and then rebase to merge. This will start the release process.
  206. 6. Create a pull request back to master with the CHANGELOG & version changes from the latest release.
  207. - Remove all `R:minor` labels from the pull requests that were included in the release.
  208. - Do not merge the release branch into master.
  209. 7. Delete the former long lived release candidate branch once the release has been made.
  210. 8. Create a new release candidate branch to be used for the next release.
  211. #### Backport Release
  212. 1. start from the existing release branch you want to backport changes to (e.g. v0.30)
  213. Branch to a release/vX.X.X branch locally (e.g. release/v0.30.7)
  214. 2. cherry pick the commit(s) that contain the changes you want to backport (usually these commits are from squash-merged PRs which were already reviewed)
  215. 3. steps 2 and 3 from [Major Release](#major-release)
  216. 4. push changes to release/vX.X.X branch
  217. 5. open a PR against the existing vX.X branch
  218. ## Testing
  219. All repos should be hooked up to [CircleCI](https://circleci.com/).
  220. If they have `.go` files in the root directory, they will be automatically
  221. tested by circle using `go test -v -race ./...`. If not, they will need a
  222. `circle.yml`. Ideally, every repo has a `Makefile` that defines `make test` and
  223. includes its continuous integration status using a badge in the `README.md`.
  224. ### RPC Testing
  225. If you contribute to the RPC endpoints it's important to document your changes in the [Openapi file](./rpc/openapi/openapi.yaml)
  226. To test your changes you should install `nodejs` and run:
  227. ```bash
  228. npm i -g dredd
  229. make build-linux build-contract-tests-hooks
  230. make contract-tests
  231. ```
  232. This command will popup a network and check every endpoint against what has been documented