Adds Signer behaviour. #87
Annotations
12 errors and 16 warnings
OTP 24.x / Elixir 1.11.4:
test/tt_eth/transactions/eip1559_transaction_test.exs#L56
test build/2 builds a signed transaction (TTEth.Transactions.EIP1559TransactionTest)
|
OTP 24.x / Elixir 1.11.4:
test/tt_eth/transactions/eip1559_transaction_test.exs#L63
test build/2 from address is correct when checking signature (TTEth.Transactions.EIP1559TransactionTest)
|
OTP 24.x / Elixir 1.11.4
Process completed with exit code 1.
|
OTP 24.x / Elixir 1.13.4:
test/tt_eth/transactions/eip1559_transaction_test.exs#L63
test build/2 from address is correct when checking signature (TTEth.Transactions.EIP1559TransactionTest)
|
OTP 24.x / Elixir 1.13.4:
test/tt_eth/transactions/eip1559_transaction_test.exs#L56
test build/2 builds a signed transaction (TTEth.Transactions.EIP1559TransactionTest)
|
OTP 24.x / Elixir 1.13.4
Process completed with exit code 2.
|
OTP 22.x / Elixir 1.13.4:
test/tt_eth/transactions/eip1559_transaction_test.exs#L63
test build/2 from address is correct when checking signature (TTEth.Transactions.EIP1559TransactionTest)
|
OTP 22.x / Elixir 1.13.4:
test/tt_eth/transactions/eip1559_transaction_test.exs#L56
test build/2 builds a signed transaction (TTEth.Transactions.EIP1559TransactionTest)
|
OTP 22.x / Elixir 1.13.4
Process completed with exit code 2.
|
OTP 22.x / Elixir 1.11.4:
test/tt_eth/transactions/eip1559_transaction_test.exs#L56
test build/2 builds a signed transaction (TTEth.Transactions.EIP1559TransactionTest)
|
OTP 22.x / Elixir 1.11.4:
test/tt_eth/transactions/eip1559_transaction_test.exs#L63
test build/2 from address is correct when checking signature (TTEth.Transactions.EIP1559TransactionTest)
|
OTP 22.x / Elixir 1.11.4
Process completed with exit code 1.
|
OTP 24.x / Elixir 1.11.4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
OTP 24.x / Elixir 1.11.4:
lib/tt_eth/transactions/eip1559_transaction.ex#L7
unused alias Secp256k1
|
OTP 24.x / Elixir 1.13.4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
OTP 24.x / Elixir 1.11.4:
lib/tt_eth/secp256k1.ex#L1
@behaviour TTEth.Behaviours.Signer does not exist (in module TTEth.Secp256k1)
|
OTP 24.x / Elixir 1.13.4:
lib/tt_eth/transactions/eip1559_transaction.ex#L7
unused alias Secp256k1
|
OTP 24.x / Elixir 1.11.4:
lib/tt_eth/secp256k1.ex#L9
got "@impl TTEth.Behaviours.Signer" for function sign_transaction/2 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
OTP 24.x / Elixir 1.13.4:
lib/tt_eth/secp256k1.ex#L1
@behaviour TTEth.Behaviours.Signer does not exist (in module TTEth.Secp256k1)
|
OTP 24.x / Elixir 1.13.4:
lib/tt_eth/secp256k1.ex#L9
got "@impl TTEth.Behaviours.Signer" for function sign_transaction/2 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
OTP 22.x / Elixir 1.13.4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
OTP 22.x / Elixir 1.13.4:
lib/tt_eth/transactions/eip1559_transaction.ex#L7
unused alias Secp256k1
|
OTP 22.x / Elixir 1.13.4:
lib/tt_eth/secp256k1.ex#L1
@behaviour TTEth.Behaviours.Signer does not exist (in module TTEth.Secp256k1)
|
OTP 22.x / Elixir 1.13.4:
lib/tt_eth/secp256k1.ex#L9
got "@impl TTEth.Behaviours.Signer" for function sign_transaction/2 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
OTP 22.x / Elixir 1.11.4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
OTP 22.x / Elixir 1.11.4:
lib/tt_eth/transactions/eip1559_transaction.ex#L7
unused alias Secp256k1
|
OTP 22.x / Elixir 1.11.4:
lib/tt_eth/secp256k1.ex#L1
@behaviour TTEth.Behaviours.Signer does not exist (in module TTEth.Secp256k1)
|
OTP 22.x / Elixir 1.11.4:
lib/tt_eth/secp256k1.ex#L9
got "@impl TTEth.Behaviours.Signer" for function sign_transaction/2 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|