Add performance tracing to validate_transaction (#5671)

* Validate transaction timeouts

* Add timing

* Add tracing to transaction validation.

* Fix docs.

Co-authored-by: NikVolf <nikvolf@gmail.com>
This commit is contained in:
Tomasz Drwięga
2020-04-17 08:42:50 +02:00
committed by GitHub
parent 372f8b2c7e
commit bc0b8fbddf
5 changed files with 68 additions and 15 deletions
+1
View File
@@ -6767,6 +6767,7 @@ dependencies = [
"sp-utils",
"substrate-test-runtime-client",
"substrate-test-runtime-transaction-pool",
"tracing",
"wasm-timer",
]