Skip to content

Commit

Permalink
Merge pull request #178 from eqlabs/sequencer_retry
Browse files Browse the repository at this point in the history
Sequencer retry
  • Loading branch information
CHr15F0x authored Mar 7, 2022
2 parents ac877ea + 6b14c1a commit 33d60f4
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 95 deletions.
3 changes: 3 additions & 0 deletions crates/pathfinder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@ zstd = "0.10"

[dev-dependencies]
assert_matches = "1.5.0"
http = "0.2.6"
mockall = "0.11.0"
pretty_assertions = "1.0.0"
tempfile = "3"
# log crate should be handled through tracing-subscriber if needed
test-log = { version = "0.2.8", default-features = false, features = ["trace"] }
tracing-test = "0.2.1"
warp = "0.3.2"
Loading

0 comments on commit 33d60f4

Please sign in to comment.