Skip to content

Merge pull request #34 from aurora-is-near/sync-12-10 #61

Merge pull request #34 from aurora-is-near/sync-12-10

Merge pull request #34 from aurora-is-near/sync-12-10 #61

Triggered via push October 13, 2023 10:55
Status Failure
Total duration 13m 26s
Artifacts

config.yml

on: push
Build and Cache deps
5m 55s
Build and Cache deps
Credo
38s
Credo
Code formatting checks
15s
Code formatting checks
Dialyzer static analysis
7m 9s
Dialyzer static analysis
Missing translation keys check
56s
Missing translation keys check
Sobelow security analysis
29s
Sobelow security analysis
Check spelling
35s
Check spelling
ESLint
1m 7s
ESLint
JS Tests
59s
JS Tests
EthereumJSONRPC Tests
1m 15s
EthereumJSONRPC Tests
Explorer Tests
5m 21s
Explorer Tests
Indexer Tests
2m 29s
Indexer Tests
Blockscout Web Tests
6m 59s
Blockscout Web Tests
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 170 warnings
Code formatting checks
Process completed with exit code 1.
Check spelling
4 spelling issues found in 1 of the 128 files checked.
EthereumJSONRPC Tests
doctest EthereumJSONRPC.Receipt.elixir_to_params/1 (1) (EthereumJSONRPC.ReceiptTest)
EthereumJSONRPC Tests
doctest EthereumJSONRPC.Receipt.elixir_to_params/1 (2) (EthereumJSONRPC.ReceiptTest)
EthereumJSONRPC Tests
test fetch/2 with receipts and logs (EthereumJSONRPC.ReceiptsTest)
EthereumJSONRPC Tests
doctest EthereumJSONRPC.Receipts.elixir_to_params/1 (2) (EthereumJSONRPC.ReceiptsTest)
EthereumJSONRPC Tests
test fetch/2 with errors return all errors (EthereumJSONRPC.ReceiptsTest)
EthereumJSONRPC Tests
test fetch_transaction_receipts/2 with valid transaction hash (EthereumJSONRPCTest)
EthereumJSONRPC Tests
Process completed with exit code 2.
Indexer Tests
test Indexer.Block.Fetcher.fetch_and_import_range/1 in range with internal transactions (Indexer.Block.Realtime.FetcherTest)
Indexer Tests
test Indexer.Block.Fetcher.fetch_and_import_range/1 in range with internal transactions and manual reward fetching (Indexer.Block.Realtime.FetcherTest)
Indexer Tests
test import_range/2 can import range with all synchronous imported schemas (Indexer.Block.FetcherTest)
Indexer Tests
test import_range/2 correctly imports blocks with multiple uncle rewards for the same address (Indexer.Block.FetcherTest)
Indexer Tests
test task/1 failed blocks handles correctly (Indexer.Block.Catchup.FetcherTest)
Indexer Tests
test task/1 async fetches beneficiaries when individual responses error out (Indexer.Block.Catchup.FetcherTest)
Indexer Tests
test task/1 async fetches beneficiaries when entire call errors out (Indexer.Block.Catchup.FetcherTest)
Indexer Tests
test task/1 ignores fetched beneficiaries with different hash for same number (Indexer.Block.Catchup.FetcherTest)
Indexer Tests
Process completed with exit code 2.
Blockscout Web Tests
test GET index/3 successfully renders the page when the address is a contract (BlockScoutWeb.AddressContractControllerTest)
Blockscout Web Tests
test GET index/3 returns not found when the address isn't a contract (BlockScoutWeb.AddressContractControllerTest)
Blockscout Web Tests
test GET index/3 returns not found given an invalid address hash (BlockScoutWeb.AddressContractControllerTest)
Blockscout Web Tests
test GET index/3 returns not found for nonexistent address (BlockScoutWeb.AddressContractControllerTest)
Blockscout Web Tests
test GET index/3 includes USD exchange rate value for address in assigns (BlockScoutWeb.AddressInternalTransactionControllerTest)
Blockscout Web Tests
test GET index/3 with valid address hash without address (BlockScoutWeb.AddressInternalTransactionControllerTest)
Blockscout Web Tests
test GET index/3 with invalid address hash (BlockScoutWeb.AddressInternalTransactionControllerTest)
Blockscout Web Tests
test GET index/3 successfully renders the page (BlockScoutWeb.Tokens.HolderControllerTest)
Blockscout Web Tests
test GET index/3 with a token that doesn't exist (BlockScoutWeb.Tokens.HolderControllerTest)
Blockscout Web Tests
test GET index/3 with invalid address hash (BlockScoutWeb.Tokens.HolderControllerTest)
Build and Cache deps
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Cache deps: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Build and Cache deps: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Build and Cache deps: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Build and Cache deps: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Build and Cache deps: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Build and Cache deps: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Build and Cache deps: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Build and Cache deps: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Build and Cache deps: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Build and Cache deps: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Build and Cache deps: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Build and Cache deps: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Build and Cache deps: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Build and Cache deps: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Build and Cache deps: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Build and Cache deps: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Code formatting checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Code formatting checks: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Code formatting checks: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Code formatting checks: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Code formatting checks: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Code formatting checks: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Code formatting checks: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Code formatting checks: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Code formatting checks: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Code formatting checks: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Sobelow security analysis
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Sobelow security analysis: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Sobelow security analysis: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Sobelow security analysis: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Sobelow security analysis: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Sobelow security analysis: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Sobelow security analysis: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Sobelow security analysis: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Sobelow security analysis: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Sobelow security analysis: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Sobelow security analysis: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Sobelow security analysis: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Sobelow security analysis: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Check spelling
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check spelling: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Check spelling: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Check spelling: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Check spelling: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Check spelling: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Check spelling: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Credo
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Credo: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Credo: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Credo: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Credo: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Credo: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Credo: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Credo: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Credo: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Credo: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Missing translation keys check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Missing translation keys check: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Missing translation keys check: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Missing translation keys check: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Missing translation keys check: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Missing translation keys check: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Missing translation keys check: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Missing translation keys check: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Missing translation keys check: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Missing translation keys check: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Missing translation keys check
variable "main_nets" is unused (if the variable is not meant to be used, prefix it with an underscore)
Missing translation keys check
variable "other_nets" is unused (if the variable is not meant to be used, prefix it with an underscore)
Missing translation keys check
variable "test_nets" is unused (if the variable is not meant to be used, prefix it with an underscore)
JS Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
JS Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
JS Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
JS Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
JS Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
JS Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
JS Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
ESLint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ESLint: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
ESLint: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
ESLint: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
ESLint: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
ESLint: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
ESLint: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
EthereumJSONRPC Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
EthereumJSONRPC Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
EthereumJSONRPC Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
EthereumJSONRPC Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
EthereumJSONRPC Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
EthereumJSONRPC Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
EthereumJSONRPC Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
EthereumJSONRPC Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
EthereumJSONRPC Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
EthereumJSONRPC Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
EthereumJSONRPC Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
EthereumJSONRPC Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
EthereumJSONRPC Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
EthereumJSONRPC Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Indexer Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Indexer Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Indexer Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Indexer Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Indexer Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Indexer Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Indexer Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Indexer Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Indexer Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Indexer Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Indexer Tests
variable "main_nets" is unused (if the variable is not meant to be used, prefix it with an underscore)
Indexer Tests
variable "other_nets" is unused (if the variable is not meant to be used, prefix it with an underscore)
Indexer Tests
variable "test_nets" is unused (if the variable is not meant to be used, prefix it with an underscore)
Indexer Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Indexer Tests: apps/indexer/config/runtime/test.exs#L1
unused import Config
Indexer Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Indexer Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Explorer Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Explorer Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Explorer Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Explorer Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Explorer Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Explorer Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Explorer Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Explorer Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Explorer Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Explorer Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Explorer Tests
variable "main_nets" is unused (if the variable is not meant to be used, prefix it with an underscore)
Explorer Tests
variable "other_nets" is unused (if the variable is not meant to be used, prefix it with an underscore)
Explorer Tests
variable "test_nets" is unused (if the variable is not meant to be used, prefix it with an underscore)
Explorer Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Explorer Tests: apps/indexer/config/runtime/test.exs#L1
unused import Config
Explorer Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Explorer Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Blockscout Web Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Blockscout Web Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Blockscout Web Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Blockscout Web Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Blockscout Web Tests
variable "main_nets" is unused (if the variable is not meant to be used, prefix it with an underscore)
Blockscout Web Tests
variable "other_nets" is unused (if the variable is not meant to be used, prefix it with an underscore)
Blockscout Web Tests
variable "test_nets" is unused (if the variable is not meant to be used, prefix it with an underscore)
Blockscout Web Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Blockscout Web Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Blockscout Web Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Blockscout Web Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Blockscout Web Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Blockscout Web Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Blockscout Web Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Blockscout Web Tests: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Blockscout Web Tests: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Dialyzer static analysis
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Dialyzer static analysis: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Dialyzer static analysis: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Dialyzer static analysis: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Dialyzer static analysis: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Dialyzer static analysis: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Dialyzer static analysis: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Dialyzer static analysis: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Dialyzer static analysis: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Dialyzer static analysis: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Dialyzer static analysis
variable "main_nets" is unused (if the variable is not meant to be used, prefix it with an underscore)
Dialyzer static analysis
variable "other_nets" is unused (if the variable is not meant to be used, prefix it with an underscore)
Dialyzer static analysis
variable "test_nets" is unused (if the variable is not meant to be used, prefix it with an underscore)
Dialyzer static analysis: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)
Dialyzer static analysis: config/config_helper.exs#L1
redefining module ConfigHelper (current version defined in memory)
Dialyzer static analysis: config/config_helper.exs#L155
Jason.decode!/1 is undefined (module Jason is not available or is yet to be defined)