Contracts: Update Config::Debug (#3035)

* Add TraceableCallSpan to contracts

* rename

* Update parachains/runtimes/contracts/contracts-rococo/src/contracts.rs

* update lockfile for {"substrate", "polkadot"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
PG Herveou
2023-08-24 10:35:52 +02:00
committed by GitHub
parent 6a60dc6fe3
commit 8abf7c5ee1
2 changed files with 279 additions and 265 deletions
+278 -265
View File
File diff suppressed because it is too large Load Diff
@@ -62,5 +62,6 @@ impl Config for Runtime {
v15::Migration<Runtime>,
);
type RuntimeHoldReason = RuntimeHoldReason;
type Debug = ();
type Environment = ();
}