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!: remove iroh_base::rpc #2840

Merged
merged 3 commits into from
Oct 28, 2024
Merged

Conversation

dignifiedquire
Copy link
Contributor

@dignifiedquire dignifiedquire commented Oct 25, 2024

Directly uses serde_error::Error instead

Depends on n0-computer/iroh-blobs#5

Breaking Changes

  • removed
    • iroh_base::rpc::RpcError
    • iroh_base::rpc::RpcResult

Closes #2839

Copy link

github-actions bot commented Oct 25, 2024

Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh/pr/2840/docs/iroh/

Last updated: 2024-10-28T13:33:43Z

Copy link

github-actions bot commented Oct 25, 2024

Netsim report & logs for this PR have been generated and is available at: LOGS
This report will remain available for 3 days.

Last updated for commit: dbb5672

@dignifiedquire dignifiedquire added this to the v0.28.0 milestone Oct 25, 2024
Directly uses `serde_error::Error` instead

## Breaking Changes

- removed
  - `iroh_base::rpc::RpcError`
  - `iroh_base::rpc::RpcResult`
@dignifiedquire dignifiedquire added this pull request to the merge queue Oct 28, 2024
Merged via the queue into main with commit bfba7a4 Oct 28, 2024
26 of 27 checks passed
@dignifiedquire dignifiedquire deleted the refactor-remove-base-rpc branch October 28, 2024 14:15
matheus23 pushed a commit that referenced this pull request Nov 14, 2024
Directly uses `serde_error::Error` instead

Depends on n0-computer/iroh-blobs#5

## Breaking Changes

- removed
  - `iroh_base::rpc::RpcError`
  - `iroh_base::rpc::RpcResult`


Closes #2839
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.

refactor: remove iroh_base::rpc::RpcError
2 participants