-
https://gitcoin.co/issue/exthereum/ethereumex/25/668
-
hi there, thanks for your good work.
when i send transaction using `Ethereumex.HttpClient.eth_send_raw_transaction(signed_transaction)`, sometime errors occur just like that:
`no match of right …
-
Many thanks for the amazing library!
I was thinkiing a way to have a really robust way to be in synch with Ethereum events, so let me hear if it makes sense:
1. create a reconnect procedure [we can …
-
#### System information
Geth version: `1.8.18-stable`
OS & Version: Ubuntu 18.04.1 LTS
Chain: `rinkeby` testnet
On one machine work one `geth` instance as well as two services. The first servi…
-
An ODP member reported an issue with pulling our latest code and got an error trying to run through docker-compose:
> I keep getting the following error while trying to spin up the watcher (Ubuntu …
-
```
@spec node_ready() :: :ok | {:error, :geth_still_syncing | :geth_not_listening}
def node_ready do
case Ethereumex.HttpClient.eth_syncing() do
{:ok, false} -> :ok
{:ok, _} ->…
-
In the context of infrastructure testing
I want to be able to use any Ethereum client (Geth, Parity, Infura)
So that I can test the service is operational (not application level functional testing)
…
0x234 updated
4 years ago
-
As per integration doc:
https://github.com/omisego/plasma-contracts/blob/master/plasma_framework/docs/integration-docs/integration-doc.md#starting-an-in-flight-exit
and also
https://github.com/omi…
-
## Issue Type
```
[ x] bug report
[ ] feature request
```
## Current Behavior
I checked out commit f1493aec965bf3072920bc8cf1b281782c148560
https://github.com/omisego/plasma-contracts/co…
-
I don't know what happend, but Ethereumex doesn't work with geth1.9.
When I try to call **Ethereumex.HttpClient.web3_client_version** I get **{:error, :econnrefused}**.
But with Parity it works …