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

metadata-init silently does nothing when --group-name parameter it is omitted #343

Open
vsbogd opened this issue Oct 10, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@vsbogd
Copy link
Member

vsbogd commented Oct 10, 2019

Expected behavior: snet-cli fails when --group-name is omitted in metadata-init command.
Actual behavior: snet-cli creates service_metadata.json without payment address:

$ snet service metadata-init service_spec example-executable-service --endpoints http://54.203.198.53:7018 --fixed-price 0 --service-type process --encoding json
$ cat service_metadata.json 
{
    "version": 1,
    "display_name": "example-executable-service",
    "encoding": "json",
    "service_type": "process",
    "model_ipfs_hash": "QmfBoP9CJX59nTZzSg6mJHztqMBMZ8BVRTNZYyV7JhP7tv",
    "mpe_address": "0x5E3b04DbA48B775fCAE65D738b7a75589A42FD3a",
    "groups": [],
    "assets": {}
}
@vsbogd vsbogd added the bug Something isn't working label Oct 10, 2019
@vsbogd
Copy link
Member Author

vsbogd commented Oct 10, 2019

related to #324

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant