Closed Alexey1100 closed 4 years ago
Ethereum::Formatter.new.to_wei(1)
=> 1000000000000000000
2.6.x:
...lib/ethereum/formatter.rb:76: warning: BigDecimal.new is deprecated; use BigDecimal() method instead. => 1000000000000000000
2.7.x:
=> nil
Ruby version: 2.6.x, 2.7.x
Details: https://github.com/ruby/ruby/blob/v2_6_0/NEWS#stdlib-updates-outstanding-ones-only
@Alexey1100 thanks!
Steps to reproduce
Expected behavior
Actual behavior
2.6.x:
2.7.x:
System configuration
Ruby version: 2.6.x, 2.7.x
Details: https://github.com/ruby/ruby/blob/v2_6_0/NEWS#stdlib-updates-outstanding-ones-only