Skip to content

Conversation

@benesjan
Copy link
Contributor

@benesjan benesjan commented Dec 23, 2025

Fixes F-231
Fixes #9789

In this PR I modify the the return value of our "get logs by tags" endpoints such that we don't need to perform another request for tx hash in PXE's log service. Since I was already modifying it I also dropped unused values from the type and made it a bit less messy.

I added here migration notes for all the changes I did to the endpoint not only in this PR but also in PRs down the stack.

@benesjan benesjan force-pushed the 12-18-feat_integrating_new_log_sync branch from 47bce0f to 6e01080 Compare December 23, 2025 21:42
@benesjan benesjan force-pushed the 12-23-feat_expanding_return_value_of_getlogsbytags branch from 371a484 to 1ecae46 Compare December 23, 2025 21:42
@benesjan benesjan changed the base branch from 12-18-feat_integrating_new_log_sync to graphite-base/19233 December 23, 2025 22:03
@benesjan benesjan force-pushed the 12-23-feat_expanding_return_value_of_getlogsbytags branch from 1ecae46 to ec04be9 Compare December 23, 2025 22:03
@benesjan benesjan changed the base branch from graphite-base/19233 to 12-18-feat_integrating_new_log_sync December 23, 2025 22:03
@benesjan benesjan added the ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure label Dec 23, 2025
@benesjan benesjan marked this pull request as ready for review December 23, 2025 22:08
@benesjan benesjan force-pushed the 12-18-feat_integrating_new_log_sync branch from 6a3088c to 7912feb Compare December 24, 2025 01:10
@benesjan benesjan force-pushed the 12-23-feat_expanding_return_value_of_getlogsbytags branch from ec04be9 to 6b89008 Compare December 24, 2025 01:10
@benesjan benesjan changed the title feat: expanding return value of getLogsByTags refactor!: expanding return value of getLogsByTags Dec 24, 2025
@benesjan benesjan marked this pull request as draft December 24, 2025 01:21
@benesjan benesjan marked this pull request as ready for review December 24, 2025 01:26
@benesjan benesjan force-pushed the 12-23-feat_expanding_return_value_of_getlogsbytags branch from eb9692a to f8d4387 Compare December 31, 2025 18:53
@AztecBot AztecBot force-pushed the 12-18-feat_integrating_new_log_sync branch 2 times, most recently from b0b6b93 to 2e43de7 Compare January 2, 2026 15:41
@benesjan benesjan force-pushed the 12-23-feat_expanding_return_value_of_getlogsbytags branch from 1872a26 to 460b312 Compare January 2, 2026 16:11
@benesjan benesjan force-pushed the 12-18-feat_integrating_new_log_sync branch from 2e43de7 to 035f44f Compare January 2, 2026 16:11
@benesjan benesjan force-pushed the 12-23-feat_expanding_return_value_of_getlogsbytags branch from 460b312 to f3df451 Compare January 2, 2026 16:29
@AztecBot AztecBot force-pushed the 12-18-feat_integrating_new_log_sync branch 2 times, most recently from 64e4233 to 445ca57 Compare January 2, 2026 16:53
Base automatically changed from 12-18-feat_integrating_new_log_sync to next January 2, 2026 17:28
@benesjan benesjan force-pushed the 12-23-feat_expanding_return_value_of_getlogsbytags branch from f3df451 to 1ff6722 Compare January 2, 2026 17:48
@benesjan benesjan marked this pull request as ready for review January 2, 2026 17:49
@benesjan benesjan enabled auto-merge January 2, 2026 17:49
@benesjan benesjan added this pull request to the merge queue Jan 2, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 2, 2026
@benesjan benesjan force-pushed the 12-23-feat_expanding_return_value_of_getlogsbytags branch from 1ff6722 to c81bf33 Compare January 2, 2026 18:21
@benesjan benesjan added ci-squash-and-merge and removed ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure labels Jan 2, 2026
// docs:end:l1-withdraw
expect(newL1Balance).toBe(withdrawAmount);
}, 90000);
}, 110_000);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This timed out in merge queue. I think this PR did not affect but the one down the stack did. As discussed on slack the new log sync algo is a bit slower because we have WINDOW_LEN of 20 and not 10 like before.

@AztecBot AztecBot force-pushed the 12-23-feat_expanding_return_value_of_getlogsbytags branch from 19565d5 to 6d58c3d Compare January 2, 2026 18:43
@AztecBot AztecBot enabled auto-merge January 2, 2026 18:43
Fixes F-231
Fixes #9789

In this PR I modify the the return value of our "get logs by tags" endpoints such that we don't need to perform another request for tx hash in PXE's log service. Since I was already modifying it I also dropped unused values from the type and made it a bit less messy.

I added here migration notes for all the changes I did to the endpoint not only in this PR but also in PRs down the stack.
@AztecBot AztecBot force-pushed the 12-23-feat_expanding_return_value_of_getlogsbytags branch from 6d58c3d to ceabd1c Compare January 2, 2026 18:46
@AztecBot AztecBot added this pull request to the merge queue Jan 2, 2026
Merged via the queue into next with commit 6774efc Jan 2, 2026
17 checks passed
@AztecBot AztecBot deleted the 12-23-feat_expanding_return_value_of_getlogsbytags branch January 2, 2026 19:18
github-actions bot pushed a commit that referenced this pull request Jan 2, 2026
Fixes F-231
Fixes #9789

In this PR I modify the the return value of our "get logs by tags"
endpoints such that we don't need to perform another request for tx hash
in PXE's log service. Since I was already modifying it I also dropped
unused values from the type and made it a bit less messy.

I added here migration notes for all the changes I did to the endpoint
not only in this PR but also in PRs down the stack.
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.

Consider bundling tx effects in getLogsByTag

4 participants