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

Incorrect bytes32 parsing as address #330

Open
Romsters opened this issue Nov 25, 2024 · 0 comments
Open

Incorrect bytes32 parsing as address #330

Romsters opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Romsters
Copy link
Collaborator

Romsters commented Nov 25, 2024

🐛 Bug Report

📝 Description

Write contract interface parses bytes32 as address.

Screenshot 2024-07-23 at 20 45 14 (1)

🔄 Reproduction Steps

In a bytes32 field enter some valid bytes32 but an invalid address value, validation error will be shown.

🤔 Expected Behavior

Bytes32 fields should accept any valid bytes32 value.

😯 Current Behavior

Bytes32 fields only accept valid address value.

@Romsters Romsters added the bug Something isn't working label Nov 25, 2024
@tx-nikola tx-nikola self-assigned this Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants