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

Rust node builder parity #182

Open
9 of 15 tasks
b5 opened this issue Aug 26, 2024 · 0 comments · Fixed by #186
Open
9 of 15 tasks

Rust node builder parity #182

b5 opened this issue Aug 26, 2024 · 0 comments · Fixed by #186
Assignees

Comments

@b5
Copy link
Member

b5 commented Aug 26, 2024

a running list of methods that are missing from the Builder in rust:

  • blobs_events
  • persist
  • rpc_endpoint rust specfic
  • enable_rpc
  • enable_rpc_with_addr
  • gc_policy
  • disable_docs
  • relay_mode
  • node_discovery
  • dns_resolver rust specific
  • bind_port
  • secret_key
  • insecure_skip_relay_cert_verify rust testing specific
  • register_gc_done_cb
  • keylog

Long term we should aim for all of these in uniffi (swift,kotlin,python) and napi (js)

@dignifiedquire dignifiedquire self-assigned this Sep 3, 2024
@dignifiedquire dignifiedquire added this to the v0.25.0 milestone Sep 3, 2024
dignifiedquire added a commit that referenced this issue Sep 4, 2024
- add more options for node configuration
- add `client` constructor to connect to an existing iroh node

Closes #182
@dignifiedquire dignifiedquire reopened this Sep 4, 2024
@dignifiedquire dignifiedquire removed this from the v0.25.0 milestone Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

Successfully merging a pull request may close this issue.

2 participants