Skip to content

Commit

Permalink
Merge pull request #3350 from autonomys/private-evm
Browse files Browse the repository at this point in the history
Add contract creation allow lists to EVM domains
  • Loading branch information
teor2345 authored Feb 4, 2025
2 parents 4c0198f + eb4e295 commit f5e8b43
Show file tree
Hide file tree
Showing 45 changed files with 2,432 additions and 265 deletions.
47 changes: 33 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/pallet-domains/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ mod benchmarks {
bundle_slot_probability: (1, 1),
operator_allow_list: OperatorAllowList::Anyone,
initial_balances: Default::default(),
domain_runtime_config: Default::default(),
};

assert_ok!(Domains::<T>::set_permissioned_action_allowed_by(
Expand Down Expand Up @@ -910,6 +911,7 @@ mod benchmarks {
bundle_slot_probability: (1, 1),
operator_allow_list: OperatorAllowList::Anyone,
initial_balances: Default::default(),
domain_runtime_config: Default::default(),
};

assert_ok!(Domains::<T>::set_permissioned_action_allowed_by(
Expand Down
Loading

0 comments on commit f5e8b43

Please sign in to comment.