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

Force correct setup and cleanup for create_actors #576

Open
ceyhunsen opened this issue Mar 3, 2025 · 0 comments
Open

Force correct setup and cleanup for create_actors #576

ceyhunsen opened this issue Mar 3, 2025 · 0 comments
Labels
bug Something isn't working P-Medium Priority: Medium

Comments

@ceyhunsen
Copy link
Member

Proposal Description

With the #570, create_actors won't spawn a Bitcoind client and don't accepts any parameter related to that. But that function needs a working Bitcoind client in order to function because it will create rpc clients inside. To prevent future problems, Bitcoind aliveness must be forced in compile time or checked in runtime to throw an error instead of confusing programmer.

Also, create_actor's last return parameter must live till' the end of the test. Is there anything we can do to force this behavior?

@ceyhunsen ceyhunsen added bug Something isn't working P-Medium Priority: Medium labels Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P-Medium Priority: Medium
Projects
None yet
Development

No branches or pull requests

1 participant