Skip to content

Commit

Permalink
feat: update abigen generation
Browse files Browse the repository at this point in the history
  • Loading branch information
benluelo committed Oct 15, 2023
1 parent 9fdb020 commit 878ae13
Show file tree
Hide file tree
Showing 14 changed files with 4,872 additions and 4,044 deletions.
100 changes: 86 additions & 14 deletions Cargo.lock

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

18 changes: 10 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
members = [
"lib/*",
"lib/*/fuzz",
"light-clients/ethereum-light-client",
"light-clients/cometbls-light-client",
"tools/generate-rust-sol-bindings",
"light-clients/*",
"generated/rust",
"generated/contracts",
"unionvisor",
Expand All @@ -12,10 +12,9 @@ members = [
"hubble"
]

exclude = [
"tools/generate-rust-sol-bindings",
"e2e/ensure-blocks",
]
# exclude = [
# "e2e/ensure-blocks",
# ]

resolver = "2"

Expand Down Expand Up @@ -51,13 +50,16 @@ unionlabs = { path = "lib/unionlabs", default-features = false }
beacon-api = { path = "lib/beacon-api", default-features = false }
chain-utils = { path = "lib/chain-utils", default-features = false }
hubble = { path = "hubble" }
token-factory-api = { path = "cosmwasm/token-factory-api", default-features = false }
ucs01-relay-api = { path = "cosmwasm/ucs01-relay-api", default-features = false }

# external dependencies

tendermint = { git = "https://github.com/unionlabs/tendermint-rs", branch = "bn254", default-features = false }
tendermint-proto = { git = "https://github.com/unionlabs/tendermint-rs", branch = "bn254", default-features = false }
tendermint-rpc = { git = "https://github.com/unionlabs/tendermint-rs", branch = "bn254", default-features = false }

token-factory-api = { path = "cosmwasm/token-factory-api", default-features = false }
ucs01-relay-api = { path = "cosmwasm/ucs01-relay-api", default-features = false }
ethers = { version = "2.0.4", default-features = false }

[patch.crates-io]
typenum = { git = "https://github.com/unionlabs/typenum", branch = "ben/192-const-generic-32-bit" }
2 changes: 1 addition & 1 deletion e2e/ensure-blocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
clap = { version = "4.3.12", features = ["derive"] }
ethers = { version = "2.0.8", features = ["ws"] }
ethers = { workspace = true, features = ["ws"] }
reqwest = "0.11.18"
tendermint-rpc = { workspace = true, features = ["http-client", "websocket-client"] }
tokio = { version = "1.29.1", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion generated/contracts/Cargo.toml

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

Loading

0 comments on commit 878ae13

Please sign in to comment.