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] POST: /token/holders/{token_address}/collection does not failover when primary Quorum fails #433

Closed
YoshihitoAso opened this issue Dec 8, 2022 · 0 comments · Fixed by #435
Assignees
Labels
bug Something isn't working

Comments

@YoshihitoAso
Copy link
Member

Describe the bug

web3 = Web3(Web3.HTTPProvider(config.WEB3_HTTP_PROVIDER))

The Quorum connection in the issue API is implemented as above, which means that it can only connect to the primary node.

Expected behavior

The process should failover.

@YoshihitoAso YoshihitoAso added the bug Something isn't working label Dec 8, 2022
@YoshihitoAso YoshihitoAso self-assigned this Dec 8, 2022
YoshihitoAso added a commit that referenced this issue Dec 9, 2022
fix: Change to use Web3Wrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant