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

Update network-score pallet to match specifications #411

Closed
adi-a11y opened this issue Apr 1, 2024 · 0 comments · Fixed by #420
Closed

Update network-score pallet to match specifications #411

adi-a11y opened this issue Apr 1, 2024 · 0 comments · Fixed by #420

Comments

@adi-a11y
Copy link
Contributor

adi-a11y commented Apr 1, 2024

The network-score pallet requires changes to match the specifications (https://dhiway.github.io/confidex/#/flow). Specifically, the structure RatingInputEntry needs to be modified. The following changes are necessary:

Remove: entity_type, provider_uid, entity_uid
Add: entity_id, entity_name, provider_id.
Additionally, all necessary modifications in lib.rs, test.rs, and types.rs are required to implement these changes effectively.

Changes Required

  1. Modify the structure RatingInputEntry as described above.

  2. Update lib.rs to reflect the changes in the structure.

  3. Update types.rs to maintain consistency with the modified structure.

  4. Adjust test.rs to accommodate the updated structure and ensure comprehensive testing.

This issue tracks the implementation of these changes to align the network-score pallet with the specified requirements.

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 a pull request may close this issue.

1 participant