rust-lightning/ci
Elias Rohrer f6af8e346e
Drop log-limiting features
Previously, LDK offered two ways to limit log outputs:
filtering during runtime client-side by matching on any given `Record`'s `Level` value,
as well as at compile time through the `max_level_*` feature flags.

It turns out the latter approach was always broken when used outside of
the `lightning` crate. Here, we therefore simply drop the feature-based
filtering.
2024-12-03 17:26:49 +01:00
..
check-compiles.sh Drop no-std feature 2024-09-18 09:07:58 +02:00
check-each-commit.sh Fix misc shellcheck complaints 2024-08-13 08:50:30 +02:00
check-lint.sh Allow clippy::unwrap-or-default because its usually wrong 2024-10-23 16:15:00 +00:00
ci-tests.sh Drop log-limiting features 2024-12-03 17:26:49 +01:00
rustfmt.sh Only attempt to rustfmt files checked into git 2024-09-18 18:04:54 +00:00