update kvdb & co
TODO: companion
thread 'tests::should_parse_extrinsic_address' panicked at 'assertion failed: `(left == right)`
left: `Ok(Bytes([18, 52]))`,
right: `Err("Extrinsic index missing: example \"5:0\"")`', bin/node/inspect/src/lib.rs:299:9
doesn't seem to be related to the PR
EDIT: on the second thought it does...
impl-serde 0.3.2 added support for deserializing without 0x prefix: https://github.com/paritytech/parity-common/pull/598. This broke the test. Should I change the test? Or this assumption is baked in other places?
impl-serde0.3.2 added support for deserializing without0xprefix: paritytech/parity-common#598. This broke the test. Should I change the test? Or this assumption is baked in other places?
Looks reasonable to support without leading 0x as you have done it.
bot merge