Replies: 2 comments
-
紧急问题描述合约代码: function setList(string[] memory n) public returns (string[] memory) {
return n;
} ![]() ABI编解码错误:在使用中文等UTF8字符串作为字符串数组入参编码时,会出现偏移量计算错误,导致合约调用回滚。 问题原因在计算array offset的时候,计算的是string字符长度,计算string的bytes长度。参考PR:#832 |
Beta Was this translation helpful? Give feedback.
0 replies
-
问题描述用户在从Java SDK3.0.0~3.1.0版本升级到3.2.0以上版本时,可能会遇到编译失败的问题。失败的原因是 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
本讨论意在记录FISCO BCOS Java-SDK已经遇到的问题,按照紧急程度分类,大家可以自由补充。
Beta Was this translation helpful? Give feedback.
All reactions