mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 08:04:45 +00:00
whitenoise-rs became a workspace (core `whitenoise` crate at root, wn/wnd moved to crates/whitenoise-cli) and grew native --discovery-relays / --default-account-relays flags, which broke the headless harness's patch/build assumptions. - Repath the mock-keyring patch to crates/whitenoise-cli/src/bin/wnd.rs and match the new main() (env-gated Whitenoise::initialize_mock_keyring_store(); the fn is pub under the integration-tests feature). - Drop the discovery-env / defaults-env patches: start_daemon now passes the native --discovery-relays / --default-account-relays flags instead. - Build wn/wnd via `cargo build -p whitenoise-cli --features whitenoise/integration-tests` (the binaries left the root crate; integration-tests brings in the mock keyring). - The skip-unprocessable-retry patch still applies (root crate, 19-line offset). Enables the end-to-end test_17_group_image_commit (amy sets a group icon -> whitenoise must still process the commit) added in the previous commit to actually run. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JL3GXW1fmHa3xWfQjLLqfp