Skip to content

Conversation

@Davidson-Souza
Copy link
Member

@Davidson-Souza Davidson-Souza commented May 14, 2025

What is the purpose of this pull request?

  • Bug fix
  • Documentation update
  • New feature
  • Test
  • Other: Dependency update

Which crates are being modified?

  • floresta-chain
  • floresta-cli
  • floresta-common
  • floresta-compact-filters
  • floresta-electrum
  • floresta-watch-only
  • floresta-wire
  • floresta
  • florestad
  • Other:

Description

Depends on #483

This continues with the dependency bump, now it's the log crate. I've also had to fix some linting error introduced after the bump. Each subcrate is handled on separated commits.

After updating the `log` crate, the same linting problem that was fixed
in vinteumorg#459 now appeared inside the log macros, namely:

```rust
log!("Something went wrong {:?}", what_happened);
```

Will issue an warning because this could be re-written as

```rust
log!("Something went wrong {what_happened:?}");
```

this is the first commit in a sequence to fix those problems.
Same as `f15dd346587803831fee79b28badf5b8324ca092`, but for floresta-wire
Same as `f15dd346587803831fee79b28badf5b8324ca092`, but for floresta-electrum.
Same as `f15dd346587803831fee79b28badf5b8324ca092`, but for floresta-wire
Same as `f15dd346587803831fee79b28badf5b8324ca092`, but for floresta-wire
@Davidson-Souza Davidson-Souza added dependencies Pull requests that update a dependency file chore Cleaning, refactoring, reducing complexity labels May 14, 2025
@jaoleal
Copy link
Collaborator

jaoleal commented May 15, 2025

ACK 0089e4d

Copy link
Contributor

@lucad70 lucad70 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have checked out this PR and it works.
ACK 0089e4d

@Davidson-Souza Davidson-Souza merged commit 17d9d91 into vinteumorg:master May 15, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Cleaning, refactoring, reducing complexity dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants