-
iex(9)> ABI.encode("balanceOf(address)", [address]) |> Base.encode16(case: :lower)
** (FunctionClauseError) no function clause matching in ABI.TypeEncoder.maybe_encode_unsigned/1
The f…
-
```
accounts = ExW3.accounts()
simple_storage_abi = ExW3.Abi.load_abi("abi/MyContract.abi")
ExW3.Contract.start_link
ExW3.Contract.register(:MyContract, abi: simple_storage_abi)
…
-
Hi! Thanks for the great work.
Running `ethereum` 0.7.1, `httppoison` 1.8.0
I keep getting this error
```elixir
{:error,
{:invalid_json,
%Jason.DecodeError{
data: "\r\n400 Bad Re…
-
`moved from ethereumex to here.`
hi there, thanks for your good work.
when i send transaction using `Ethereumex.HttpClient.eth_send_raw_transaction(signed_transaction)`, sometime errors occur ju…
-
Using the standard `docker compose up` leads to some sort of race condition where `grafana` host is not available when `reverse_proxy` is initializing.
The workaround is to start grafana first: `do…
-
Hi there,
After upgrading `ethereumex` from v0.6.0 to v0.6.1 my test suite fails/gets stuck with some odd error. After some debugging I find error to be a very implicit/fundamental change in the …
-
if you have a eth_call like this in the code:
```
Ethereumex.HttpClient.eth_call(%{to: contract, data: data}, "latest", opts)
```
where opts = [url: "http://localhost:8545"]
dialyzer will yield:
…
-
When I was messing around with the parity versions for the CircleCI build, I noticed that there are 4 test failures.
Can reproduce this with versions of parity between 2.0.6 and 1.11
-
It looks like request ids are being incremented by the number of parameters in the request. It's possible this is happening for batch requests. Should this happen for single requests as well? It's pos…
-
Looks like telemetry was added recently as an optional dependency - but it doesn't look optional
```elixir Interactive Elixir (1.10.2) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)> Ethe…