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
If user imports policy as new version, messages are being written in wrong place.
Step to reproduce
Steps to reproduce the behavior:
Import policy, publish it.
Copy topicId, copy messageId
a) 3a. post request to the URL /policies/import/message?versionOfTopicId={{topicId}},
with body
{
"messageId": "{{messageId}}"
}
b)OR post request to the URL /policies/import/file?versionOfTopicId={{topicId}}
with file of the policy in the body
Expected behavior
Messages aren't written in the user topic https://explore.lworks.io/testnet/topics/userTopic (you can get it from the SR did - the last part of it did:hedera:testnet:8cZUMzT8R2MoC8MnpJo8FL7BSaa7AYfpZNZwzw1MuqUk_0.0.15324719
They should be written in the different place
Actual behavior
Message are written in the user topic
The text was updated successfully, but these errors were encountered:
Problem description
If user imports policy as new version, messages are being written in wrong place.
Step to reproduce
Steps to reproduce the behavior:
with body
{
"messageId": "{{messageId}}"
}
with file of the policy in the body
Expected behavior
Messages aren't written in the user topic https://explore.lworks.io/testnet/topics/userTopic (you can get it from the SR did - the last part of it did:hedera:testnet:8cZUMzT8R2MoC8MnpJo8FL7BSaa7AYfpZNZwzw1MuqUk_0.0.15324719
They should be written in the different place
Actual behavior
Message are written in the user topic
The text was updated successfully, but these errors were encountered: