-
Notifications
You must be signed in to change notification settings - Fork 224
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
Specify default value for tendermint::block::Size
#931
Conversation
Codecov Report
@@ Coverage Diff @@
## master #931 +/- ##
======================================
Coverage 70.5% 70.6%
======================================
Files 203 203
Lines 16264 16249 -15
======================================
+ Hits 11475 11478 +3
+ Misses 4789 4771 -18
Continue to review full report at Codecov.
|
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
* Specify default value for `tendermint::block::Size` * Add .changelog entry * Add test for `time_iota_ms` default (#933) * Bump supported rpc-probe version of Tendermint to v0.34.9 * Regenerate kvstore fixtures using Tendermint v0.34.9 * Update kvstore tests to test #931 * Expose Size::default_time_iota_ms to access from integration test * Implement test for #931 Co-authored-by: Thane Thomson <thane@informal.systems>
* Propagate JSON-RPC errors through the Rust subscription * Fix clippy warnings * Add .changelog entry * Update .changelog/unreleased/improvements/932-propagate-json-rpc-errors.md Co-authored-by: Thane Thomson <thane@informal.systems> * Update rpc/src/client/transport/router.rs Co-authored-by: Thane Thomson <thane@informal.systems> * Specify default value for `tendermint::block::Size` (#931) * Specify default value for `tendermint::block::Size` * Add .changelog entry * Add test for `time_iota_ms` default (#933) * Bump supported rpc-probe version of Tendermint to v0.34.9 * Regenerate kvstore fixtures using Tendermint v0.34.9 * Update kvstore tests to test #931 * Expose Size::default_time_iota_ms to access from integration test * Implement test for #931 Co-authored-by: Thane Thomson <thane@informal.systems> * Remove subscription id to query index in `SubscriptionRouter` * Introduce type aliases for subscription ids and queries * Fix dead code warnings when `websocket` feature is disabled * Update .changelog/unreleased/bug-fixes/930-newblock-event-parse.md Co-authored-by: Thane Thomson <thane@informal.systems>
Close: #930
.changelog/