mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
909c1e4945
Looks like using `spawn` instead of `spawn_blocking` in malus is leading to a deadlock somehow. I'm not sure why exactly, but switching to `spawn_blocking` fixes https://github.com/paritytech/disabling-e2e-tests/issues/1, at least for `suggest-garbage-candidate` (didn't check other variants). Maybe my assumption here was wrong: https://github.com/paritytech/polkadot-sdk/pull/2184#discussion_r1403587674. --------- Co-authored-by: Tsvetomir Dimitrov <tsvetomir@parity.io>
10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
title: Fix malus implementation.
|
|
|
|
doc:
|
|
- audience: Node Dev
|
|
description: |
|
|
The malus implementation is used to test security of Polkadot.
|
|
It was broken. This fixes it.
|
|
|
|
crates: [ ]
|