We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the quest unordered-key-set 1st task is to create a Struct with the following properties:
uint id uint32 size uint32 strength
But the Crates1.test.js data expects to set size property with a value which is bigger than uint32. As a result, you can't pass these tests.
uint32
So I see 2 options to fix this:
size
Please, advice what option is better for you. I'll be happy to prepare a PR :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the quest unordered-key-set 1st task is to create a Struct with the following properties:
But the Crates1.test.js data expects to set size property with a value which is bigger than
uint32
. As a result, you can't pass these tests.So I see 2 options to fix this:
size
property up to uint256OR
Please, advice what option is better for you. I'll be happy to prepare a PR :)
The text was updated successfully, but these errors were encountered: