Skip to content
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

Merged
merged 4 commits into from
Apr 10, 2024

Conversation

vatsa287
Copy link
Member

@vatsa287 vatsa287 commented Apr 7, 2024

Fixes: #411

Copy link
Member

@amarts amarts left a 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.

@amarts amarts requested a review from smohan-dw April 8, 2024 06:09
@amarts
Copy link
Member

amarts commented Apr 8, 2024

@vatsa287 also, whenever the argument to the calls (extrinsics) change in pallet, can we do a version number change in runtime? That way, there are no conflicts in APIs.

@vatsa287
Copy link
Member Author

vatsa287 commented Apr 8, 2024

@vatsa287 also, whenever the argument to the calls (extrinsics) change in pallet, can we do a version number change in runtime? That way, there are no conflicts in APIs.

Ack, will change to 9105.

@vatsa287 vatsa287 changed the title network-score: Dependency updates network-score: Updates to match specs of ONDC Apr 8, 2024
@@ -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,
Copy link
Member

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

smohan-dw
smohan-dw previously approved these changes Apr 8, 2024
Signed-off-by: Shreevatsa N <[email protected]>
Copy link
Member

@amarts amarts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@amarts amarts merged commit 2cec4f2 into dhiway:develop Apr 10, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update network-score pallet to match specifications
3 participants