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

refactor: move get_validator_info to EpochManagerAdapter #7727

Merged
merged 2 commits into from
Oct 17, 2022

Conversation

matklad
Copy link
Contributor

@matklad matklad commented Sep 29, 2022

part of #6910, depends on #7726

@matklad matklad requested a review from a team as a code owner September 29, 2022 16:09
@@ -699,11 +701,15 @@ impl RuntimeAdapter for NightshadeRuntime {
self.flat_state_factory.get_flat_storage_state_for_shard(shard_id)
}

fn add_flat_storage_state_for_shard(
#[cfg(feature = "protocol_feature_flat_state")]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where does this come from ? bad merge ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! I don't actually understand how this got in, will sort out once the other two PRs land

@near-bulldozer near-bulldozer bot merged commit 043c678 into near:master Oct 17, 2022
nikurt pushed a commit that referenced this pull request Oct 17, 2022
nikurt pushed a commit that referenced this pull request Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants