Skip to content

Update to contributing.md#3760

Merged
melekes merged 3 commits intotendermint:masterfrom
tac0turtle:marko/minor-update-contributing
Jun 28, 2019
Merged

Update to contributing.md#3760
melekes merged 3 commits intotendermint:masterfrom
tac0turtle:marko/minor-update-contributing

Conversation

@tac0turtle
Copy link
Contributor

  • Add in section for Draft PR, instead of WIP
  • Add make lint as part of the commit process.

Signed-off-by: Marko Baricevic marbar3778@yahoo.com

  • Referenced an issue explaining the need for the change
  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Updated CHANGELOG_PENDING.md

- Add in section for Draft PR, instead of WIP
- Add make lint as part of the commit process.

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
@codecov-io
Copy link

codecov-io commented Jun 28, 2019

Codecov Report

Merging #3760 into master will decrease coverage by 0.09%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           master    #3760     +/-   ##
=========================================
- Coverage   64.06%   63.96%   -0.1%     
=========================================
  Files         242      242             
  Lines       19968    20010     +42     
=========================================
+ Hits        12792    12800      +8     
- Misses       6137     6164     +27     
- Partials     1039     1046      +7
Impacted Files Coverage Δ
privval/signer_validator_endpoint.go 75.55% <0%> (-10%) ⬇️
privval/socket_listeners.go 86.2% <0%> (-6.9%) ⬇️
privval/signer_service_endpoint.go 83.63% <0%> (-5.46%) ⬇️
consensus/reactor.go 71.39% <0%> (-1.18%) ⬇️
p2p/pex/pex_reactor.go 81.47% <0%> (+0.58%) ⬆️
blockchain/pool.go 81.57% <0%> (+0.65%) ⬆️
consensus/replay.go 71.02% <0%> (+0.81%) ⬆️
blockchain/reactor.go 74.76% <0%> (+3.27%) ⬆️
libs/db/remotedb/remotedb.go 40.83% <0%> (+4.93%) ⬆️

Copy link
Contributor

@melekes melekes left a comment

Choose a reason for hiding this comment

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

🍃 🌴 🌤

@melekes melekes merged commit 1014f8c into tendermint:master Jun 28, 2019
cboh4 pushed a commit to scrtlabs/tendermint that referenced this pull request Apr 7, 2025
…rmint#3760)

- 1) protos are now built with the sdk's proto builder 
- 2) go tools methodology just bloats .mod and .sum making comet harder
to work with
- 3) tidy: mod and sum don't have maintenance tools in them anymore
- 4) stop using an abandoned Dockerfile


---------


tl;dr: by removing things from go.mod we can make comet easier to
maintain, even if that means less stylish golang.


---

#### PR checklist

- [ ] Tests written/updated
- [ ] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [ ] Updated relevant documentation (`docs/` or `spec/`) and code
comments

<hr>This is an automatic backport of pull request tendermint#2046 done by
[Mergify](https://mergify.com).

---------

Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants