Peter Lai

Results 244 comments of Peter Lai

Hi @RobertsG Due to `bytes` is dynamic type in solidity, I add another class to process that type. You can check this: https://github.com/sc0Vu/web3.php/blob/master/src/Contracts/Types/DynamicBytes.php So I remove that "?" in `preg_match`....

@RobertsG Thanks for your reply, I find the issue finally. It happened when `(mb_strlen($value) / 2)` was a friction in `DynamicBytes.php`. Please see this pr: https://github.com/sc0Vu/web3.php/pull/138 `bytes` should be dynamic...

@periurium did you require the `vendor/autoload.php` file in your file?

The duration parameter of personal_unlockAccount api in parity and geth is integer, the document: * geth https://github.com/ethereum/go-ethereum/wiki/Management-APIs#personal_unlockaccount * parity https://wiki.parity.io/JSONRPC-personal-module.html#personal_unlockaccount What parity version did you use?

Interesting, what kind of token, ERC721?

I got the same issue here. Want to formalize the log in console. After trace zap code, I was thinking how to replace the jsonEncoder to another. @SteelPhase did your...

Cool! Seems zap only support json and I want the data looks like `key=value`. So I forked zap and updated to this: ``` DEBUG config/logger.go:82 Got response: getblockpeak [139.315401ms] server=us1.prenet.diode.io:41046...

I can build with php 7.4.0 but not php 8.0.0. The error message shown: ```BASH wasmer-php/src/wasm.cc:718:10: error: no member named 'no_separation' in '_zend_fcall_info' fci->no_separation = 0; ~~~ ^ wasmer-php/src/wasm.cc:859:35: error:...