Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: monitor command for the multi-block staking miner #910

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
align with refactors in EPM-MB
  • Loading branch information
gpestana committed Oct 12, 2024
commit cf56dc8da2075e5e6262d9f1c20c8199d4b16d9a
Binary file modified multi-block/metadata.scale
Binary file not shown.
2 changes: 1 addition & 1 deletion multi-block/src/epm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const EPM_PALLET_NAME: &str = "ElectionProviderMultiBlock";
const EPM_SIGNED_PALLET_NAME: &str = "ElectionSignedPallet";

type TypeId = u32;
type PagedRawSolutionOf<T> = pallet_election_provider_multi_block::types::PagedRawSolutionC<T>;
type PagedRawSolutionOf<T> = pallet_election_provider_multi_block::types::PagedRawSolution<T>;

#[derive(Copy, Clone, Debug)]
struct EpmConstant {
Expand Down
Loading