chore: Return ex_abi core lib dependency (#10470)

* chore: Return ex_abi core lib dependency

* Add ex_keccak dep explicitly
pull/10495/head
Victor Baranov 4 months ago committed by GitHub
parent 368355be33
commit 48089a65d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      apps/block_scout_web/mix.exs
  2. 5
      apps/ethereum_jsonrpc/mix.exs
  3. 1
      apps/explorer/mix.exs
  4. 1
      apps/indexer/mix.exs
  5. 2
      mix.lock

@ -97,6 +97,7 @@ defmodule BlockScoutWeb.Mixfile do
{:ex_cldr, "~> 2.38"},
{:ex_cldr_numbers, "~> 2.33"},
{:ex_cldr_units, "~> 3.17"},
{:ex_keccak, "~> 0.7.5"},
{:cldr_utils, "~> 2.3"},
{:ex_machina, "~> 2.1", only: [:test]},
{:explorer, in_umbrella: true},

@ -62,6 +62,7 @@ defmodule EthereumJsonrpc.MixProject do
{:credo, "~> 1.5", only: :test, runtime: false},
# Static Type Checking
{:dialyxir, "~> 1.1", only: [:dev, :test], runtime: false},
{:ex_keccak, "~> 0.7.5"},
# JSONRPC HTTP Post calls
{:httpoison, "~> 2.0"},
# Decode/Encode JSON for JSONRPC
@ -77,9 +78,7 @@ defmodule EthereumJsonrpc.MixProject do
# Convert unix timestamps in JSONRPC to DateTimes
{:timex, "~> 3.7.1"},
# Encode/decode function names and arguments
# todo: return to hex.pm once https://github.com/poanetwork/ex_abi/pull/170 is merged
# {:ex_abi, "~> 0.4"},
{:ex_abi, git: "https://github.com/fedor-ivn/ex_abi", branch: "fix-type-decoder-huge-lists", override: true},
{:ex_abi, "~> 0.8"},
# `:verify_fun` for `Socket.Web.connect`
{:ssl_verify_fun, "~> 1.1"},
# `EthereumJSONRPC.WebSocket`

@ -78,6 +78,7 @@ defmodule Explorer.Mixfile do
{:ecto_sql, "~> 3.3"},
# JSONRPC access to query smart contracts
{:ethereum_jsonrpc, in_umbrella: true},
{:ex_keccak, "~> 0.7.5"},
# Data factory for testing
{:ex_machina, "~> 2.3", only: [:test]},
{:exvcr, "~> 0.10", only: :test},

@ -53,6 +53,7 @@ defmodule Indexer.MixProject do
{:ethereum_jsonrpc, in_umbrella: true},
# Brotli compression/decompression
{:brotli, "~> 0.3.2"},
{:ex_keccak, "~> 0.7.5"},
# RLP encoding
{:ex_rlp, "~> 0.6.0"},
# Importing to database

@ -42,7 +42,7 @@
"ecto_sql": {:hex, :ecto_sql, "3.11.3", "4eb7348ff8101fbc4e6bbc5a4404a24fecbe73a3372d16569526b0cf34ebc195", [:mix], [{:db_connection, "~> 2.4.1 or ~> 2.5", [hex: :db_connection, repo: "hexpm", optional: false]}, {:ecto, "~> 3.11.0", [hex: :ecto, repo: "hexpm", optional: false]}, {:myxql, "~> 0.6", [hex: :myxql, repo: "hexpm", optional: true]}, {:postgrex, "~> 0.16 or ~> 1.0", [hex: :postgrex, repo: "hexpm", optional: true]}, {:tds, "~> 2.1.1 or ~> 2.2", [hex: :tds, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4.0 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "e5f36e3d736b99c7fee3e631333b8394ade4bafe9d96d35669fca2d81c2be928"},
"elixir_make": {:hex, :elixir_make, "0.7.7", "7128c60c2476019ed978210c245badf08b03dbec4f24d05790ef791da11aa17c", [:mix], [{:castore, "~> 0.1 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}], "hexpm", "5bc19fff950fad52bbe5f211b12db9ec82c6b34a9647da0c2224b8b8464c7e6c"},
"erlex": {:hex, :erlex, "0.2.6", "c7987d15e899c7a2f34f5420d2a2ea0d659682c06ac607572df55a43753aa12e", [:mix], [], "hexpm", "2ed2e25711feb44d52b17d2780eabf998452f6efda104877a3881c2f8c0c0c75"},
"ex_abi": {:git, "https://github.com/fedor-ivn/ex_abi", "44b9f9bcf98203ca26923d396e7621b6f0970f2c", [branch: "fix-type-decoder-huge-lists"]},
"ex_abi": {:hex, :ex_abi, "0.8.0", "bb08827bd8d71dbb311c69ac55a008669dfabe2ce5b58d65f97c08c0aba60ec6", [:mix], [{:ex_keccak, "~> 0.7.5", [hex: :ex_keccak, repo: "hexpm", optional: true]}, {:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "bbdae12c186aeeb4c53dd7c7c57f457923602db315aa1f66d7427467c8ad77af"},
"ex_cldr": {:hex, :ex_cldr, "2.39.2", "4a3a77797da8f900369822ea9353adfa035a5bbbbfff09b2d3d1b6fa461768e3", [:mix], [{:cldr_utils, "~> 2.25", [hex: :cldr_utils, repo: "hexpm", optional: false]}, {:decimal, "~> 1.6 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:gettext, "~> 0.19", [hex: :gettext, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:nimble_parsec, "~> 0.5 or ~> 1.0", [hex: :nimble_parsec, repo: "hexpm", optional: true]}], "hexpm", "02fd8913ef28d1b2a4190fd8016c2dec1f2291c9ce56c17d7649848c0261a6eb"},
"ex_cldr_currencies": {:hex, :ex_cldr_currencies, "2.16.1", "29317f533cb5ec046d04523256cca4090291e9157028f28731395149b06ff8b2", [:mix], [{:ex_cldr, "~> 2.38", [hex: :ex_cldr, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm", "095d5e973bf0ee066dd1153990d10cb6fa6d8ff0e028295bdce7a7821c70a0e4"},
"ex_cldr_lists": {:hex, :ex_cldr_lists, "2.11.0", "1d39e75f0e493ccc95adfc85c55b4ca34f0771626350ce326d9ab8813d91444e", [:mix], [{:ex_cldr_numbers, "~> 2.25", [hex: :ex_cldr_numbers, repo: "hexpm", optional: false]}, {:ex_doc, "~> 0.18", [hex: :ex_doc, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm", "8132b30a5506ae8a09e5c9a21c23fd60c8837ce6c3a1de9966d813eb78951695"},

Loading…
Cancel
Save