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(state-sync): Rename module: syncing -> state_sync #9594

Merged
merged 8 commits into from
Oct 2, 2023

Conversation

nikurt
Copy link
Contributor

@nikurt nikurt commented Sep 26, 2023

No description provided.

@nikurt nikurt requested a review from a team as a code owner September 26, 2023 13:37
Copy link
Contributor

@VanBarbascu VanBarbascu left a comment

Choose a reason for hiding this comment

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

lgtm

jakmeier and others added 6 commits October 2, 2023 12:11
…manager, runtime in integration tests (#9595)

We had a common pattern of creating a bunch of manual stores, epoch
managers, and nightshade runtime for the test environment. This PR
brings the default functionality to the test environment builder.
The point of this file is to quickly see the current parameters.
Showing the nightly changes is not in this spirit IMO.
`cargo-deny advisories` complains about an old libsqlite-sys version.

We depend on it through rusqlite, which is only used in the
`estimator-warehouse`, a CI /&debug script. So it's not super
important but still worth updating.
Breaking a large test_utils.rs file into multiple parts.
Additionally shifting location of `TestEnvNightshadeSetupExt` to
nearcore so that it can be used in other modules, specifically
`tools/state-viewer/src/state_dump.rs`.

Note that we can't have `TestEnvNightshadeSetupExt` in
`chain/client/src/test_utils` as it depends on NightshadeRuntime which
is a part of `nearcore` module.

`nearcore` module depends on `chain` and would create a cyclic
dependency.
@nikurt nikurt enabled auto-merge October 2, 2023 11:19
@nikurt nikurt disabled auto-merge October 2, 2023 12:42
Copy link
Contributor

@wacban wacban left a comment

Choose a reason for hiding this comment

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

LGTM

@nikurt nikurt added this pull request to the merge queue Oct 2, 2023
Merged via the queue into master with commit 77a8ff4 Oct 2, 2023
@nikurt nikurt deleted the nikurt-ss-rename branch October 2, 2023 13:02
nikurt added a commit that referenced this pull request Oct 2, 2023
Co-authored-by: Jakob Meier <mail@jakobmeier.ch>
Co-authored-by: Shreyan Gupta <shreyan@near.org>
nikurt added a commit that referenced this pull request Oct 2, 2023
Co-authored-by: Jakob Meier <mail@jakobmeier.ch>
Co-authored-by: Shreyan Gupta <shreyan@near.org>
nikurt added a commit that referenced this pull request Oct 2, 2023
Co-authored-by: Jakob Meier <mail@jakobmeier.ch>
Co-authored-by: Shreyan Gupta <shreyan@near.org>
nikurt added a commit that referenced this pull request Oct 11, 2023
Co-authored-by: Jakob Meier <mail@jakobmeier.ch>
Co-authored-by: Shreyan Gupta <shreyan@near.org>
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.

4 participants