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

Should an organization have multiple miners, each with multiple regional attributes #10

Open
siriusyim opened this issue Aug 14, 2023 · 0 comments
Labels
new feature New feature (or feature request) question Further information is requested

Comments

@siriusyim
Copy link
Member

siriusyim commented Aug 14, 2023

https://github.com/dataswap/core/blob/main/src/v0.8/types/CommonType.sol#L25

    /// @notice Struct representing geolocation information.
    struct Geolocation {
        bytes2 regionCode; // Code representing the region
        bytes2 countryCode; // Code representing the country
        bytes2 cityCode; // Code representing the city
    }

    /// @notice Struct representing storage provider information.
    struct StorageProvider {
        string nodeId; // Identifier for the storage provider's node
        string organization; // Name of the organization providing storage
    }
@waynewyang waynewyang added question Further information is requested new feature New feature (or feature request) Priority: High and removed question Further information is requested Priority: High labels Aug 14, 2023
@waynewyang waynewyang added the question Further information is requested label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature (or feature request) question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants