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

[k2] transport module #23

Closed
neonphog opened this issue Nov 27, 2024 · 0 comments
Closed

[k2] transport module #23

neonphog opened this issue Nov 27, 2024 · 0 comments
Assignees

Comments

@neonphog
Copy link
Collaborator

neonphog commented Nov 27, 2024

This module is the k2 abstraction around tx5.

It should start by using the "memory" backend implementation for testing. We can set up the config to allow true networking at a later time.

I changed my mind. It'd be nice if the "core" k2 crate didn't have a dependency on tx5. We should re-implement a memory stub tx module for the first iteration, and later can create the production crate that brings in tx5.

AC:

  • the tx module api allows:
    • sending a notify message to a remote
    • handling incoming notify messages
    • sending preflight messages
    • handling incoming preflight messages
    • sending module specific messages
    • registering a runtime handler for receiving module specific messages
  • the stub tx module implementation allows all the above functionality within a local process only
@github-project-automation github-project-automation bot moved this to Backlog in Holochain Nov 27, 2024
@neonphog neonphog moved this from Backlog to Ready for refinement in Holochain Dec 3, 2024
@neonphog neonphog self-assigned this Dec 4, 2024
@neonphog neonphog changed the title [k2] tx module [k2] transport module Dec 4, 2024
@neonphog neonphog removed their assignment Dec 4, 2024
@neonphog neonphog moved this from Ready for refinement to Ready in Holochain Dec 4, 2024
@neonphog neonphog self-assigned this Dec 4, 2024
@neonphog neonphog moved this from Ready to In progress in Holochain Dec 4, 2024
@neonphog neonphog moved this from In progress to In review in Holochain Dec 13, 2024
@github-project-automation github-project-automation bot moved this from In review to Done in Holochain Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant