-
Notifications
You must be signed in to change notification settings - Fork 115
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
runtime: Replace serde-cbor with oasis-cbor #4133
Conversation
458bb3a
to
a785d69
Compare
6811ed7
to
69c4631
Compare
Codecov Report
@@ Coverage Diff @@
## master #4133 +/- ##
==========================================
- Coverage 69.18% 68.65% -0.54%
==========================================
Files 411 410 -1
Lines 47363 47250 -113
==========================================
- Hits 32770 32440 -330
- Misses 10556 10790 +234
+ Partials 4037 4020 -17
Continue to review full report at Codecov.
|
69c4631
to
5efb439
Compare
@@ -161,8 +190,8 @@ pub enum Body { | |||
header: Header, | |||
epoch: EpochTime, | |||
method: String, | |||
#[serde(skip_serializing_if = "Option::is_none")] | |||
args: Option<cbor::Value>, | |||
#[cbor(optional)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice 👍
5efb439
to
56c9a51
Compare
Includes two cleanup commits from #4101.
TODO