apache / incubator-resilientdb-python-sdk

Python SDK for ResilientDB
https://resilientdb.com/
Apache License 2.0
4 stars 5 forks source link

Separate transactions with the same asset and amount generate the same hash #14

Closed glenn-chen closed 9 months ago

glenn-chen commented 10 months ago

Timestamp should be added as an input to the hash for creating transaction ids

royari commented 9 months ago

I think this is by design. So that duplicates of the same asset does not exist on the chain.

glenn-chen commented 9 months ago

You're right, this came up when users tried to add more of the same asset into circulation, but it seems that the amount of an asset does not ever change from what's specified in the first CREATE transaction. Closing the issue now.