Conversation
fda9318 to
a7b2675
Compare
a7b2675 to
bfc6f8c
Compare
711e0cc to
d4e48b2
Compare
d4e48b2 to
fe32d17
Compare
Codecov ReportAttention: Patch coverage is
|
- Upgrade Polkadot-sdk to v.1.7.0. - Update weights to reflect the new version. Notable Changes: - [Allow custom error types in Jsonrpsee](paritytech/polkadot-sdk#1313) For more details, please refer to: [Release Notes](https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-v1.7.0) issue-1870
70bd40c to
c6702ac
Compare
| @@ -1,19 +1,19 @@ | |||
| use core::result::Result as CoreResult; | |||
| use jsonrpsee::{ | |||
| core::{Error as RpcError, RpcResult}, | |||
claireclark1
left a comment
There was a problem hiding this comment.
Happy to approve, but I don't feel like I'm qualified enough to understand the purpose of a lot of these changes, specifically in reference to the parts value changes.
Lots of good type changes.
aramikm
left a comment
There was a problem hiding this comment.
Looks great!
I think there might be some questions about how this back-pressure implementation which supports 65 messages per connection by default might have some effects on our apps subscribing to the chain.
shannonwells
left a comment
There was a problem hiding this comment.
Looks good to go.
I reviewed the code, I analyzed the weights changes (w/ chatgpt), I reviewed the linked polkadot-sdk PRs.
saraswatpuneet
left a comment
There was a problem hiding this comment.
Read through code and comments
Great job 👏🏽
Thanks! Thats a good point. Ill create an issue so that we can properly configure backpressure. |
Notable Changes:
For more details, please refer to:
Release Notes
#1870