Skip to content

release v0.31.2#3515

Merged
liamsi merged 8 commits intov0.31from
v0.31.2
Apr 1, 2019
Merged

release v0.31.2#3515
liamsi merged 8 commits intov0.31from
v0.31.2

Conversation

@liamsi
Copy link
Contributor

@liamsi liamsi commented Apr 1, 2019

This PR includes the latest changes from develop, including the fix @ebuchman prepared during the weekend (#3512). The base branch is not master but the release branch v0.30 (based of master).

Note that this would be the first release that makes use of the automation introduced via #3498 and sketched in https://docs.google.com/document/d/130GBRA8aYdfpz0bscoPeSJlKjkubt9iJSU5AvCYx3rw/edit

  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Updated CHANGELOG_PENDING.md

brapse and others added 8 commits March 27, 2019 18:51
* docs: fix broken links (#3482)

A bunch of links were broken in the documentation s they included the
`docs` prefix.

* Update CHANGELOG_PENDING

* docs: switch to relative links for github compatitibility (#3482)
* Release management using CircleCI

* Changelog updated
* lib: remove useless code in group
* update change log
* Update CHANGELOG_PENDING.md

Co-Authored-By: guagualvcha <baifudong@lancai.cn>
* mempool: resCb -> globalCb

* reqResCb takes an externalCb

* failing test for #3509

* txsMap is sync.Map

* update changelog
@liamsi liamsi requested review from ebuchman, melekes and xla as code owners April 1, 2019 10:41
@codecov-io
Copy link

Codecov Report

Merging #3515 into v0.31 will decrease coverage by 0.35%.
The diff coverage is 81.25%.

@@            Coverage Diff             @@
##            v0.31    #3515      +/-   ##
==========================================
- Coverage   64.41%   64.06%   -0.36%     
==========================================
  Files         213      213              
  Lines       17508    17354     -154     
==========================================
- Hits        11277    11117     -160     
- Misses       5298     5311      +13     
+ Partials      933      926       -7
Impacted Files Coverage Δ
libs/autofile/group.go 58.49% <ø> (-6.14%) ⬇️
mempool/mempool.go 80.53% <81.25%> (+1.24%) ⬆️
privval/signer_service_endpoint.go 83.63% <0%> (-5.46%) ⬇️
libs/cli/setup.go 64.28% <0%> (-5.42%) ⬇️
consensus/reactor.go 70.6% <0%> (-2.96%) ⬇️
blockchain/pool.go 80.26% <0%> (-1.98%) ⬇️
libs/clist/clist.go 66.66% <0%> (-1.52%) ⬇️
blockchain/reactor.go 71.49% <0%> (-1.45%) ⬇️
rpc/client/httpclient.go 65.62% <0%> (-0.9%) ⬇️
... and 4 more

@liamsi liamsi merged commit a099882 into v0.31 Apr 1, 2019
@liamsi liamsi deleted the v0.31.2 branch April 1, 2019 15:23
@liamsi
Copy link
Contributor Author

liamsi commented Apr 1, 2019

This was merged and not squashed so we can merge this to master and proceed with merging master to develop as usual (until we get rid of master).

@liamsi
Copy link
Contributor Author

liamsi commented Apr 1, 2019

This triggered the automation correctly. And it (almost) worked: The python script was still using commits to master to create the release (and with it the latest tag, in this case v0.31.2). I've deleted the v0.31 branch and we (@greg-szabo and me) will start from scratch in a sec.
ref: #3497

@liamsi liamsi mentioned this pull request Apr 1, 2019
4 tasks
iKapitonau pushed a commit to scrtlabs/tendermint that referenced this pull request Sep 30, 2024
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.

6 participants