add github actions #1
Annotations
10 errors and 2 warnings
Run mix test:
test/ethereumex/http_client_test.exs#L254
test HttpClient.eth_estimate_gas/3 estimates gas (Ethereumex.HttpClientTest)
|
Run mix test:
test/ethereumex/http_client_test.exs#L64
test HttpClient.eth_syncing/1 checks sync status (Ethereumex.HttpClientTest)
|
Run mix test:
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)
|
Run mix test:
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)
|
Run mix test:
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)
|
Run mix test:
test/ethereumex/http_client_test.exs#L376
test HttpClient.eth_new_filter/2 creates a filter object (Ethereumex.HttpClientTest)
|
Run mix test:
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)
|
Run mix test:
test/ethereumex/http_client_test.exs#L236
test HttpClient.eth_get_code/3 returns code at a given address (Ethereumex.HttpClientTest)
|
Run mix test:
test/ethereumex/http_client_test.exs#L145
test HttpClient.eth_accounts/1 returns addresses owned by client (Ethereumex.HttpClientTest)
|
Run mix test:
test/ethereumex/http_client_test.exs#L408
test HttpClient.eth_new_pending_transaction_filter/1 creates new pending transaction filter (Ethereumex.HttpClientTest)
|
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading