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

refactor(iroh)!: Use ref-cast instead of fields to get the subsystem clients #2374

Merged
merged 3 commits into from
Jun 17, 2024

Conversation

rklaehn
Copy link
Contributor

@rklaehn rklaehn commented Jun 17, 2024

Description

This is part 2 of replacing the fields in the iroh client with accessors and avoiding having multiple copies of the rpc client handle.

Breaking Changes

Removes the fields of iroh client. They were already marked as deprecated in the last release.

Notes & open questions

Change checklist

  • Self-review.
  • Documentation updates if relevant.
  • Tests if relevant.
  • All breaking changes documented.

@rklaehn rklaehn changed the title Use ref-cast instead of fields to get the subsystem clients refactor(iroh): Use ref-cast instead of fields to get the subsystem clients Jun 17, 2024
@dignifiedquire dignifiedquire changed the title refactor(iroh): Use ref-cast instead of fields to get the subsystem clients refactor(iroh)!: Use ref-cast instead of fields to get the subsystem clients Jun 17, 2024
@rklaehn rklaehn added this pull request to the merge queue Jun 17, 2024
Merged via the queue into main with commit be3e16e Jun 17, 2024
25 of 28 checks passed
ppodolsky pushed a commit to izihawa/iroh that referenced this pull request Jun 22, 2024
…clients (n0-computer#2374)

## Description

This is part 2 of replacing the fields in the iroh client with accessors
and avoiding having multiple copies of the rpc client handle.

## Breaking Changes

Removes the fields of iroh client. They were already marked as
deprecated in the last release.

## Notes & open questions

<!-- Any notes, remarks or open questions you have to make about the PR.
-->

## Change checklist

- [x] Self-review.
- [x] Documentation updates if relevant.
- [ ] ~~Tests if relevant.~~
- [x] All breaking changes documented.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants