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

fix: function write_checkpoint did not write checkpoint_{index}_with_id.json files to the folder #4915

Merged
merged 8 commits into from
Dec 11, 2024

Conversation

IvanPsurtcev
Copy link
Contributor

@IvanPsurtcev IvanPsurtcev commented Nov 28, 2024

Description

Added a mechanism for writing checkpoint files to the checkpoint folder in the write_chekpoint function. Without this change we wrote a lot of files to the root folder, which was not a correct behavior.

Copy link

changeset-bot bot commented Nov 28, 2024

⚠️ No Changeset found

Latest commit: 9984000

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@IvanPsurtcev IvanPsurtcev changed the title Fix: function write_checkpoint did not write checkpoint_{index}_with_id.json files to the folder fix: function write_checkpoint did not write checkpoint_{index}_with_id.json files to the folder Dec 3, 2024
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.53%. Comparing base (bb44f9b) to head (9984000).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4915   +/-   ##
=======================================
  Coverage   77.53%   77.53%           
=======================================
  Files         103      103           
  Lines        2110     2110           
  Branches      190      190           
=======================================
  Hits         1636     1636           
  Misses        453      453           
  Partials       21       21           
Components Coverage Δ
core 87.80% <ø> (ø)
hooks 79.39% <ø> (ø)
isms 83.68% <ø> (ø)
token 91.27% <ø> (ø)
middlewares 79.80% <ø> (ø)

@daniel-savu
Copy link
Contributor

Thank you!

@daniel-savu daniel-savu disabled auto-merge December 10, 2024 12:36
@daniel-savu daniel-savu added this pull request to the merge queue Dec 11, 2024
Merged via the queue into hyperlane-xyz:main with commit 4d342db Dec 11, 2024
38 of 41 checks passed
tiendn pushed a commit to tiendn/hyperlane-monorepo that referenced this pull request Jan 11, 2025
…id.json files to the folder (hyperlane-xyz#4915)

### Description

Added a mechanism for writing checkpoint files to the checkpoint folder
in the write_chekpoint function. Without this change we wrote a lot of
files to the root folder, which was not a correct behavior.
tiendn pushed a commit to tiendn/hyperlane-monorepo that referenced this pull request Jan 11, 2025
…id.json files to the folder (hyperlane-xyz#4915)

### Description

Added a mechanism for writing checkpoint files to the checkpoint folder
in the write_chekpoint function. Without this change we wrote a lot of
files to the root folder, which was not a correct behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants