mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-22 12:38:04 +00:00
b71445b632
* Modify the structure of the `MinedBlockInformation` * Report the step path to the watcher * Make report format more benchmark friendly * make report more benchmarks friendly * Add more models to the report * Remove corpus from the report * Add step information to the benchmark report * Include the contract information in the report * Add the block information to the report * compute metrics in each report * Cleanup watcher from temp code
23 lines
508 B
TOML
23 lines
508 B
TOML
[package]
|
|
name = "revive-dt-node-interaction"
|
|
description = "send and trace transactions to nodes"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
revive-common = { workspace = true }
|
|
|
|
revive-dt-format = { workspace = true }
|
|
revive-dt-report = { workspace = true }
|
|
|
|
alloy = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
futures = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|