rust-lightning/ci
Matt Corallo 47ca19d39e Remove the async_signing cfg flag
Now that the core features required for `async_signing` are in
place, we can go ahead and expose it publicly (rather than behind a
a `cfg`-flag). We still don't have full async support for
`get_per_commitment_point`, but only one case in channel
reconnection remains. The overall logic may still have some
hiccups, but its been in use in production at a major LDK user for
some time now. Thus, it doesn't really make sense to hide behind a
`cfg`-flag, even if the feature is only 99% complete. Further, the
new paths exposed are very restricted to signing operations that
run async, so the risk for existing users should be incredibly low.
2024-12-16 00:39:39 +00: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 manual_div_ceil 2024-12-05 00:48:35 -08:00
ci-tests.sh Remove the async_signing cfg flag 2024-12-16 00:39:39 +00:00
rustfmt.sh Only attempt to rustfmt files checked into git 2024-09-18 18:04:54 +00:00