yeagerai / genlayer-simulator

MIT License
15 stars 8 forks source link

Refactor transaction id with transaction Hash #451

Closed cristiam86 closed 1 month ago

cristiam86 commented 2 months ago

The current transaction ID is a postgress auto-incremental ID that should be changed to the transaction HASH. This also affects the endpoint "get_transaction_by_id" which should be changed to "get_transaction_by_hash" In the frontend list, the ID can be changed to the transaction hash's last 4 or 6 characters.

denishacquin commented 1 month ago

A few questions come to mind:

cristiam86 commented 1 month ago
denishacquin commented 1 month ago

Opened a draft PR here: #479

Would you kindly have a look and let me know if that seems to be on the right track @cristiam86 ?

github-actions[bot] commented 1 month ago

:tada: This issue has been resolved in version 0.8.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: