-
Notifications
You must be signed in to change notification settings - Fork 42
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: UI fixes, persist messages, set up cxn limit #39
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome thank you so much
Nice work! Perhaps the first page could still have a few things renamed, now that it is completely passive. I'll send a PR. |
I kind of liked being able to add a peerID/ MultiAddr on that first tab, what was the rationale behind removing it? |
We now bootstrap to the deployed rust peer then dial the peers once they get added to the DHT , so there's no need to manually dial peers |
Ok perfect, I added a note in the README in my PR on how to connect to that via cli arg. |
This PR addresses a few things:
Related #35