Tsvetomir Dimitrov

Results 12 issues of Tsvetomir Dimitrov

Related to issue #11577 Add support for multiple versions of a Runtime API. The purpose is to have one main version of the API, which is considered stable and multiple...

A3-inprogress
B3-apinoteworthy
C1-low 📌
D5-nicetohaveaudit ⚠️

This PR is part of https://github.com/paritytech/polkadot/issues/4573. Up to now dispute votes import (initiated in `Provisioner`) was based on number of disputes. This approach is fine for normal situations but can...

A0-pleasereview
B0-silent
C1-low 📌
D9-needsaudit 👮

E.g. here: https://github.com/paritytech/polkadot/blob/566a403be1277612f413136d9febe5efaabcf417/node/core/dispute-coordinator/src/status.rs#L142 Extract the implementation in node-primitives or subsystem-util and remove the duplications. Follow up from https://github.com/paritytech/polkadot/pull/5567#discussion_r905313830

F3-annoyance
T2-Parachains-Protocol

When `disputes-coordinator` handles `RecentDisputes` and `ActiveDisputes` it converts `BTreeMap` to `Vec` in order to pass disputes to `provisioner`. The latter on the other hand converts the `Vec` to `BTreeMap` because...

F3-annoyance
T2-Parachains-Protocol

# The problem Runtime API versioning was designed and built around the concept of extending a stable runtime API with testing (aka staging) methods, which are selectively enabled in different...

The strategy is described in [this issue comment](https://github.com/paritytech/polkadot-sdk/issues/784). This PR outlines an initial implementation with todos. Related to https://github.com/paritytech/polkadot-sdk/issues/784 Things that needs to be addressed: - [ ] Fix the...

This PR will serve as a base for any node side validator disabling changes. Included changes: * `disabled_validators` runtime API (this PR)

Add more logs in `is_potential_spam` revealing why a statement was marked as a spam.

R0-silent
I3-annoyance

Noticed a strange behaviour when testing a runtime migration with chopsticks. I was testing the runtime upgrade enabling coretime on Polkadot. It involves sending of XCM messages from Polkadot relay...

Related to https://github.com/paritytech/polkadot-sdk/issues/1797 When fetching collations in collator protocol/validator side we need to ensure that each parachain has got a fair core time share depending on its assignments in the...

T8-polkadot