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

Add support for Tendermint Core v0.34.21 #1198

Merged
merged 18 commits into from
Sep 23, 2022
Merged

Conversation

thanethomson
Copy link
Member

@thanethomson thanethomson commented Sep 22, 2022

Adds support for Tendermint Core v0.34.21, the main change being the addition of the new [storage] configuration file section.

This change additionally streamlines the dev/testing Docker image creation process a little.

The vast majority of this PR is automatically generated JSON files from the RPC probe.


  • Referenced an issue explaining the need for the change
  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Added entry in .changelog/

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

Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
@thanethomson thanethomson marked this pull request as ready for review September 22, 2022 21:15
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
@codecov-commenter
Copy link

codecov-commenter commented Sep 23, 2022

Codecov Report

Merging #1198 (0897446) into main (57e5c9b) will decrease coverage by 0.6%.
The diff coverage is 30.7%.

@@           Coverage Diff           @@
##            main   #1198     +/-   ##
=======================================
- Coverage   67.7%   67.0%   -0.7%     
=======================================
  Files        214     219      +5     
  Lines      20505   20709    +204     
=======================================
+ Hits       13886   13891      +5     
- Misses      6619    6818    +199     
Impacted Files Coverage Δ
tendermint/src/time.rs 98.5% <ø> (-0.1%) ⬇️
config/src/config.rs 54.7% <10.0%> (-0.4%) ⬇️
config/tests/mod.rs 99.4% <100.0%> (+0.5%) ⬆️
rpc/tests/kvstore_fixtures.rs 98.0% <100.0%> (ø)
tendermint/src/block.rs 54.9% <0.0%> (-24.2%) ⬇️
tendermint/src/public_key.rs 72.7% <0.0%> (-1.1%) ⬇️
testgen/src/vote.rs 84.0% <0.0%> (-0.9%) ⬇️
rpc/src/client/transport/websocket.rs 65.6% <0.0%> (-0.6%) ⬇️
rpc/src/client/transport/http.rs 31.0% <0.0%> (-0.2%) ⬇️
abci/src/server.rs 9.2% <0.0%> (-0.2%) ⬇️
... and 16 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@thanethomson thanethomson merged commit 55b8937 into main Sep 23, 2022
@thanethomson thanethomson deleted the thane/tmcore-v0.34.21 branch September 23, 2022 02:04
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.

None yet

2 participants