Results 83 comments of Ino Murko

I have a couple of questions I can't answer from the above @pnowosie. How does searching for an output actually work? What data do you need? How do you pick...

``` Solution draft First of all please mind this is just supportive endpoint of security Watcher which aims to remind the address owner the utxo positions (s)he owns. Awared owner...

Let me provide a brief recap of the possible approaches and the discussion we had today: 1. The most obvious one is: can we just delete this because our _data...

sharding is another name for partitioning. so when I mentioned Bitcoins sharding I of course didn’t mean we would - use their mining capabilities or mining complexity - validations The...

One of the benefits of partitioning is parallelism. In our case that's not the case because RocksDB is single threaded. Anyhow, if you define a good partitioning key, the access...

if output type is a problem wouldn't this work too? f(address) -> shard(N) -> (and if we imagine a PG column `output type X`) -> select outputs Now this is...

Can you pls repeat what the problem is with just one?

This will probably need to solve another problem: Shared state between tests. The tests above run in a way where the setup of the test is basically a clean slate.

@pdobacz question: the #1344 added some test both in cabbage and in elixir-omg. are we able to delete any tests that got implemented as cabbage tests now?

ahaaa, okay, I only took a quick peek at the tests. are we able to identify and mark potential tests that are implemented in both "old" way and cabbage? just...