-
Notifications
You must be signed in to change notification settings - Fork 45
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
data encoding fails for specific type lengths #13
Comments
The issue is that The sizeof operator for string literals counts the terminating |
@TbLtzk This fix worked! Before I cannot send data to the contract, now it works! |
It works with uint, but it still not works with string and address. |
This issue does not apply to |
@phoax Do you still have the smart contract and the ESP program and would you please only post the relevant source code lines of the smart contract function and the ESP32 program here? |
while data encoding works fine for
uint
, it fails foruint256
The correct functionality is already there. It does just not trigger. Ill come up with a fix for this...
The text was updated successfully, but these errors were encountered: