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

cyber index doesn't show cyberlinks created using authz module #14

Open
maxim-uvarov opened this issue Jul 19, 2022 · 0 comments
Open

Comments

@maxim-uvarov
Copy link
Member

I granted rights to create cyberlinks from account with private key on ledger to account with seed phrase availible in cyber_sdk.

Using cyber_sdk MsgExecAuthorized I created cyberlinks.

Here is information from cyber_sdk

{'code': 0,
'codespace': '',
'data': None,
'gas_used': 92646,
'gas_wanted': 240000,
'height': 3790358,
'info': None,
'logs': [{'events': [{'attributes': [{'key': 'particleFrom',
'value': 'Qmb3SfpkvGT7QFtnwKY7Dp9xJUxSetKEr317wuXmeg7FxL'},
{'key': 'particleTo',
'value': 'Qme1hzVRr868iZ1q1DMA4gpEKoVuThjPbig2GiY7rESC1p'},
{'key': 'neuron',
'value': 'bostrom1h29u0h2y98rkhdrwsx0ejk5eq8wvslygexr7p8'}],
'type': 'cyberlink'},
{'attributes': [{'key': 'action',
'value': '/cosmos.authz.v1beta1.MsgExec'},
{'key': 'module', 'value': 'graph'},
{'key': 'sender',
'value': 'bostrom1h29u0h2y98rkhdrwsx0ejk5eq8wvslygexr7p8'}],
'type': 'message'}],
'events_by_type': {'cyberlink': {'neuron': ['bostrom1h29u0h2y98rkhdrwsx0ejk5eq8wvslygexr7p8'],
'particleFrom': ['Qmb3SfpkvGT7QFtnwKY7Dp9xJUxSetKEr317wuXmeg7FxL'],
'particleTo': ['Qme1hzVRr868iZ1q1DMA4gpEKoVuThjPbig2GiY7rESC1p']},
'message': {'action': ['/cosmos.authz.v1beta1.MsgExec'],
'module': ['graph'],
'sender': ['bostrom1h29u0h2y98rkhdrwsx0ejk5eq8wvslygexr7p8']}},
'log': '',
'msg_index': 0}],
'raw_log': '[{"events":[{"type":"cyberlink","attributes":[{"key":"particleFrom","value":"Qmb3SfpkvGT7QFtnwKY7Dp9xJUxSetKEr317wuXmeg7FxL"},{"key":"particleTo","value":"Qme1hzVRr868iZ1q1DMA4gpEKoVuThjPbig2GiY7rESC1p"},{"key":"neuron","value":"bostrom1h29u0h2y98rkhdrwsx0ejk5eq8wvslygexr7p8"}]},{"type":"message","attributes":[{"key":"action","value":"/cosmos.authz.v1beta1.MsgExec"},{"key":"module","value":"graph"},{"key":"sender","value":"bostrom1h29u0h2y98rkhdrwsx0ejk5eq8wvslygexr7p8"}]}]}]',
'timestamp': None,
'txhash': '1AE2E76392560EE25068AF72E73CEF75B1E17B930A650B43EC2BEA50BEA7804E'}

Here is the link on transaction:
https://cyb.ai/network/bostrom/tx/1AE2E76392560EE25068AF72E73CEF75B1E17B930A650B43EC2BEA50BEA7804E

But on cyb.ai information about particles from this cyberlink is missing.

https://cyb.ai/ipfs/Qme1hzVRr868iZ1q1DMA4gpEKoVuThjPbig2GiY7rESC1p/meta

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

No branches or pull requests

1 participant