elixir-omg
elixir-omg copied to clipboard
OMG-Network repository of Watcher and Watcher Info
Our API for all system components is currently speced as: - API routes - everything is POST - http status 200 (no such thing as 400 or 404) - not...
This task will be next baby-step after #1103 towards #849 Utxo lazy loading (#1103) introduced `recently_spent` in-memory collection that is cleared on `form_block`. State is not loaded from DB but...
### Description Currently there is no specification on what constitutes as a valid block. Block validation is a critical function of the network and validation should not strictly be limited...
From discussions with @boolafish @Pongch. When a contract upgrade (e.g. a new `ExitGame` contract) happens, users need to upgrade their watchers before new type txs keep flowing through the system,...
Health checks ought to be a mixture of health checks via get header number and `Ethereumex.HttpClient.eth_syncing()`. Because we might have a good network but the clients are still syncing ......
*As a* watcher user, *I can* see a single byzantine exit event for a given UTXO, *So that* it's clear what state my UTXO is in. From a [Samrong availability...
The idea is to provision new Watcher instance from other Watcher's Pg dump file. First, I give ease restore mechanism, then speeds syncing time of new Watchers and reduces round...
#825 introduced another way to sign a transaction. /transaction.create returns `typed_data` field which serves as a request to web3's [`eth.signTypedData`](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md#specification-of-the-web3-api). This function isn't fully implemented in all clients software yet....
This is a set of ideas that have emerged in #827, omisego/plasma-contracts#189 discussions. I'm compiling some of the comments to this issue. ## Rationale Abstract Layer Design has already changed...
NET-63 As a child chain operator, I want to have traffic load balanced across multiple child chain server, so that the service will continue to work even with an outage...