Skip to content

Commit c7d9436

Browse files
committed
feat: add value check
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent c72b379 commit c7d9436

File tree

4 files changed

+316
-17
lines changed

4 files changed

+316
-17
lines changed

Cargo.lock

Lines changed: 140 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ graphql_client.workspace = true
2525
serde = { workspace = true, features = ["derive"] }
2626
serde_json = { workspace = true }
2727
tokio = { workspace = true, features = ["fs", "tokio-macros"] }
28+
cost-model = { git = "https://github.com/graphprotocol/agora", rev = "3ed34ca" }
2829
regex = "1.7.1"
2930
axum-extra = { version = "0.9.3", features = [
3031
"typed-header",

common/src/tap/checks.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ pub mod deny_list_check;
66
pub mod receipt_max_val_check;
77
pub mod sender_balance_check;
88
pub mod timestamp_check;
9+
pub mod value_check;

0 commit comments

Comments
 (0)