mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
Disputes which are unknown for the Runtime are sent with priority by the Provisioner when preparing inherent data (#5336)
* Implement MallocSizeOf for DisputeState * Implementation of `Disputes` Runtime API message * Modify on-chain dispute import * Add feature flag for the new functionality * Update node/core/provisioner/src/onchain_disputes.rs Co-authored-by: Andrei Sandu <54316454+sandreim@users.noreply.github.com> * Add target to log messages * Update node/core/provisioner/src/lib.rs Co-authored-by: Andronik <write@reusable.software> * Use `staging-client` feature to enable the client code using the staging runtime api * Remove TODO comment * Don't filter out DisputeState * Fix disputes selection logic * spelling * Tests * Rename `Disputes` message to `StagingDisputes` * Update node/core/provisioner/src/lib.rs Co-authored-by: Bernhard Schuster <bernhard@ahoi.io> * Code review feedback - Logging - Separate error module - Add additional fields for GetOnchainDisputesErr - logging and impl MallocSizeOf - fix impl MallocSizeOf for DisputeState - fix tests * Update node/core/provisioner/src/error.rs Co-authored-by: Andronik <write@reusable.software> * Update node/core/provisioner/src/lib.rs Co-authored-by: Andronik <write@reusable.software> * Update node/core/provisioner/src/lib.rs Co-authored-by: Andronik <write@reusable.software> * Apply suggestions from code review dummy metrics instance Co-authored-by: Bernhard Schuster <bernhard@ahoi.io> * Revert "Apply suggestions from code review" This reverts commit 6dc518cbf77e037ff4760d315938a68c806e662e. * Code review feedback: #[cfg(test)] for new_dummy() in metrics * Code review feedback: break the disputes generation logic in separate functions * Code review feedback - align_eight Co-authored-by: Andrei Sandu <54316454+sandreim@users.noreply.github.com> Co-authored-by: Andronik <write@reusable.software> Co-authored-by: Bernhard Schuster <bernhard@ahoi.io>
This commit is contained in:
committed by
GitHub
parent
673a32d968
commit
20e56a453c
Generated
+1
@@ -6958,6 +6958,7 @@ name = "polkadot-node-core-provisioner"
|
||||
version = "0.9.19"
|
||||
dependencies = [
|
||||
"bitvec",
|
||||
"fatality",
|
||||
"futures 0.3.21",
|
||||
"futures-timer",
|
||||
"polkadot-node-primitives",
|
||||
|
||||
Reference in New Issue
Block a user