Jsonrprsee Notification Spec #1108
aniketfuryrocks
started this conversation in
JSONRPC migration guide
Replies: 1 comment 1 reply
-
The "jsonrpc" field can be omitted but it's an Can you open an issue and write how to reproduce it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was working on porting the pubsub tests of solana from jsonrpc to jsonrpsee. I noticed that the tests expect the
"jsonrpc": 2.0
field to be there while the new jsonrpsee crate doesn't return it in the response. Is this valid jsonrpc ?This works

Beta Was this translation helpful? Give feedback.
All reactions