web3p / web3.php

A php interface for interacting with the Ethereum blockchain and ecosystem. Native ABI parsing and smart contract interactions.
MIT License
1.15k stars 540 forks source link

Fix: Make Utils::toHex compatible with floats #309

Open hhun opened 1 year ago

hhun commented 1 year ago

修复:使 Utils::toHex 兼容 浮点数 Fix: Make Utils::toHex compatible with floats

hhun commented 1 year ago
Utils::toHex('0.01');

Call to a member function toHex() on array

hhun commented 8 months ago

@sc0Vu

Please merge this file

\Web3\Utils::hexToBin(\Web3\Utils::toHex('100'))
\Web3\Utils::hexToBin(\Web3\Utils::toHex('0.1'))