-
Notifications
You must be signed in to change notification settings - Fork 121
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
network-score: Updates to match specs of ONDC #420
Conversation
Signed-off-by: Shreevatsa N <[email protected]>
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.
LGTM
I am in dual mind to add entity_name
in the chain as entity_id
is already present. Can we remove that? @smohan-dw any thoughts?
This change is happening due to the API changes requested on the confidex side.
@vatsa287 also, whenever the |
Ack, will change to |
Signed-off-by: Shreevatsa N <[email protected]>
Signed-off-by: Shreevatsa N <[email protected]>
runtime/src/lib.rs
Outdated
@@ -127,7 +127,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { | |||
spec_name: create_runtime_str!("cord"), | |||
impl_name: create_runtime_str!("dhiway-cord"), | |||
authoring_version: 0, | |||
spec_version: 9100, | |||
spec_version: 9105, |
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.
Make it 9200, which stands for 0.9.2
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.
Updated
Signed-off-by: Shreevatsa N <[email protected]>
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.
LGTM
Fixes: #411