-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: Maestro adapter #54
Conversation
@Vardominator I fixed the test so that it will initilize the adapters correctly. But now it's not exiting, further investigation shows that only the MaestroAdapter has this problem, if I only run test for blockfrost then it exits correctly. You can run jest with --detectOpenHandles and see that the Maestro function like: getStablePoolByNFT are keeping Jest from exiting. |
@lednhatkhanh @longngn All Maestro tests are now passing but I'm seeing other errors in the test CI step that I don't understand. Can you please take a look? |
@Vardominator could you please check this log?
|
@lednhatkhanh Please pull the latest changes and try again. This is no longer an issue. There seems to be another issue in your build, check the last Github Actions jobs. |
Not sure what happened in the last build looks like the build now passes |
Hi @longngn just wanted to check in about this again |
sorry I'm on a vacay, will check asap when I have access to my laptop |
Adapter
interfaceMaestroAdapter
, which implementsAdapter
interfaceMaestroAdapter