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
feat: remove provierId from ServiceProviderInfo struct (#247)
# Remove providerId from ServiceProviderInfo struct
## Summary
Remove `providerId` from `ServiceProviderInfo` struct and introduce
`ServiceProviderInfoView` as a view struct to return provider ID with
provider info.
## Related Issue
Fixes#234
## Changes
- **Removed** `providerId` field from `ServiceProviderInfo` struct
- **Added** `ServiceProviderInfoView` struct with `providerId` field for
external consumption
- **Updated** all getter functions to return `ServiceProviderInfoView`
- **Updated** tests and ABI definitions
## Files Modified
- `ServiceProviderRegistry.sol`
- `ServiceProviderRegistryStorage.sol`
- `FilecoinWarmStorageService.sol`
- Test files and ABI
0 commit comments