SamYan

Results 29 comments of SamYan

I think persists any error. ```php $address = '0x024e684F696F92C8464F64816cC581F3a8112c28'; $amount = '0x382324a66bc3c30000'; $contractAddress = '0x779a7625d405DE55fcAC1b34d186aF60d92E3Cb0'; $data = '0xa9059cbb0000000000000000000000005284c8ccf566ee3552771ed9d4bd214c95e63d6e0000000000000000000000000000000000000000000000382324a66bc3c30000'; $params = [ 'nonce' => '0x80', 'from' => $address, 'to' => $contractAddress,...

Something like this. ```php $transaction = new Transaction([ 'nonce' => sprintf('0x%s', $nonce->toHex()), 'from' => $sourceAddress, 'to' => $destAddress, 'gas' => sprintf('0x%s', $estimateGasPrice->toHex()), 'gasPrice' => sprintf('0x%s', $gasPrice->toHex()), 'value' => sprintf('0x%s', $spendAmount->toHex()),...

Hi, Try in this way. ```php list($bnq, $bnr) = Utils::fromWei($amount, $unit); echo $bnq->toString() . '.' . str_pad($bnr->toString(), 18, '0', STR_PAD_LEFT); ```

> That is close to what I did as a work-around If the issue was resolved, then close it please.

> @dawidmierzwa95 > > Maybe there are any alternatives? Use composer instead.

> @samyan > > > Use composer instead. > > What u mean? Which command? Thanks. > > @sc0Vu > > > I'm not sure what happened. Docker should work...

> > > @samyan > > > > Use composer instead. > > > > > > > > > What u mean? Which command? Thanks. > > > @sc0Vu...

The problem still exists in version 4.11.2. Bypass or temporal fix is **useFindDOMNode={true}**

We are in 2023 and still the same. It hinders me to see other debugs that are important to me. It should have some option to disable, otherwise that's horror.

Dev team sleeping. For now only way is disable the extinsion when you need clear console.