Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/blockchain/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defmodule Blockchain.Mixfile do
[
{:ethereumex, "~> 0.5.0"},
{:evm, in_umbrella: true},
{:ex_rlp, "~> 0.3.1"},
{:ex_rlp, "~> 0.4.1"},
{:exth_crypto, in_umbrella: true},
{:merkle_patricia_tree, in_umbrella: true}
]
Expand Down
2 changes: 1 addition & 1 deletion apps/evm/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ defmodule EVM.Mixfile do
{:decimal, "~>1.5.0"},
{:merkle_patricia_tree, in_umbrella: true},
{:exth_crypto, in_umbrella: true},
{:ex_rlp, "~> 0.3.1"},
{:ex_rlp, "~> 0.4.1"},
{:jason, "~> 1.1", test: true},
{:bn, "~> 0.2.1"}
]
Expand Down
2 changes: 1 addition & 1 deletion apps/ex_wire/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule ExWire.Mixfile do
defp deps do
[
{:ex_doc, "~> 0.16", only: :dev, runtime: false},
{:ex_rlp, "~> 0.3.1"},
{:ex_rlp, "~> 0.4.1"},
{:blockchain, in_umbrella: true},
{:exth_crypto, in_umbrella: true},
{:evm, in_umbrella: true}
Expand Down
2 changes: 1 addition & 1 deletion apps/merkle_patricia_tree/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule MerklePatriciaTree.Mixfile do
#
defp deps do
[
{:ex_rlp, "~> 0.3.1"},
{:ex_rlp, "~> 0.4.1"},
{:exth_crypto, in_umbrella: true},
{:rocksdb, "~> 0.23.2"}
]
Expand Down
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ defmodule Mana.MixProject do
# Run "mix help deps" for examples and options.
defp deps do
[
{:ex_rlp, "~> 0.3.1"},
{:ex_rlp, "~> 0.4.1"},
{:ex_doc, "~> 0.19", only: :dev, runtime: false},
{:dialyxir, "~> 1.0.0-rc.4", only: [:dev, :test], runtime: false},
{:ethereumex, "~> 0.5.1"},
{:jason, "~> 1.1"},
{:credo, "~> 1.0.0-rc1", only: [:dev, :test], runtime: false},
{:distillery, "~> 2.0", runtime: false},
{:artificery, github: "mana-ethereum/artificery", branch: "hayesgm/allow-extra-args", override: true}
{:artificery,
github: "mana-ethereum/artificery", branch: "hayesgm/allow-extra-args", override: true}
]
end
end
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"erlex": {:hex, :erlex, "0.1.6", "c01c889363168d3fdd23f4211647d8a34c0f9a21ec726762312e08e083f3d47e", [:mix], [], "hexpm"},
"ethereumex": {:hex, :ethereumex, "0.5.1", "19eb53224dedb3a8275dc71ab2a0223a301dcae136de3dcddcebbd26dcf8ce0b", [:mix], [{:httpoison, "~> 1.4.0", [hex: :httpoison, repo: "hexpm", optional: false]}, {:jason, "~> 1.1", [hex: :jason, repo: "hexpm", optional: false]}, {:poolboy, "~> 1.5.1", [hex: :poolboy, repo: "hexpm", optional: false]}], "hexpm"},
"ex_doc": {:hex, :ex_doc, "0.19.1", "519bb9c19526ca51d326c060cb1778d4a9056b190086a8c6c115828eaccea6cf", [:mix], [{:earmark, "~> 1.1", [hex: :earmark, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.7", [hex: :makeup_elixir, repo: "hexpm", optional: false]}], "hexpm"},
"ex_rlp": {:hex, :ex_rlp, "0.3.1", "190554f7b26f79734fc5a772241eec14a71b2e83576e43f451479feb017013e9", [:mix], [], "hexpm"},
"ex_rlp": {:hex, :ex_rlp, "0.4.1", "a99083923e61e5687e9635367e9ba242103ce25646a008564c2f4e02c5e4d9b8", [:mix], [], "hexpm"},
"hackney": {:hex, :hackney, "1.14.3", "b5f6f5dcc4f1fba340762738759209e21914516df6be440d85772542d4a5e412", [:rebar3], [{:certifi, "2.4.2", [hex: :certifi, repo: "hexpm", optional: false]}, {:idna, "6.0.0", [hex: :idna, repo: "hexpm", optional: false]}, {:metrics, "1.0.1", [hex: :metrics, repo: "hexpm", optional: false]}, {:mimerl, "1.0.2", [hex: :mimerl, repo: "hexpm", optional: false]}, {:ssl_verify_fun, "1.1.4", [hex: :ssl_verify_fun, repo: "hexpm", optional: false]}], "hexpm"},
"httpoison": {:hex, :httpoison, "1.4.0", "e0b3c2ad6fa573134e42194d13e925acfa8f89d138bc621ffb7b1989e6d22e73", [:mix], [{:hackney, "~> 1.8", [hex: :hackney, repo: "hexpm", optional: false]}], "hexpm"},
"idna": {:hex, :idna, "6.0.0", "689c46cbcdf3524c44d5f3dde8001f364cd7608a99556d8fbd8239a5798d4c10", [:rebar3], [{:unicode_util_compat, "0.4.1", [hex: :unicode_util_compat, repo: "hexpm", optional: false]}], "hexpm"},
Expand Down