mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
Contracts: Update Config::Debug (#14789)
* Update Debug trait * Rename * tweak * fmt * Better namings * rm unsafe-debug * rework doc * nit * fix comment * clippy * update naming * Rename file * fmt fixes * rename * Move tracing behind umbrella Debugging trait * fix * fix comment * reorder imports * comment * update doc * add missing doc * add missing doc * Update Debugging -> Debugger * Update bin/node/runtime/Cargo.toml
This commit is contained in:
@@ -373,4 +373,3 @@ try-runtime = [
|
||||
"pallet-whitelist/try-runtime",
|
||||
"sp-runtime/try-runtime",
|
||||
]
|
||||
unsafe-debug = [ "pallet-contracts/unsafe-debug" ]
|
||||
|
||||
@@ -1264,7 +1264,6 @@ impl pallet_contracts::Config for Runtime {
|
||||
type Migrations = pallet_contracts::migration::codegen::BenchMigrations;
|
||||
type MaxDelegateDependencies = ConstU32<32>;
|
||||
type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent;
|
||||
#[cfg(feature = "unsafe-debug")]
|
||||
type Debug = ();
|
||||
type Environment = ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user