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 reading Scilla maps with ByStr20 keys #1474

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

JamesHinshelwood
Copy link
Contributor

Previously, the scilla_read precompile would use the EIP-55 checksummed address to look up Scilla values. However, we store Scilla values without a checksum (in lowercase), so this lookup always failed.

Previously, the scilla_read precompile would use the EIP-55
checksummed address to look up Scilla values. However, we store
Scilla values without a checksum (in lowercase), so this lookup
always failed.
@JamesHinshelwood JamesHinshelwood added this pull request to the merge queue Sep 19, 2024
Merged via the queue into main with commit 14f6bbc Sep 19, 2024
4 checks passed
@JamesHinshelwood JamesHinshelwood deleted the scilla-call-addr branch September 19, 2024 14:55
86667 pushed a commit that referenced this pull request Sep 23, 2024
Previously, the scilla_read precompile would use the EIP-55
checksummed address to look up Scilla values. However, we store
Scilla values without a checksum (in lowercase), so this lookup
always failed.
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