Andrei Sandu

Results 48 issues of Andrei Sandu

The test should send multiple successful HTTP requests on the same connection and validate the API server does not close connection even for **error** responses.

Quality: Automated Testing
Priority: Low

Currently arrays of T require T to implement Default.

Feature: Snapshotting

At this time coverage failures investigation require manually copying the files locally. This would reduce the time required to investigate a coverage failure and would easily highlight the code that...

Quality: CI
Priority: Low

Replaces dangling PR https://github.com/paritytech/polkadot/pull/5020

A0-pleasereview
B0-silent
C1-low 📌

This refactors DMP queue and proof storage to give parachains more flexibility around consumption of the messages. List of things need to be completed: - [x] Improve public fn and...

A0-pleasereview
B1-releasenotes
B7-runtimenoteworthy
C3-medium 📣
D1-audited 👍
E1-runtimemigration

There have been efforts to solve this earlier like https://github.com/paritytech/polkadot/pull/4871 but the results we got were not providing enough insights due to the low sampling rate/storage - https://pyroscope.io/docs/storage-design/ . We...

F5-task
T1-Parachains-Engineering

Left over from https://github.com/paritytech/polkadot/issues/3427

The test should ensure upgrading the node from prev release works as expected.

F4-tests

Bitfield gossiping is handled [here](https://github.com/paritytech/polkadot/blob/master/node/network/bitfield-distribution/src/lib.rs#L392 ). - we can safely prioritise our own bitfields by sending them over the unbounded channel to the `network-bridge`. - alternatively we can send all...

F7-optimisation

This is a helpful feature that opens up many options for data collection and testing done much closer to the running node. We could for example run a node CPU...

enhancement