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
Copy file name to clipboardExpand all lines: crates/contract/src/api/foreign_chain_support.rs
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,8 @@ impl MpcContract {
21
21
/// set); panics in [`NotInitialized`](ProtocolContractState::NotInitialized) or when the caller is not a participant. Entries for
22
22
/// accounts that are no longer participants are pruned after resharing by
23
23
/// [`Self::clean_foreign_chain_data`].
24
-
#[deprecated(
25
-
note = "superseded by register_foreign_chains_config; feeds only the legacy get_supported_foreign_chains view (https://github.com/near/mpc/issues/3434)"
26
-
)]
24
+
#[deprecated(note = "TODO(#3630): drop this. This is superseded by
25
+
register_foreign_chains_config, and feeds only the legacy get_supported_foreign_chains")]
27
26
#[handle_result]
28
27
pubfnregister_foreign_chain_support(
29
28
&mutself,
@@ -114,7 +113,7 @@ impl MpcContract {
114
113
}
115
114
116
115
#[deprecated(
117
-
note = "https://github.com/near/mpc/issues/3079. Nodes register via register_foreign_chains_config instead"
116
+
note = "TODO(#3630): drop this. Nodes register via register_foreign_chains_config instead"
118
117
)]
119
118
#[expect(deprecated)]
120
119
#[handle_result]
@@ -243,7 +242,7 @@ impl MpcContract {
243
242
}
244
243
245
244
#[deprecated(
246
-
note = "superseded by get_available_foreign_chains, which gates verify_foreign_transaction (https://github.com/near/mpc/issues/3434)"
245
+
note = "TODO(#3630): drop this. It's superseded by get_available_foreign_chains, which gates verify_foreign_transaction"
0 commit comments