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

Test VRF LogPoller functionality- initializeLastProcessedBlock, updateLastProcessedBlock and getUnfulfilled #11472

Merged
merged 7 commits into from
Dec 7, 2023
Prev Previous commit
Next Next commit
Minor change
  • Loading branch information
kidambisrinivas committed Dec 5, 2023
commit 6f8d27763cf52b1c2c7da74a90593442be932a49
1 change: 1 addition & 0 deletions core/services/vrf/v2/listener_v2_log_listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func setupVRFLogPollerListenerTH(t *testing.T,
require.Nil(t, err)
require.Len(t, lp.Filter(nil, nil, nil).Addresses, 2)
require.Len(t, lp.Filter(nil, nil, nil).Topics, 1)
require.Len(t, lp.Filter(nil, nil, nil).Topics[0], 3)

kidambisrinivas marked this conversation as resolved.
Show resolved Hide resolved
th := &vrfLogPollerListenerTH{
Lggr: lggr,
Expand Down
Loading