-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(blob-propagation-jobs-cli): fix blob iteration in date range for …
…`create` command (#642) * feat(blob-propagation-cli): add support for creating jobs given a range of blocks * fix(blob-propagation-jobs-cli): resolve an issue in create command Use the lowest or highest block in the database to define the range for job creation when the provided range is significantly out of bounds. * chore: add changeset * test(blob-propagation-jobs-cli): remove `only` modifier * refactor(blob-propagation-jobs-cli): refactor blob iteration on `create` command * fix(blob-propagation-jobs-cli): properly await job creation promise * style(blob-propagation-jobs-cli): improve log messages for `create` command * chore: add changeset * style(blob-propagation-jobs-cli): fix flag description typo Co-authored-by: Pablo Castellano <pablo@anche.no> --------- Co-authored-by: Pablo Castellano <pablo@anche.no>
- Loading branch information
1 parent
1efc55d
commit 6e947ba
Showing
9 changed files
with
302 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@blobscan/blob-propagation-jobs-cli": minor | ||
--- | ||
|
||
Added support for creating jobs based on a specified block number range |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@blobscan/blob-propagation-jobs-cli": patch | ||
--- | ||
|
||
It fixes an issue where the `create` command wasn't properly iterating over blobs within a given date range |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.