Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport tendermint-v0.34.24 into main #678

Merged
merged 3 commits into from
Jul 24, 2023
Merged

Conversation

tnasu
Copy link
Member

@tnasu tnasu commented Jul 22, 2023

Description

v0.34.24

STATUS: commit hash

Upgrade to tendermint-v0.34.24

Close: #660

@tnasu tnasu self-assigned this Jul 22, 2023
@tnasu tnasu changed the title Main v0.34.24 Backport tendermint-v0.34.24 into main Jul 22, 2023
@codecov
Copy link

codecov bot commented Jul 22, 2023

Codecov Report

Merging #678 (39334e1) into main (949633b) will increase coverage by 0.18%.
The diff coverage is 76.66%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #678      +/-   ##
==========================================
+ Coverage   66.30%   66.49%   +0.18%     
==========================================
  Files         283      283              
  Lines       37611    37821     +210     
==========================================
+ Hits        24939    25149     +210     
+ Misses      10882    10874       -8     
- Partials     1790     1798       +8     
Impacted Files Coverage Δ
blockchain/v2/io.go 0.00% <0.00%> (ø)
blockchain/v2/routine.go 70.52% <ø> (+1.45%) ⬆️
libs/pubsub/query/query.peg.go 61.34% <ø> (ø)
p2p/conn/connection.go 79.80% <ø> (-1.15%) ⬇️
rpc/core/routes.go 0.00% <ø> (ø)
rpc/jsonrpc/client/http_uri_client.go 0.00% <0.00%> (ø)
state/state.go 84.61% <ø> (-0.14%) ⬇️
statesync/messages.go 100.00% <ø> (+13.43%) ⬆️
test/e2e/generator/main.go 55.00% <ø> (ø)
types/event_bus.go 58.04% <ø> (ø)
... and 32 more

... and 10 files with indirect coverage changes

tnasu and others added 3 commits July 24, 2023 18:59
* fix check_tx cache problem (#9690)

(cherry picked from commit ffae184b62942219e8f16c8d5d68882b43d7ad24)

* Resolve conflicts

Signed-off-by: Thane Thomson <connect@thanethomson.com>

* Add changelog entry

Signed-off-by: Thane Thomson <connect@thanethomson.com>

Signed-off-by: Thane Thomson <connect@thanethomson.com>
Co-authored-by: JayT106 <JayT106@users.noreply.github.com>
Co-authored-by: Thane Thomson <connect@thanethomson.com>
* Remove useless whitespace in Websocket output (#9720)

* First try at #9696

* Brief explanation

* Removed all prettified JSON RPC responses

* Fixes for failing tests.

Adapted the assertions in
- TestWriteRPCResponseHTTP
- TestWriteRPCResponseHTTPError
to work with non-pretty JSON-RPC output

* Added changelog pending entry

* Update CHANGELOG_PENDING.md

Co-authored-by: Thane Thomson <connect@thanethomson.com>

* Add pending changelog and upgrading entries

Signed-off-by: Thane Thomson <connect@thanethomson.com>

Signed-off-by: Thane Thomson <connect@thanethomson.com>
Co-authored-by: Adi Seredinschi <a@seredinschi.net>

Co-authored-by: Thane Thomson <connect@thanethomson.com>
@tnasu tnasu marked this pull request as ready for review July 24, 2023 10:24
@tnasu tnasu requested review from torao and ulbqb as code owners July 24, 2023 10:24
Copy link
Contributor

@torao torao left a comment

Choose a reason for hiding this comment

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

LGTM

@tnasu tnasu merged commit d77f0c2 into Finschia:main Jul 24, 2023
@tnasu tnasu deleted the main-v0.34.24 branch July 28, 2023 08:21
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.

bump up tendermint to v0.34.24
3 participants