-
Notifications
You must be signed in to change notification settings - Fork 898
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
Besu can't interpret nonce as integer for preloaded contracts #7749
Comments
@cloudspores might fit with the genesis file parsing you're working on |
@cloudspores I think that problem is that the method There is another method JsonUtil.getValueAsString that seems to read the value without expecting a specific format. I think we can just use that one. |
Thanks Sally, I'll work on this today. |
@jflo Can you assign this to me? |
Signed-off-by: vaidikcode <vaidikbhardwaj00@gmail.com>
* fixes #7749 Signed-off-by: vaidikcode <vaidikbhardwaj00@gmail.com> * tests Signed-off-by: vaidikcode <vaidikbhardwaj00@gmail.com> * spotless format fix Signed-off-by: vaidikcode <vaidikbhardwaj00@gmail.com> --------- Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com> Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net>
* fixes hyperledger#7749 Signed-off-by: vaidikcode <vaidikbhardwaj00@gmail.com> * tests Signed-off-by: vaidikcode <vaidikbhardwaj00@gmail.com> * spotless format fix Signed-off-by: vaidikcode <vaidikbhardwaj00@gmail.com> --------- Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com> Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net> Signed-off-by: Marlene Marz <m.marz@kabelmail.de>
When I try to run besu with the following preloaded contract (kurtosis config)
I get the following error message:
Every other client able to interpret nonce as an integer, but for besu it needs to be set as
"nonce": "1"
. Thats why I assume its a bug on besu's side.The text was updated successfully, but these errors were encountered: