-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fixed the transfer of RBT tokens between DIDs that are present on the same node #207
Fixed the transfer of RBT tokens between DIDs that are present on the same node #207
Conversation
…e node by adding a validation rule to check for receiver's DID in DIDTable following the DIDPeerTable check
Covered the scenario where either the Sender or Receiver is present on a Quorum node. Briefly, the fix includes adding a condition inside Tests have been written to cover these scenarios:
|
bdd3e3e
to
9739751
Compare
…atform into arnab/fix-transfer-between-self-dids
…eHash API by passing an empty struct
…atform into arnab/fix-transfer-between-self-dids
The Python tests for this PR has been run on a local MacOS system, and all tests pass successfully. Hence, the error MacOS Git workflow is associated with some Github VM issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes #206 and follows the suggestion mentioned in the issue.
A test case has been added which covers the transfer of RBT between DIDs present on the same server