elixir-omg icon indicating copy to clipboard operation
elixir-omg copied to clipboard

OMG-Network repository of Watcher and Watcher Info

Results 100 elixir-omg issues
Sort by recently updated
recently updated
newest added

In the code base we use a variety of different transaction RLP format forms: * We use a [raw/unsigned encoding](https://github.com/omisego/elixir-omg/blob/master/apps/omg/lib/omg/state/transaction.ex#L54) - `[transaction_type, inputs, outputs, tx_data, metadata]` * We use a...

chore

https://sentry.io/organizations/omisego/issues/1833497918/?referrer=slack

Sentry Issue: [ELIXIR-OMG-6M](https://sentry.io/organizations/omisego/issues/1799972056/?referrer=github_integration) ``` Plug.Parsers.RequestTooLargeError: the request is too large. If you are willing to process larger requests, please give a :length to Plug.Parsers File "lib/plug/parsers.ex", line 322, in Plug.Parsers.reduce/8...

## Overview When a watcher is misconfigured or a bug occurs, the watcher could enter a crash loop and restarts all the processes within. This in turn causes a burst...

enhancement
watcher-info
watcher

In the current setup, the child chain composes a block and submits to the root chain without any further validation from an external component. This poses the risk of a...

Master clone finally comes into play! https://github.com/omgnetwork/elixir-omg/tree/master-v2 Contracts event specs have changed, some issueed types as well. This is also usable: https://github.com/omgnetwork/elixir-omg/pull/1594 So both watchers need to conform to the...

Relates to #1274 (in the sense that fixing this issue, the other issue regarding utxos retrieval is still remaining to be fixed) RE: https://github.com/omisego/elixir-omg/pull/1256#discussion_r366207576 `OMG.DB.utxos()` should not be used directly...

need product

Reported by a user running their own watcher. ``` 2020-09-24 08:47:32.768 [info] module=Phoenix.Endpoint.CowboyAdapter function=start_link/3 ⋅Running OMG.WatcherRPC.Web.Endpoint with cowboy 1.1.2 at :::7534 (http)⋅, 2020-09-24 08:47:32.768 [info] module=Phoenix.Endpoint.Supervisor function=log_access_info/2 ⋅Access OMG.WatcherRPC.Web.Endpoint at...

bug
watcher-info

https://github.com/omgnetwork/helm-development/pull/475#issuecomment-694627242 Motivation is to remove the need of updating helm file each time. If there exists a single script file that it will be executed already, we can just update...

Sentry Issue: [ELIXIR-OMG-6J](https://sentry.io/organizations/omisego/issues/1787235126/?referrer=github_integration) ``` DBConnection.ConnectionError: tcp connect (127.0.0.1:5432): connection refused - :econnrefused (DBConnection.ConnectionError) tcp connect (127.0.0.1:5432): connection refused - :econnrefused ```