Adopt the SDK's CommitteeChainVerifier from iotaledger/iota-rust-sdk#1298 to remove duplicated committee-transition verification in poi-rs.
- First confirm an IOTA monorepo version with an SDK revision containing #1298, then align our dependencies.
- Delegate epoch-close verification in
CommitteeResolver to the SDK, retaining trust configuration, fetching, and authenticated caching.
- Preserve the public Rust/WASM interface and proof format; update tests and verify both targets.
Adopt the SDK's
CommitteeChainVerifierfrom iotaledger/iota-rust-sdk#1298 to remove duplicated committee-transition verification inpoi-rs.CommitteeResolverto the SDK, retaining trust configuration, fetching, and authenticated caching.