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

chore: remove tx hashes handling on int contract calls #1099

Merged
merged 2 commits into from Jan 3, 2023
Merged

Conversation

sborrazas
Copy link
Contributor

@sborrazas sborrazas commented Dec 26, 2022

No description provided.

@sborrazas sborrazas self-assigned this Dec 26, 2022
Removing the tx_hash handling of events, since it's always going to be the
tx hash of the ContractCall transaction.
@sborrazas sborrazas changed the title feat: add tx hashes to int contract calls chore: remove tx hashes handling on int contract calls Dec 27, 2022
Copy link
Collaborator

@thepiwo thepiwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whats the reason to remove it, isn't this a breaking change?

@sborrazas
Copy link
Contributor Author

whats the reason to remove it, isn't this a breaking change?

this isn't a breaking change, it's more of a removal of a tx_hash that was being handled internally throughout contract call events which is always the same tx_hash as the actual contract call. this was very confusing, so on this PR I removed the tx_hash altogether. but this is only done internally, there's no change in the endpoints

@sborrazas sborrazas merged commit 706b785 into master Jan 3, 2023
@sborrazas sborrazas deleted the int-tx-hash branch January 3, 2023 10:05
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

Successfully merging this pull request may close these issues.

None yet

3 participants