Pawel Nowosielski

Results 25 issues of Pawel Nowosielski

~~@[_****_]()~~

PR #1103 allows to load utxo subset when needed instead of loading it entirely during startup. This meas that in-memory UTXO set contains information processed since the last service restart....

martini

As discussed https://github.com/omisego/elixir-omg/pull/1373#discussion_r396373265 Fee file is generated with random token for every test suite run. We can make it simpler by static test fee file and a configuration value set...

childchain

From @InoMurko's message: [the way it's now ] it would work, but it isn’t optimal! I like to think about systems with this in mind: https://medium.com/@jlouis666/stacking-theory-for-systems-design-2450e6300689 what does that mean...

childchain

#1244 introduces a long running test in `State.Core` tests. ($REPO_ROOT/apps/omg/test/omg/state/core_test.exs, test `"long running full block test"`) 1. __~Check whether~ performance is __NOT__ related to the changes in the PR #1244__...

childchain

Concern raised by @pgebal in the review of #1496. Watcher-Info consumes events from Watcher via OMG.Bus. There are several consumers to handle specific events, but they are uncoordinated. It might...

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...

engine

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...

engine

#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....

paused
protocol