Skip to content

Conversation

@nepet
Copy link
Member

@nepet nepet commented Jan 10, 2025

Just some some cleanups that resolve some warnings that cargo complaint about.

@cdecker cdecker enabled auto-merge (rebase) January 17, 2025 09:50
cdecker
cdecker previously approved these changes Jan 20, 2025
cdecker and others added 7 commits January 27, 2025 11:42
The `nodelet` and the `plugin` were using an absolute path, which
would get clobbered by concurrent tests, which can then lead to
spurious fails. Using relative paths makes this much more stable.
Previously, the deserialization logic called `Promise::new` twice, once
in a temp variable and again for the final return. This commit removes
the unused temorary assignement.

Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
Cargo complaints about the unused fields in `UdsConnectInfo`. Currently
the `UnixStream` in this file really seems to be unused but I assume
that it is going to be needed in the future.

Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
@cdecker cdecker merged commit e58b40c into Blockstream:main Jan 27, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants