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

During Childchain upgrade or failure events transactions that have been added to the mempool but not written into a Plasma block & published to the rootchain could be lost. The...

engine

NET-62 As a child chain operator, I want to have redundancy in how my child chain's state is stored so that I can perform upgrade without any service interruptions. **Risk**...

engine

It is unlikely to be exploitable or even affect us in real-world operation of the child chain and watcher but is an issue intrinsic to `OMG.State` making its behaviors surprising...

engine

As a good actor in Plasma, I can see all byzantine exit events at once, So that I can challenge them easily (and make that bond money! 🤑) From the...

## Summary Pagination with `page:` could cause the returned records to appear to be jumping around. We need to base the pagination on a static identifier that can return consistent...

enhancement
api

Experienced in Cabbage tests (fee_claiming) Client `get_balance` response is either `map` or `list(map)`. ``` Balance response for Alice: %{ "amount" => 3000000000000000000, "currency" => "0x0000000000000000000000000000000000000000" } 11:54:04.164 [info] Then "Alice"...

https://circleci.com/gh/omisego/elixir-omg/32391 ``` OMG.Performance.ByzantineEventsTest * test can provide timing of challenging BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded (v)ersion (k)ill (D)b-tables (d)istribution [os_mon] cpu supervisor port (cpu_sup): Erlang has closed [os_mon]...

bug

We should create feature flags to help us better test behaviors we implement as we push changes. This makes it easier for us to: * Test new features before doing...

enhancement

Unless this got obsoleted altogether, due to code moving to `ex_plasma`, this comment should be observed and followed, for inputs and outputs alike https://github.com/omisego/elixir-omg/pull/1164#pullrequestreview-338823576 > > InoMurko 17 hours ago...

chore

[transaction.create](https://developer.omisego.co/elixir-omg/docs-ui/?url=master/informational_api_specs.yaml#/Transaction/createTransaction) request body contains `owner` of account that funds will be withdrawn. @pthomalla suggested that better name would be `account` because `owner` is also present in `payments` and can provide...

good first issue
api