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

Tezos: RPC node support #364

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

KhalilBellakrid
Copy link
Contributor

@KhalilBellakrid KhalilBellakrid commented Oct 22, 2019

Since we have issues with Tzstats & node 8 we might use this fallback instead.
To query operations by address we rely on https://mystique.tzkt.io/ which seems to be fine with node 8, but unfortunately it does only return Transaction and Delegation operations, so as a consequence we won't have originated accounts. Mystique seems also to return data with some missing informations (e.g. blockhash ...), please refer to: https://mystique.tzkt.io/v3/operations/tz1iJuhk6v4A6wPbi1uLNy33ZuKu5JgHN1ye
We use the main RPC node but this would work with any RPC node it only needs TEZOS_RPC_ENDPOINT to be override through the wallet configuration.

DRAFT: Currently this PR will remain draft for 2 reasons:

@KhalilBellakrid KhalilBellakrid added the HODL Done, but don't merge yet ! label Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HODL Done, but don't merge yet !
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant