Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Improved dispute votes import in provisioner #5567

Merged
merged 35 commits into from
Sep 19, 2022
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
855d6da
Add `DisputeState` to `DisputeCoordinatorMessage::RecentDisputes`
tdimitrov May 14, 2022
396187e
Move dummy_signature() in primitives/test-helpers
tdimitrov May 11, 2022
23013f4
Enable staging runtime api on Rococo
tdimitrov May 25, 2022
140c1e8
Implementation
tdimitrov May 16, 2022
040d1fb
Fix staging api usage
tdimitrov Aug 24, 2022
b8f6566
Fix `get_disputes` runtime function implementation
tdimitrov Aug 24, 2022
1be7983
Fix compilation error
tdimitrov Aug 24, 2022
60c1ddb
Fix arithmetic operations in tests
tdimitrov Aug 25, 2022
e1654e7
Use smaller test data
tdimitrov Aug 25, 2022
e3179cb
Rename `RuntimeApiRequest::StagingDisputes` to `RuntimeApiRequest::Di…
tdimitrov Aug 25, 2022
7e3bab7
Remove `staging-client` feature flag
tdimitrov Aug 25, 2022
24ae8ce
fmt
tdimitrov Aug 25, 2022
00bd01b
Remove `vstaging` feature flag
tdimitrov Aug 25, 2022
c771aa6
Some comments regarding the staging api
tdimitrov Aug 25, 2022
543b4ef
Rename dispute selection modules in provisioner
tdimitrov Aug 25, 2022
98ee76f
Comments for staging api
tdimitrov Aug 25, 2022
1884262
Comments
tdimitrov Aug 25, 2022
e6a6843
Additional logging
tdimitrov Aug 25, 2022
5f8b462
Code review feedback
tdimitrov Aug 29, 2022
95b0096
Code review feedback
tdimitrov Aug 30, 2022
0f9cf6a
Fix metrics
tdimitrov Aug 30, 2022
308a363
get_disputes -> disputes
tdimitrov Aug 30, 2022
a969eba
Get time only once during partitioning
tdimitrov Aug 30, 2022
57e1b88
Fix partitioning
tdimitrov Aug 30, 2022
db34125
Comments
tdimitrov Aug 31, 2022
d2af967
Reduce the number of hardcoded api versions
tdimitrov Aug 31, 2022
1366d90
Code review feedback
tdimitrov Aug 31, 2022
aeef116
Unused import
tdimitrov Sep 1, 2022
fd24899
Comments
tdimitrov Sep 5, 2022
49a7b24
More precise log messages
tdimitrov Sep 14, 2022
3b018cf
Code review feedback
tdimitrov Sep 16, 2022
58a0f01
Code review feedback
tdimitrov Sep 16, 2022
babd20d
Code review feedback - remove `trait VoteType`
tdimitrov Sep 16, 2022
a477226
Code review feedback
tdimitrov Sep 16, 2022
9eeedbb
Trace log for DisputeCoordinatorMessage::QueryCandidateVotes counter …
tdimitrov Sep 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Unused import
  • Loading branch information
tdimitrov committed Sep 1, 2022
commit aeef11657c308b236b1028f490c6cfb324ae9cc1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ use polkadot_primitives::v2::{
Hash, InvalidDisputeStatementKind, MultiDisputeStatementSet, SessionIndex,
ValidDisputeStatementKind, ValidatorIndex,
};
use rand as _;
use std::{
collections::{BTreeMap, HashMap},
time::{SystemTime, UNIX_EPOCH},
Expand Down