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

fix: make txhash in env uppercase #1688

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

blake-regalia
Copy link
Contributor

Transaction hashes are represented in the event logs as uppercase hexadecimal strings. To keep this consistent so that clients can expect all transaction hashes to be in the same format, the hash provided to contracts in the env struct should also be uppercase.

Transaction hashes are represented in the event logs as uppercase hexadecimal strings. To keep this consistent so that clients can expect all transaction hashes to be in the same format, the hash provided to contracts in the `env` struct should also be uppercase.
@iKapitonau iKapitonau changed the base branch from master to v1.15.0-beta.0 November 29, 2024 10:13
@iKapitonau iKapitonau changed the base branch from v1.15.0-beta.0 to master November 29, 2024 10:21
@iKapitonau iKapitonau merged commit 96e5743 into scrtlabs:master Nov 29, 2024
1 check was pending
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.

2 participants