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

relay should only process transactions, forward all other operations to the local node #16

Open
nicolasochem opened this issue Apr 15, 2022 · 0 comments

Comments

@nicolasochem
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant