-
Notifications
You must be signed in to change notification settings - Fork 4
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
support tx subscriptions #218
Conversation
Seems the CI rust version is outdated, will update an run CI checks again. |
27f0a4f
to
30b18df
Compare
DO NOT MERGE YET, this PR contains breaking changes to the timechain, will merge this as soon as I have the PR ready on the timechain repo. |
I've found why arbitrum tests were failing... seems it have custom tx types: This issue already existed before, the tests catches it now because now the connector verifies the transaction type and hash before returning it... It basically means that the arbitrum support is incomplete, will disable arbitrum support for now. |
Description
Allow subscriptions for Ethereum and Astar connector