-
Notifications
You must be signed in to change notification settings - Fork 9
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
BUG: aoconnect spawn
does not work with localnet
#16
Comments
This is probably not an error in Some that probably need to be set:
|
Yup, i set those - Maybe its more like the scheduler location in the |
@atticusofsparta When spawning, the I'll need to see more of your code and/or logs to be of more help. |
Hm - ok let me try it again and get a branch up on my fork for examples. |
@MichaelBuhler I set up aoconnect in an the logs arent really helpful, atleast not the stack trace:
|
I think atticusofsparta#1 resolves your problem and this issue. But this exercise has exposed problems with the custom bundler inside the localnet (#17). |
Ah, I see. Alright maybe the better option here is getting the turbo bundler working - ill see if I can do something for that... I get that the L1 patch can get it working but I would rather match production systems as close as possible for testing accuracy. Thanks for taking a look! |
Hardware: Mac m3 (arm)
aoconnect: v0.0.45
When starting up the local server, you need to spawn a process so that it is available on the scheduler. Doing so results in aoconnect throwing an error from
zod
saying the return type is invalid.Ideally aoconnect works with this so that ao-localnet can be used in CI/CD pipelines for automated testing.
The text was updated successfully, but these errors were encountered: