Skip to content

Commit

Permalink
ZIL-5548: Bridge listening to finalized blocks + legacy gas estimatio…
Browse files Browse the repository at this point in the history
…n config + disable p2p (#355)

* Code for getting blocks

* Fixed getting and submitting events to chain

* update

* Update block querying

* Add legacy gas estimation to config

* updating printing and some scripts

* Update cd with new arguments

* disable P2p
  • Loading branch information
WuBruno authored Jan 31, 2024
1 parent b4e83a2 commit 74bd461
Show file tree
Hide file tree
Showing 22 changed files with 777 additions and 2,695 deletions.
87 changes: 55 additions & 32 deletions products/bridge/bridge-validators/Cargo.lock

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

3 changes: 2 additions & 1 deletion products/bridge/bridge-validators/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ edition = "2021"

[dependencies]
anyhow = "1.0.75"
async-trait = "0.1.74"
async-stream = "0.3.5"
async-trait = "0.1.77"
clap = { version = "4.4.11", features = ["derive"] }
ethers = { version = "2.0.11", features = ["ws"] }
ethers-contract = "2.0.11"
Expand Down
Loading

0 comments on commit 74bd461

Please sign in to comment.