From d5176cbd0429a2d6a7c43abe2721665362352da4 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 00:11:05 +0000 Subject: [PATCH 1/7] Bumping drift-common to 89f3936c48f4d6c0525e0cd0ae99d86e9605e4b2 --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index 016276f..89f3936 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit 016276f0e5eb5ef52d673f2a80ec5aeed210e4ad +Subproject commit 89f3936c48f4d6c0525e0cd0ae99d86e9605e4b2 From 9c8c9b59c0a7ae7b939f77643939d1275447501e Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 00:28:13 +0000 Subject: [PATCH 2/7] Bumping drift-common to d010ea43bd9bd210bd4de4bb2395b2e542ac1619 --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index 89f3936..d010ea4 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit 89f3936c48f4d6c0525e0cd0ae99d86e9605e4b2 +Subproject commit d010ea43bd9bd210bd4de4bb2395b2e542ac1619 From f922fd20c9f986f9622e4773386e23b434c89bcf Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 04:30:00 +0000 Subject: [PATCH 3/7] Bumping drift-common to ced5a92a8040a3cfed8fe4a9c5cfd457cc6ea5dc --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index d010ea4..ced5a92 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit d010ea43bd9bd210bd4de4bb2395b2e542ac1619 +Subproject commit ced5a92a8040a3cfed8fe4a9c5cfd457cc6ea5dc From da0ada774da9e60c6fdcd884c02c6b50847f9bd2 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 04:37:28 +0000 Subject: [PATCH 4/7] Bumping drift-common to 815b67a669b87da9563097340f9f9248ee69a14f --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index ced5a92..815b67a 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit ced5a92a8040a3cfed8fe4a9c5cfd457cc6ea5dc +Subproject commit 815b67a669b87da9563097340f9f9248ee69a14f From e66a4c54b365711b86d0684b9eb156d96ad64c39 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 05:18:11 +0000 Subject: [PATCH 5/7] Bumping drift-common to e0d5400329440d872117e009c63a0d4256764bf8 --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index 815b67a..e0d5400 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit 815b67a669b87da9563097340f9f9248ee69a14f +Subproject commit e0d5400329440d872117e009c63a0d4256764bf8 From db73acaaa7df7e08524d4281f57a5d3eefe22d31 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:22:36 +0000 Subject: [PATCH 6/7] Bumping drift-common to 8afb2379ef4797ee07eb39cdc803d8ec45ab1466 --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index e0d5400..8afb237 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit e0d5400329440d872117e009c63a0d4256764bf8 +Subproject commit 8afb2379ef4797ee07eb39cdc803d8ec45ab1466 From 83ee5b790ac9157bd2370877d16336a5ff4ddf97 Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Wed, 22 Jan 2025 16:30:15 -0800 Subject: [PATCH 7/7] slot subscriber resub --- drift-common | 2 +- src/publishers/dlobPublisher.ts | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drift-common b/drift-common index 8afb237..006397d 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit 8afb2379ef4797ee07eb39cdc803d8ec45ab1466 +Subproject commit 006397d9c8f1b0aaf4d42186534bcf3252d1abcd diff --git a/src/publishers/dlobPublisher.ts b/src/publishers/dlobPublisher.ts index 170bdda..7eb8468 100644 --- a/src/publishers/dlobPublisher.ts +++ b/src/publishers/dlobPublisher.ts @@ -372,7 +372,9 @@ const main = async () => { commitment: stateCommitment, resubTimeoutMs: 30_000, }; - slotSubscriber = new SlotSubscriber(connection); + slotSubscriber = new SlotSubscriber(connection, { + resubTimeoutMs: 10_000, + }); await slotSubscriber.subscribe(); slotSource = {