You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
328 lines
8.4 KiB
328 lines
8.4 KiB
4 years ago
|
[workspace]
|
||
|
members = [
|
||
1 year ago
|
"agents/relayer",
|
||
|
"agents/scraper",
|
||
|
"agents/validator",
|
||
|
"chains/hyperlane-cosmos",
|
||
|
"chains/hyperlane-ethereum",
|
||
|
"chains/hyperlane-fuel",
|
||
|
"chains/hyperlane-sealevel",
|
||
|
"ethers-prometheus",
|
||
|
"hyperlane-base",
|
||
|
"hyperlane-core",
|
||
|
"hyperlane-test",
|
||
|
"utils/abigen",
|
||
|
"utils/backtrace-oneline",
|
||
|
"utils/hex",
|
||
|
"utils/run-locally",
|
||
4 years ago
|
]
|
||
2 years ago
|
|
||
|
[workspace.package]
|
||
|
documentation = "https://docs.hyperlane.xyz"
|
||
|
edition = "2021"
|
||
|
homepage = "https://hyperlane.xyz"
|
||
|
license-file = "../LICENSE.md"
|
||
|
publish = false
|
||
|
version = "0.1.0"
|
||
|
|
||
|
[workspace.dependencies]
|
||
1 year ago
|
Inflector = "0.11.4"
|
||
|
anyhow = "1.0"
|
||
|
async-trait = "0.1"
|
||
10 months ago
|
async-rwlock = "1.3"
|
||
1 year ago
|
auto_impl = "1.0"
|
||
9 months ago
|
axum = "0.6.1"
|
||
1 year ago
|
backtrace = "0.3"
|
||
|
base64 = "0.21.2"
|
||
11 months ago
|
bigdecimal = "0.4.2"
|
||
1 year ago
|
bincode = "1.3"
|
||
1 year ago
|
borsh = "0.9"
|
||
1 year ago
|
bs58 = "0.5.0"
|
||
|
bytes = "1"
|
||
1 year ago
|
clap = "4"
|
||
|
color-eyre = "0.6"
|
||
1 year ago
|
config = "0.13.3"
|
||
6 months ago
|
console-subscriber = "0.2.0"
|
||
1 year ago
|
convert_case = "0.6"
|
||
1 year ago
|
cosmrs = { version = "0.14", default-features = false, features = [
|
||
|
"cosmwasm",
|
||
|
"rpc",
|
||
|
"tokio",
|
||
|
"grpc",
|
||
|
] }
|
||
9 months ago
|
cosmwasm-std = "*"
|
||
1 year ago
|
crunchy = "0.2"
|
||
|
ctrlc = "3.2"
|
||
|
curve25519-dalek = { version = "~3.2", features = ["serde"] }
|
||
2 years ago
|
derive-new = "0.5"
|
||
1 year ago
|
derive_builder = "0.12"
|
||
2 years ago
|
derive_more = "0.99"
|
||
4 months ago
|
dhat = "0.3.3"
|
||
1 year ago
|
ed25519-dalek = "~1.0"
|
||
11 months ago
|
eyre = "=0.6.8"
|
||
1 year ago
|
fixed-hash = "0.8.0"
|
||
2 months ago
|
fuels = "0.65.0"
|
||
|
fuels-code-gen = "0.65.0"
|
||
2 years ago
|
futures = "0.3"
|
||
|
futures-util = "0.3"
|
||
1 year ago
|
generic-array = { version = "0.14", features = ["serde", "more_lengths"] }
|
||
|
# Required for WASM support https://docs.rs/getrandom/latest/getrandom/#webassembly-support
|
||
|
bech32 = "0.9.1"
|
||
|
elliptic-curve = "0.12.3"
|
||
|
getrandom = { version = "0.2", features = ["js"] }
|
||
|
hex = "0.4.3"
|
||
10 months ago
|
http = "*"
|
||
1 year ago
|
hyper = "0.14"
|
||
|
hyper-tls = "0.5.0"
|
||
10 months ago
|
hyperlane-cosmwasm-interface = "=0.0.6-rc6"
|
||
10 months ago
|
injective-protobuf = "0.2.2"
|
||
2 months ago
|
injective-std = "=0.1.5"
|
||
10 months ago
|
itertools = "*"
|
||
11 months ago
|
jobserver = "=0.1.26"
|
||
1 year ago
|
jsonrpc-core = "18.0"
|
||
1 year ago
|
k256 = { version = "0.13.1", features = ["std", "ecdsa"] }
|
||
1 year ago
|
log = "0.4"
|
||
1 year ago
|
macro_rules_attribute = "0.2"
|
||
1 year ago
|
maplit = "1.0"
|
||
1 year ago
|
mockall = "0.11"
|
||
1 year ago
|
nix = { version = "0.26", default-features = false }
|
||
1 year ago
|
num = "0.4"
|
||
1 year ago
|
num-bigint = "0.4"
|
||
|
num-derive = "0.4.0"
|
||
2 years ago
|
num-traits = "0.2"
|
||
1 year ago
|
once_cell = "1.18.0"
|
||
1 year ago
|
parking_lot = "0.12"
|
||
2 years ago
|
paste = "1.0"
|
||
1 year ago
|
pretty_env_logger = "0.5.0"
|
||
1 year ago
|
primitive-types = "=0.12.1"
|
||
2 years ago
|
prometheus = "0.13"
|
||
10 months ago
|
protobuf = "*"
|
||
5 months ago
|
rand = "0.8.5"
|
||
1 year ago
|
regex = "1.5"
|
||
2 years ago
|
reqwest = "0.11"
|
||
1 year ago
|
ripemd = "0.1.3"
|
||
1 year ago
|
rlp = "=0.5.2"
|
||
1 year ago
|
rocksdb = "0.21.0"
|
||
1 year ago
|
sea-orm = { version = "0.11.1", features = [
|
||
|
"sqlx-postgres",
|
||
|
"runtime-tokio-native-tls",
|
||
|
"with-bigdecimal",
|
||
|
"with-time",
|
||
|
"macros",
|
||
|
] }
|
||
|
sea-orm-migration = { version = "0.11.1", features = [
|
||
|
"sqlx-postgres",
|
||
|
"runtime-tokio-native-tls",
|
||
|
] }
|
||
1 year ago
|
semver = "1.0"
|
||
1 year ago
|
serde = { version = "1.0", features = ["derive"] }
|
||
1 year ago
|
serde_bytes = "0.11"
|
||
|
serde_derive = "1.0"
|
||
2 years ago
|
serde_json = "1.0"
|
||
1 year ago
|
sha2 = { version = "0.10.6", default-features = false }
|
||
|
sha256 = "1.1.4"
|
||
1 year ago
|
sha3 = "0.10"
|
||
1 year ago
|
solana-account-decoder = "=1.14.13"
|
||
|
solana-banks-client = "=1.14.13"
|
||
|
solana-banks-interface = "=1.14.13"
|
||
|
solana-banks-server = "=1.14.13"
|
||
|
solana-clap-utils = "=1.14.13"
|
||
|
solana-cli-config = "=1.14.13"
|
||
|
solana-client = "=1.14.13"
|
||
|
solana-program = "=1.14.13"
|
||
|
solana-program-test = "=1.14.13"
|
||
|
solana-sdk = "=1.14.13"
|
||
|
solana-transaction-status = "=1.14.13"
|
||
|
solana-zk-token-sdk = "=1.14.13"
|
||
1 year ago
|
spl-associated-token-account = { version = "=1.1.2", features = [
|
||
|
"no-entrypoint",
|
||
|
] }
|
||
1 year ago
|
spl-noop = { version = "=0.1.3", features = ["no-entrypoint"] }
|
||
|
spl-token = { version = "=3.5.0", features = ["no-entrypoint"] }
|
||
|
spl-token-2022 = { version = "=0.5.0", features = ["no-entrypoint"] }
|
||
|
spl-type-length-value = "=0.1.0"
|
||
2 years ago
|
static_assertions = "1.1"
|
||
5 months ago
|
strum = "0.26.2"
|
||
|
strum_macros = "0.26.2"
|
||
1 year ago
|
tempfile = "3.3"
|
||
1 year ago
|
tendermint = "0.32.2"
|
||
|
tendermint-rpc = { version = "0.32.0", features = ["http-client", "tokio"] }
|
||
2 years ago
|
thiserror = "1.0"
|
||
1 year ago
|
time = "0.3"
|
||
|
tiny-keccak = "2.0.2"
|
||
2 months ago
|
tokio = { version = "1.4", features = ["parking_lot", "tracing"] }
|
||
6 months ago
|
tokio-metrics = { version = "0.3.1", default-features = false }
|
||
1 year ago
|
tokio-test = "0.4"
|
||
1 year ago
|
toml_edit = "0.19.14"
|
||
|
tonic = "0.9.2"
|
||
6 months ago
|
tracing = { version = "0.1" }
|
||
1 year ago
|
tracing-error = "0.2"
|
||
2 years ago
|
tracing-futures = "0.2"
|
||
1 year ago
|
tracing-subscriber = { version = "0.3", default-features = false }
|
||
9 months ago
|
tracing-test = "0.2.2"
|
||
5 months ago
|
typetag = "0.2"
|
||
1 year ago
|
uint = "0.9.5"
|
||
|
ureq = { version = "2.4", default-features = false }
|
||
2 years ago
|
url = "2.3"
|
||
1 year ago
|
walkdir = "2"
|
||
|
warp = "0.3"
|
||
1 year ago
|
which = "4.3"
|
||
2 months ago
|
ya-gcp = { version = "0.11.3", features = ["storage"] }
|
||
1 year ago
|
|
||
1 year ago
|
## TODO: remove this
|
||
|
cosmwasm-schema = "1.2.7"
|
||
|
|
||
3 months ago
|
[profile.release.package.access-control]
|
||
|
overflow-checks = true
|
||
|
|
||
|
[profile.release.package.account-utils]
|
||
|
overflow-checks = true
|
||
|
|
||
|
[profile.release.package.ecdsa-signature]
|
||
|
overflow-checks = true
|
||
|
|
||
|
[profile.release.package.hyperlane-sealevel-interchain-security-module-interface]
|
||
|
overflow-checks = true
|
||
|
|
||
|
[profile.release.package.hyperlane-sealevel-message-recipient-interface]
|
||
|
overflow-checks = true
|
||
|
|
||
|
[profile.release.package.multisig-ism]
|
||
|
overflow-checks = true
|
||
|
|
||
|
[profile.release.package.serializable-account-meta]
|
||
|
overflow-checks = true
|
||
|
|
||
|
[profile.release.package.hyperlane-sealevel-mailbox]
|
||
|
overflow-checks = true
|
||
|
|
||
|
[profile.release.package.hyperlane-sealevel-igp]
|
||
|
overflow-checks = true
|
||
|
|
||
|
[profile.release.package.hyperlane-sealevel-multisig-ism-message-id]
|
||
|
overflow-checks = true
|
||
|
|
||
|
[profile.release.package.hyperlane-sealevel-validator-announce]
|
||
|
overflow-checks = true
|
||
|
|
||
|
|
||
1 year ago
|
[workspace.dependencies.ethers]
|
||
1 year ago
|
features = []
|
||
1 year ago
|
git = "https://github.com/hyperlane-xyz/ethers-rs"
|
||
5 months ago
|
tag = "2024-04-25"
|
||
1 year ago
|
|
||
|
[workspace.dependencies.ethers-contract]
|
||
1 year ago
|
features = ["legacy"]
|
||
1 year ago
|
git = "https://github.com/hyperlane-xyz/ethers-rs"
|
||
5 months ago
|
tag = "2024-04-25"
|
||
1 year ago
|
|
||
|
[workspace.dependencies.ethers-core]
|
||
1 year ago
|
features = []
|
||
1 year ago
|
git = "https://github.com/hyperlane-xyz/ethers-rs"
|
||
5 months ago
|
tag = "2024-04-25"
|
||
1 year ago
|
|
||
|
[workspace.dependencies.ethers-providers]
|
||
1 year ago
|
features = []
|
||
1 year ago
|
git = "https://github.com/hyperlane-xyz/ethers-rs"
|
||
5 months ago
|
tag = "2024-04-25"
|
||
1 year ago
|
|
||
|
[workspace.dependencies.ethers-signers]
|
||
1 year ago
|
features = ["aws"]
|
||
1 year ago
|
git = "https://github.com/hyperlane-xyz/ethers-rs"
|
||
5 months ago
|
tag = "2024-04-25"
|
||
1 year ago
|
|
||
|
[patch.crates-io.curve25519-dalek]
|
||
|
branch = "v3.2.2-relax-zeroize"
|
||
1 year ago
|
git = "https://github.com/Eclipse-Laboratories-Inc/curve25519-dalek"
|
||
|
version = "3.2.2"
|
||
1 year ago
|
|
||
|
[patch.crates-io.ed25519-dalek]
|
||
|
branch = "main"
|
||
1 year ago
|
git = "https://github.com/Eclipse-Laboratories-Inc/ed25519-dalek"
|
||
|
version = "1.0.1"
|
||
1 year ago
|
|
||
|
[patch.crates-io.primitive-types]
|
||
|
branch = "hyperlane"
|
||
1 year ago
|
git = "https://github.com/hyperlane-xyz/parity-common.git"
|
||
|
version = "=0.12.1"
|
||
1 year ago
|
|
||
|
[patch.crates-io.rlp]
|
||
|
branch = "hyperlane"
|
||
1 year ago
|
git = "https://github.com/hyperlane-xyz/parity-common.git"
|
||
|
version = "=0.5.2"
|
||
1 year ago
|
|
||
|
[patch.crates-io.solana-account-decoder]
|
||
|
git = "https://github.com/hyperlane-xyz/solana.git"
|
||
|
tag = "hyperlane-1.14.13-2023-07-04"
|
||
1 year ago
|
version = "=1.14.13"
|
||
1 year ago
|
|
||
|
[patch.crates-io.solana-clap-utils]
|
||
|
git = "https://github.com/hyperlane-xyz/solana.git"
|
||
|
tag = "hyperlane-1.14.13-2023-07-04"
|
||
1 year ago
|
version = "=1.14.13"
|
||
1 year ago
|
|
||
|
[patch.crates-io.solana-cli-config]
|
||
|
git = "https://github.com/hyperlane-xyz/solana.git"
|
||
|
tag = "hyperlane-1.14.13-2023-07-04"
|
||
1 year ago
|
version = "=1.14.13"
|
||
1 year ago
|
|
||
|
[patch.crates-io.solana-client]
|
||
|
git = "https://github.com/hyperlane-xyz/solana.git"
|
||
|
tag = "hyperlane-1.14.13-2023-07-04"
|
||
1 year ago
|
version = "=1.14.13"
|
||
1 year ago
|
|
||
|
[patch.crates-io.solana-program]
|
||
|
git = "https://github.com/hyperlane-xyz/solana.git"
|
||
|
tag = "hyperlane-1.14.13-2023-07-04"
|
||
1 year ago
|
version = "=1.14.13"
|
||
1 year ago
|
|
||
|
[patch.crates-io.solana-sdk]
|
||
|
git = "https://github.com/hyperlane-xyz/solana.git"
|
||
|
tag = "hyperlane-1.14.13-2023-07-04"
|
||
1 year ago
|
version = "=1.14.13"
|
||
1 year ago
|
|
||
|
[patch.crates-io.solana-transaction-status]
|
||
|
git = "https://github.com/hyperlane-xyz/solana.git"
|
||
|
tag = "hyperlane-1.14.13-2023-07-04"
|
||
1 year ago
|
version = "=1.14.13"
|
||
1 year ago
|
|
||
|
[patch.crates-io.solana-zk-token-sdk]
|
||
|
git = "https://github.com/hyperlane-xyz/solana.git"
|
||
|
tag = "hyperlane-1.14.13-2023-07-04"
|
||
1 year ago
|
version = "=1.14.13"
|
||
1 year ago
|
|
||
|
[patch.crates-io.spl-associated-token-account]
|
||
|
branch = "hyperlane"
|
||
1 year ago
|
git = "https://github.com/hyperlane-xyz/solana-program-library.git"
|
||
|
version = "=1.1.2"
|
||
1 year ago
|
|
||
|
[patch.crates-io.spl-noop]
|
||
|
branch = "hyperlane"
|
||
1 year ago
|
git = "https://github.com/hyperlane-xyz/solana-program-library.git"
|
||
|
version = "=0.1.3"
|
||
1 year ago
|
|
||
|
[patch.crates-io.spl-token]
|
||
|
branch = "hyperlane"
|
||
1 year ago
|
git = "https://github.com/hyperlane-xyz/solana-program-library.git"
|
||
|
version = "=3.5.0"
|
||
1 year ago
|
|
||
|
[patch.crates-io.spl-token-2022]
|
||
|
branch = "hyperlane"
|
||
1 year ago
|
git = "https://github.com/hyperlane-xyz/solana-program-library.git"
|
||
|
version = "=0.5.0"
|
||
1 year ago
|
|
||
|
[patch.crates-io.spl-type-length-value]
|
||
|
version = "=0.1.0"
|
||
|
git = "https://github.com/hyperlane-xyz/solana-program-library.git"
|
||
|
branch = "hyperlane"
|
||
1 year ago
|
|
||
|
[patch.crates-io.tendermint]
|
||
|
branch = "trevor/0.32.2-fork"
|
||
|
git = "https://github.com/hyperlane-xyz/tendermint-rs.git"
|
||
|
version = "=0.32.2"
|
||
|
|
||
|
[patch.crates-io.tendermint-rpc]
|
||
|
branch = "trevor/0.32.2-fork"
|
||
|
git = "https://github.com/hyperlane-xyz/tendermint-rs.git"
|
||
|
version = "=0.32.2"
|