web3p / web3.php

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

Remove support for int and float in toWei #136

Closed sc0Vu closed 5 years ago

sc0Vu commented 5 years ago

Remove support for int and float in toWei

See #94

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@9dd5056). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #136   +/-   ##
=========================================
  Coverage          ?   89.32%           
  Complexity        ?      666           
=========================================
  Files             ?       47           
  Lines             ?     1461           
  Branches          ?        0           
=========================================
  Hits              ?     1305           
  Misses            ?      156           
  Partials          ?        0
Impacted Files Coverage Δ Complexity Δ
src/Utils.php 94.87% <100%> (ø) 88 <0> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9dd5056...734dbeb. Read the comment docs.