Cleanup benchmarks (#197)

* Require test argument

* Increase tx timeout and channel limits

* Add default arguments for tests

* Fix tests

* Fix tests

* Cleanup benchmarks
This commit is contained in:
Omar
2025-10-30 04:32:23 +03:00
committed by GitHub
parent fefea17c8e
commit 172fb4700f
7 changed files with 269 additions and 9 deletions
@@ -540,6 +540,7 @@ impl EthereumNode for GethNode {
.to_vec(),
},
substrate_block_information: None,
tx_counts: Default::default(),
})
});