add github actions #1
Annotations
30 errors and 9 warnings
ci (1.15, 26, lint):
test/ethereumex/http_client_test.exs#L645
test HttpClient.batch_request/1 sends batch request (Ethereumex.HttpClientTest)
|
ci (1.15, 26, lint):
test/ethereumex/http_client_test.exs#L185
test HttpClient.eth_get_transaction_count/3 returns number of transactions sent from an address. (Ethereumex.HttpClientTest)
|
ci (1.15, 26, lint):
test/ethereumex/http_client_test.exs#L299
test HttpClient.eth_get_transaction_by_hash/2 returns the information about a transaction by its hash (Ethereumex.HttpClientTest)
|
ci (1.15, 26, lint):
test/ethereumex/http_client_test.exs#L55
test HttpClient.eth_protocol_version/0 returns true (Ethereumex.HttpClientTest)
|
ci (1.15, 26, lint):
test/ethereumex/http_client_test.exs#L91
test HttpClient.eth_mining/1 checks mining status (Ethereumex.HttpClientTest)
|
ci (1.15, 26, lint):
test/ethereumex/http_client_test.exs#L376
test HttpClient.eth_new_filter/2 creates a filter object (Ethereumex.HttpClientTest)
|
ci (1.15, 26, lint):
test/ethereumex/http_client_test.exs#L408
test HttpClient.eth_new_pending_transaction_filter/1 creates new pending transaction filter (Ethereumex.HttpClientTest)
|
ci (1.15, 26, lint):
test/ethereumex/http_client_test.exs#L417
test HttpClient.eth_uninstall_filter/2 uninstalls a filter with given id (Ethereumex.HttpClientTest)
|
ci (1.15, 26, lint):
test/ethereumex/http_client_test.exs#L290
test HttpClient.eth_get_block_by_number/3 returns information about a block by number (Ethereumex.HttpClientTest)
|
ci (1.15, 26, lint):
test/ethereumex/http_client_test.exs#L194
test HttpClient.eth_get_block_transaction_count_by_hash/2 number of transactions in a block from a block matching the given block hash (Ethereumex.HttpClientTest)
|
ci (1.14, 24.3, lint):
test/ethereumex/http_client_test.exs#L254
test HttpClient.eth_estimate_gas/3 estimates gas (Ethereumex.HttpClientTest)
|
ci (1.14, 24.3, lint):
test/ethereumex/http_client_test.exs#L64
test HttpClient.eth_syncing/1 checks sync status (Ethereumex.HttpClientTest)
|
ci (1.14, 24.3, lint):
test/ethereumex/http_client_test.exs#L444
test HttpClient.eth_get_logs/2 returns an array of all logs matching a given filter object (Ethereumex.HttpClientTest)
|
ci (1.14, 24.3, lint):
test/ethereumex/http_client_test.exs#L206
test HttpClient.eth_get_block_transaction_count_by_number/2 returns number of transactions in a block from a block matching the given block number (Ethereumex.HttpClientTest)
|
ci (1.14, 24.3, lint):
test/ethereumex/http_client_test.exs#L345
test HttpClient.eth_get_uncle_by_block_hash_and_index/3 returns information about a uncle of a block by hash and uncle index position (Ethereumex.HttpClientTest)
|
ci (1.14, 24.3, lint):
test/ethereumex/http_client_test.exs#L376
test HttpClient.eth_new_filter/2 creates a filter object (Ethereumex.HttpClientTest)
|
ci (1.14, 24.3, lint):
test/ethereumex/http_client_test.exs#L324
test HttpClient.eth_get_transaction_by_block_number_and_index/3 returns the information about a transaction by block number and index (Ethereumex.HttpClientTest)
|
ci (1.14, 24.3, lint):
test/ethereumex/http_client_test.exs#L236
test HttpClient.eth_get_code/3 returns code at a given address (Ethereumex.HttpClientTest)
|
ci (1.14, 24.3, lint):
test/ethereumex/http_client_test.exs#L145
test HttpClient.eth_accounts/1 returns addresses owned by client (Ethereumex.HttpClientTest)
|
ci (1.14, 24.3, lint):
test/ethereumex/http_client_test.exs#L408
test HttpClient.eth_new_pending_transaction_filter/1 creates new pending transaction filter (Ethereumex.HttpClientTest)
|
ci (1.14, 25, lint):
test/ethereumex/http_client_test.exs#L100
test HttpClient.eth_hashrate/1 returns hashrate (Ethereumex.HttpClientTest)
|
ci (1.14, 25, lint):
test/ethereumex/http_client_test.exs#L277
test HttpClient.eth_get_block_by_hash/3 returns information about a block by hash (Ethereumex.HttpClientTest)
|
ci (1.14, 25, lint):
test/ethereumex/http_client_test.exs#L64
test HttpClient.eth_syncing/1 checks sync status (Ethereumex.HttpClientTest)
|
ci (1.14, 25, lint):
test/ethereumex/http_client_test.exs#L324
test HttpClient.eth_get_transaction_by_block_number_and_index/3 returns the information about a transaction by block number and index (Ethereumex.HttpClientTest)
|
ci (1.14, 25, lint):
test/ethereumex/http_client_test.exs#L145
test HttpClient.eth_accounts/1 returns addresses owned by client (Ethereumex.HttpClientTest)
|
ci (1.14, 25, lint):
test/ethereumex/http_client_test.exs#L358
test HttpClient.eth_get_uncle_by_block_number_and_index/3 returns information about a uncle of a block by number and uncle index position (Ethereumex.HttpClientTest)
|
ci (1.14, 25, lint):
test/ethereumex/http_client_test.exs#L163
test HttpClient.eth_get_balance/3 returns balance of given account (Ethereumex.HttpClientTest)
|
ci (1.14, 25, lint):
test/ethereumex/http_client_test.exs#L645
test HttpClient.batch_request/1 sends batch request (Ethereumex.HttpClientTest)
|
ci (1.14, 25, lint):
test/ethereumex/http_client_test.exs#L215
test HttpClient.eth_get_uncle_count_by_block_hash/2 the number of uncles in a block from a block matching the given block hash (Ethereumex.HttpClientTest)
|
ci (1.14, 25, lint):
test/ethereumex/http_client_test.exs#L136
test HttpClient.eth_blob_base_fee/1 returns the blob base fee of the latest block (Ethereumex.HttpClientTest)
|
ci (1.14, 24.3, lint)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
ci (1.15, 26, lint)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
ci (1.14, 25, lint)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
ci (1.15, 26, lint)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ci (1.15, 26, lint)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
ci (1.15, 26, lint)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
ci (1.15, 26, lint)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
ci (1.14, 24.3, lint)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ci (1.14, 25, lint)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|