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

Bugfix: ensure Vat.Host is decorated with DHT routing. #116

Merged
merged 1 commit into from
Apr 20, 2023

Conversation

lthibault
Copy link
Collaborator

While helping Evan with his demo, I noticed that DHT routing is not enabled for Wetware hosts. This is because of a bug in pkg/runtime. The fx.Decorator that wraps host.Host with a routedhost.Host was not being called because we don't actually declare a constructor for host.Host. This has been fixed by decorating casm.Vat instead.

@lthibault lthibault added the bug Something isn't working label Apr 20, 2023
@lthibault lthibault self-assigned this Apr 20, 2023
@lthibault lthibault merged commit c440bcf into master Apr 20, 2023
@lthibault lthibault deleted the bug/decorate-vat branch April 20, 2023 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants