Skip to content

Release/v0.24.0#2350

Merged
ebuchman merged 181 commits intomasterfrom
release/v0.24.0
Sep 7, 2018
Merged

Release/v0.24.0#2350
ebuchman merged 181 commits intomasterfrom
release/v0.24.0

Conversation

@ebuchman
Copy link
Contributor

@ebuchman ebuchman commented Sep 7, 2018

v0.24.0

Significant effort was put into improving the docs, changelog, and upgrading guide for this release.
See preparation PRs: #2339, #2340, #2342, #2343, #2349.

RC0 was tagged before all the updates to the text - the code has not changed from then.

jaekwon and others added 30 commits June 25, 2018 16:59
also, add `priv_validator_laddr` to the template
@codecov-io
Copy link

codecov-io commented Sep 7, 2018

Codecov Report

Merging #2350 into master will decrease coverage by 1.67%.
The diff coverage is 62.35%.

@@            Coverage Diff             @@
##           master    #2350      +/-   ##
==========================================
- Coverage   62.63%   60.95%   -1.68%     
==========================================
  Files         216      197      -19     
  Lines       17351    16302    -1049     
==========================================
- Hits        10867     9937     -930     
+ Misses       5600     5502      -98     
+ Partials      884      863      -21
Impacted Files Coverage Δ
libs/common/string.go 61.53% <ø> (-15.21%) ⬇️
rpc/core/status.go 0% <ø> (ø) ⬆️
privval/priv_validator.go 69.44% <ø> (ø) ⬆️
state/validation.go 49.09% <ø> (+11.35%) ⬆️
state/txindex/kv/kv.go 75.21% <ø> (+0.43%) ⬆️
p2p/switch.go 50.5% <ø> (-2.15%) ⬇️
p2p/base_reactor.go 60% <ø> (ø) ⬆️
rpc/lib/server/http_server.go 40.56% <ø> (ø)
libs/common/random.go 67.08% <ø> (ø) ⬆️
rpc/core/blocks.go 18.75% <ø> (ø) ⬆️
... and 128 more

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.

🥇 🏎 🍰

@ebuchman ebuchman merged commit d419fff into master Sep 7, 2018
@ebuchman ebuchman deleted the release/v0.24.0 branch September 7, 2018 11:46
cboh4 pushed a commit to scrtlabs/tendermint that referenced this pull request Apr 7, 2025
…tendermint#2350)

This is an automatic backport of pull request tendermint#2094 done by
[Mergify](https://mergify.com).
Cherry-pick of 6722f33 has failed:
```
On branch mergify/bp/v0.34.x/pr-2094
Your branch is up to date with 'origin/v0.34.x'.

You are currently cherry-picking commit 6722f33.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	new file:   .changelog/unreleased/improvements/2094-e2e-load-max-txs.md
	modified:   test/e2e/pkg/manifest.go
	modified:   test/e2e/runner/load.go

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   test/e2e/pkg/testnet.go

```


To fix up this pull request, you can check it out locally. See
documentation:
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

---


<details>
<summary>Mergify commands and options</summary>

<br />

More conditions and actions can be found in the
[documentation](https://docs.mergify.com/).

You can also trigger Mergify actions by commenting on this pull request:

- `@Mergifyio refresh` will re-evaluate the rules
- `@Mergifyio rebase` will rebase this PR on its base branch
- `@Mergifyio update` will merge the base branch into this PR
- `@Mergifyio backport <destination>` will backport this PR on
`<destination>` branch

Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you
can:

- look at your merge queues
- generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com
</details>

---------

Co-authored-by: Hernán Vanzetto <15466498+hvanz@users.noreply.github.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.