test_splice_in for Eclair is marked #[ignore] in tests/integration_tests_eclair.rs (via interop_scenario_test!).
Eclair advertises splicing via custom feature bit 154 (SplicePrototype) instead of the BOLT-standardized 62/63, so LDK and Eclair never negotiate splice on the channel.
Unblock: bump the pinned Eclair release once it advertises splice on bit 62/63, then drop #[ignore] on test_splice_in.
Context: PR #839 review thread.
test_splice_infor Eclair is marked#[ignore]intests/integration_tests_eclair.rs(viainterop_scenario_test!).Eclair advertises splicing via custom feature bit 154 (
SplicePrototype) instead of the BOLT-standardized 62/63, so LDK and Eclair never negotiate splice on the channel.Unblock: bump the pinned Eclair release once it advertises splice on bit 62/63, then drop
#[ignore]ontest_splice_in.Context: PR #839 review thread.