slawomir-pryczek

Results 9 comments of slawomir-pryczek

Hey, created new pull based on Abaowu pull with minimal code... any chances to include it? https://github.com/web3p/web3.php/pull/299 If anyone wants to test: https://github.com/slawomir-pryczek/web3.php

Hey, just FYI, new ABI format is more complex than that so even using these patches (mine or Abaowu) won't make it fully AbiV2 compatible. And looking at abi encoder/decoder...

Hello, I created feature request for it in 2021 AFAIR. Will try to do it using recent geth and mev code. Will you include it?

So you say if the library im using is stripping 0-bytes from addresses it's not following the standard?

switch ($encoding) { case 'hex': if (strpos($input, '0x') === 0) { $input = str_replace('0x', '', $input); } This code gets triggered for address

Actually found your other comment, thanks

Hi Larry, thanks for the suggestion. Looks cool... found test suite for it at http://php-cache.readthedocs.io/en/latest/implementing-cache-pools/integration-tests/ So if someone would want to take this task or i'll have some free time...

Sorry you're right TCP_NODELAY is set properly and thanks for confirming. I was able to move with testing, so greatly appreciated. Will rename the bug to what i think it...

Thanks for the table, looks much better. Figured it out actually and that's very good info if anyone is experiencing issues with latency on windows. Found some people complaining about...