jjy

Results 15 comments of jjy

Hi, I can't install `digest-sha3` gem on truffleruby(1.0.0-rc2), seems it use `ruby/digest.h` which truffleruby not supported yet. I don't know too much about C-extension, Maybe you can check this gem...

Can you paste your script and error log?

Seems LightIO crashed because it can't detect a usable NIO backend([this line]( https://github.com/socketry/lightio/blob/master/lib/lightio/core/backend/nio.rb#L64)), I thought use nil argument should let NIO automatic find a usable backend(or maybe it's another windows...

Hi, sorry for responding such late. `Beam#join must be called inside another beam.`

Can you update this PR?

Can you provide a binary format of transaction that send to the testnet? The exit code 50 means the transaction triggered some fatal error of the VM. If you add...

Can you provide the return data of the transaction(you can run it on ganache)? The returned data of transaction is stored in a buffer, I suspect the error is caused...

This PR should be retarget to next script upgrade. Related PR https://github.com/godwokenrises/godwoken-scripts/pull/126

Hi, this commit has not been deployed on testnet and mainnet https://github.com/godwokenrises/godwoken/commit/09f6d583bba9e2a646bf4418816594fccaa50aee , how can you make sure is this commit introduced the error? Can you provide the error response...