Merge pull request #234 from blacksmith-capital/lock-tai #393
Annotations
20 warnings
OTP 25.x / Elixir 1.15.x
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|
OTP 25.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
|
OTP 25.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
|
OTP 25.x / Elixir 1.15.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
OTP 25.x / Elixir 1.15.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
OTP 25.x / Elixir 1.15.x
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
OTP 25.x / Elixir 1.15.x
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
|
OTP 25.x / Elixir 1.15.x
ExBinance.Spot.Public.TickerPrices.all_prices/0 is deprecated. Use ExBinance.Spot.Public.ticker_prices/0 instead.
|
OTP 25.x / Elixir 1.15.x
ExBinance.Spot.Private.CreateOrder.create_order/7 is deprecated. Use ExBinance.Rest.CreateOrder.create_order/2 instead.
|
OTP 25.x / Elixir 1.15.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
OTP 25.x / Elixir 1.15.x
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|
OTP 25.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
|
OTP 25.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
|
OTP 25.x / Elixir 1.15.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
OTP 25.x / Elixir 1.15.x
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
OTP 25.x / Elixir 1.15.x
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
OTP 25.x / Elixir 1.15.x
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
|
OTP 25.x / Elixir 1.15.x
ExBinance.Spot.Public.TickerPrices.all_prices/0 is deprecated. Use ExBinance.Spot.Public.ticker_prices/0 instead.
|
OTP 25.x / Elixir 1.15.x
ExBinance.Spot.Private.CreateOrder.create_order/7 is deprecated. Use ExBinance.Rest.CreateOrder.create_order/2 instead.
|
OTP 25.x / Elixir 1.15.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|