Merges the wallet protocol and behaviour into behaviour. #117
Annotations
9 warnings
OTP 24.x / Elixir 1.11.4:
test/tt_eth/type/signature_test.exs#L16
TTEth.Type.Signature.sign/2 is deprecated. Use Wallet.personal_sign/2 instead.
|
OTP 24.x / Elixir 1.13.4:
test/tt_eth/type/signature_test.exs#L16
TTEth.Type.Signature.sign/2 is deprecated. Use Wallet.personal_sign/2 instead.
|
OTP 22.x / Elixir 1.11.4:
test/tt_eth/type/signature_test.exs#L16
TTEth.Type.Signature.sign/2 is deprecated. Use Wallet.personal_sign/2 instead.
|
OTP 25.x / Elixir 1.13.4:
test/tt_eth/type/signature_test.exs#L16
TTEth.Type.Signature.sign/2 is deprecated. Use Wallet.personal_sign/2 instead.
|
OTP 22.x / Elixir 1.13.4:
test/tt_eth/type/signature_test.exs#L16
TTEth.Type.Signature.sign/2 is deprecated. Use Wallet.personal_sign/2 instead.
|
OTP 25.x / Elixir 1.14.5
use Bitwise is deprecated. import Bitwise instead
|
OTP 25.x / Elixir 1.14.5
use Bitwise is deprecated. import Bitwise instead
|
OTP 25.x / Elixir 1.14.5:
lib/tt_eth/bit_helper.ex#L9
use Bitwise is deprecated. import Bitwise instead
|
OTP 25.x / Elixir 1.14.5:
test/tt_eth/type/signature_test.exs#L16
TTEth.Type.Signature.sign/2 is deprecated. Use Wallet.personal_sign/2 instead.
|