harrylee

Results 4 comments of harrylee

I looked at the source code and fixed it locally. dynameic arrary for utf8-string have a bug. https://github.com/web3j/web3j/blob/master/abi/src/main/java/org/web3j/abi/TypeEncoder.java#L346 fixed function. ``` private static String encodeArrayValuesOffsets(DynamicArray value) { StringBuilder result =...

@superang @taoyq1988 Has the project been implemented yet?I'd like to join in

这个问题你解决了吗?是不是要换低版本包,我可能也遇到同样问题了,json转proto报一样的错误

这个功能貌似不能用,我看了一下代码,以太坊中原由的watchThrowEvent机制都没有实现,可能要自己进行二次开发了