We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This requires the relay to parse the transaction using the same parser than the endpoint, in order to read the kind field.
kind
It should be kind: transaction otherwise we just forward it to the local node.
kind: transaction
It's probably good to switch to TezosParsedOperations everywhere, including in the transport between FBR and FBE.
TezosParsedOperations
See this PR: flashbake/endpoints-monorepo#16
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This requires the relay to parse the transaction using the same parser than the endpoint, in order to read the
kind
field.It should be
kind: transaction
otherwise we just forward it to the local node.It's probably good to switch to
TezosParsedOperations
everywhere, including in the transport between FBR and FBE.See this PR:
flashbake/endpoints-monorepo#16
The text was updated successfully, but these errors were encountered: