Skip to content

Commit

Permalink
PVF: Take back a stolen right
Browse files Browse the repository at this point in the history
After a recent [worker
revolt](paritytech/polkadot#7538), they managed to gain
a small amount of freedom from the landowner host. But after the failed
[proletariat revolution](paritytech/polkadot#7570),
there were mass migrations and we ended up in a new repo. The capitalists took
advantage of the confusion to secretly take away a workers' right. We must undo
this before it goes too far.
  • Loading branch information
mrcnski committed Aug 28, 2023
1 parent 48415ce commit 043222a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/node/core/pvf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ assert_matches = "1.4.0"
hex-literal = "0.3.4"
polkadot-node-core-pvf-common = { path = "common", features = ["test-utils"] }
# For the puppet worker, depend on ourselves with the test-utils feature.
polkadot-node-core-pvf = { path = "", features = ["test-utils"] }
polkadot-node-core-pvf = { path = ".", features = ["test-utils"] }

adder = { package = "test-parachain-adder", path = "../../../parachain/test-parachains/adder" }
halt = { package = "test-parachain-halt", path = "../../../parachain/test-parachains/halt" }
Expand Down

0 comments on commit 043222a

Please sign in to comment.