You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Modify the structure RatingInputEntry as described above.
Update lib.rs to reflect the changes in the structure.
Update types.rs to maintain consistency with the modified structure.
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.
The text was updated successfully, but these errors were encountered:
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
Modify the structure RatingInputEntry as described above.
Update lib.rs to reflect the changes in the structure.
Update types.rs to maintain consistency with the modified structure.
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.
The text was updated successfully, but these errors were encountered: