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

bug (hubble): onChainSigners aren't consistent across hubs #2206

Open
manan19 opened this issue Jul 24, 2024 · 1 comment
Open

bug (hubble): onChainSigners aren't consistent across hubs #2206

manan19 opened this issue Jul 24, 2024 · 1 comment
Labels
s-triage Needs to be reviewed, designed and prioritized

Comments

@manan19
Copy link
Contributor

manan19 commented Jul 24, 2024

What is the bug?
Found an example of onChainSigners which aren't consistent across hubs
https://lamia.farcaster.xyz:2281/v1/onChainSignersByFid?fid=788624 has the SIGNER_EVENT_TYPE_ADD event
vs.
https://hoyt.farcaster.xyz:2281/v1/onChainSignersByFid?fid=788624 doesn't have the signer event
Neynar hub doesn't have the SIGNER_EVENT_TYPE_ADD event either

How can it be reproduced? (optional)
Include steps, code samples, replits, screenshots and anything else that would be helpful to reproduce the problem.

Additional context (optional)
Add any other context about the problem here.

@github-actions github-actions bot added the s-triage Needs to be reviewed, designed and prioritized label Jul 24, 2024
@Rufusemmanuel
Copy link

It seems like there's inconsistency in the “onChainSigners” data across different hubs when querying the same file identifier(FID). This inconsistency suggests a potential bug or discrepancy in how the data is being handled or propagated across these different hubs.

POTENTIAL REMEDIES TO ISSUE:

Check if the hubs are using the same version of the underlying software or API.

Verify if there are any differences in how events are queried for “onChainSigners” data across these hubs.

Review the data processing steps for “onChainSigners” to identify any potential points of divergence.

Ensure that the events are being recorded and queried correctly across all hubs to maintain consistency in the data.

Addressing this issue may involve debugging the data pipeline or API endpoints used by the hubs to ensure they are synchronized and correctly reflecting the expected events for any given FID. This should be treated with urgency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s-triage Needs to be reviewed, designed and prioritized
Projects
None yet
Development

No branches or pull requests

2 participants