You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address CI failures from StateTransitionResult refactor
- wasm-sdk broadcast.rs: call .into_inner() on StateTransitionResult
before passing to convert_proof_result()
- dash-sdk sdk.rs: mark parse_proof and parse_proof_with_metadata as
#[allow(dead_code)] (unused after refactor, kept for future use)
0 commit comments