Skip to content

Commit

Permalink
feat(gateway): Add transaction hash calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadNassar1 committed Apr 9, 2024
1 parent ef8a66f commit d41677f
Show file tree
Hide file tree
Showing 5 changed files with 321 additions and 23 deletions.
265 changes: 263 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pretty_assertions = "1.4.0"
rstest = "0.17.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0"
starknet_api = { git = "https://github.com/starkware-libs/starknet-api.git", rev = "6b14aaf" }
starknet_api = { git = "https://github.com/starkware-libs/starknet-api.git", rev = "082adc0" }
papyrus_config = "0.3.0"
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
Expand Down
1 change: 1 addition & 0 deletions crates/gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ starknet_api.workspace = true
thiserror.workspace = true
papyrus_config.workspace = true
validator.workspace = true
tokio.workspace = true

[dev-dependencies]
assert_matches.workspace = true
Expand Down
Loading

0 comments on commit d41677f

Please sign in to comment.