Skip to content

Commit 4332d51

Browse files
committed
feat: add deploy_builder function for slashing registry
- Implements asynchronous deployment of the builder with generic provider and network - Adds clippy allow attribute for missing panic documentation - Enhances the slashing registry coordination capabilities for better modularity - Updates related code in slashing_registry_coordinator.rs for deployment process
1 parent dcfb905 commit 4332d51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/slashing_registry_coordinator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ fn link_all_fully_qualified(
9696
result
9797
}
9898

99+
#[allow(clippy::missing_panics_doc)]
99100
pub async fn deploy_builder<P: alloy_contract::private::Provider<N> + Clone, N: Network>(
100101
provider: P,
101102
_stakeRegistry: alloy::sol_types::private::Address,

0 commit comments

Comments
 (0)