Arkadiy Paronyan

Results 55 comments of Arkadiy Paronyan

Thread 2 also seems quite busy. Looks like it is doing the hashing of the entire code blob, which should not be happening really unless the runtime upgrade has just...

> Added SyncState::Importing, but it now looks awkward with best_seen_block being separate. I feel like SyncState enum should contain that number inside of it, then it would be easier to...

Do you mean `NetworkStatus::best_seen_block`? I suggest it should be removed alltogeter, since we already have the target block in `NetworkStatus::sync_state`

`gh-pages` should be moved to another repo or at least made it so that it overwrites a single commit instead of pushing a new one each time. I've tried changing...

`try_commit` failures result in node termination anyway. So the `reset` is just simply there to allow data consistency guarantees at the statedb API level. But the way it is used...

@bkchr Could you please take a look?

@jasl does not seem to be related. Please file a separate issue. Collecting logs with `-l db=trace` would help there.

> One question in general, could we not simplify DeathRowQueue even more when we would make the Mem backend only also keep the inserted keys in memory. Otherwise there is...

We are going to eventually support amortized O(1) deletion of child tries at the database level. @tomaka What do you mean by "retrieving the hash of trie node. " and...