Skip to content

Commit 4b92c1f

Browse files
Feat [BCM 1436] offset optional events endpoint (#72)
1 parent a96ea0d commit 4b92c1f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,8 @@ github.com/smartcontractkit/chain-selectors v1.0.82 h1:YCBn0HquAhH2jNVai32zQDFyC
449449
github.com/smartcontractkit/chain-selectors v1.0.82/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
450450
github.com/smartcontractkit/crec-api-go v0.3.7-0.20251201151130-e151a85be548 h1:GB+8QwDX46OVDH2vk4H2qqjbxfmIO3lhofKo7o/sodY=
451451
github.com/smartcontractkit/crec-api-go v0.3.7-0.20251201151130-e151a85be548/go.mod h1:TuDZiMoStNQBv3HYA5pqpwPyecbMh8p5momO4b1A9Eg=
452+
github.com/smartcontractkit/crec-api-go v0.3.7-0.20251209120934-f0223b7f01a5 h1:fJa20XJFoqVqcOTXZwI0gycm5fdSnHg83+2d0gNeBv4=
453+
github.com/smartcontractkit/crec-api-go v0.3.7-0.20251209120934-f0223b7f01a5/go.mod h1:TuDZiMoStNQBv3HYA5pqpwPyecbMh8p5momO4b1A9Eg=
452454
github.com/smartcontractkit/crec-api-go v0.3.7-0.20251209174022-0ae3d2b8fe58 h1:BL5P1pp6aEGG01Q4sj5x0RA1JLhKtamqhImNhqzCVdM=
453455
github.com/smartcontractkit/crec-api-go v0.3.7-0.20251209174022-0ae3d2b8fe58/go.mod h1:TuDZiMoStNQBv3HYA5pqpwPyecbMh8p5momO4b1A9Eg=
454456
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=

mocks/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ func (s *MockServer) GetChannelsChannelIdEvents(w http.ResponseWriter, r *http.R
288288
}
289289

290290
func (s *MockServer) GetChannelsChannelIdEventsSearch(w http.ResponseWriter, r *http.Request, channelId openapiTypes.UUID, params stdserver.GetChannelsChannelIdEventsSearchParams) {
291-
// Not implemented - events search service
291+
// Not implemented - events service
292292
w.WriteHeader(http.StatusNotImplemented)
293293
}
294294

0 commit comments

Comments
 (0)