Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
Signed-off-by: aeryz <abdullaheryz@protonmail.com>
  • Loading branch information
aeryz committed Sep 21, 2024
1 parent ba54b5f commit 99087b7
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 51 deletions.
16 changes: 0 additions & 16 deletions .movement/config.yaml

This file was deleted.

12 changes: 6 additions & 6 deletions generated/rust/aptos-move-ibc/Cargo.toml

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

4 changes: 2 additions & 2 deletions light-clients/movement/ics08-movement/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ repository = { workspace = true }
version = "0.1.0"

[dependencies]
hex = { workspace = true, features = ["alloc"] }
aptos-verifier = { workspace = true }
bcs = { git = "https://github.com/aptos-labs/bcs.git", rev = "d31fab9d81748e2594be5cd5cdf845786a30562d" }
cosmwasm-std = { workspace = true, features = ["abort"] }
ethereum-verifier = { workspace = true }
hex = { workspace = true, features = ["alloc"] }
hex-literal = { workspace = true }
ics008-wasm-client = { workspace = true }
protos = { workspace = true }
Expand All @@ -23,8 +23,8 @@ thiserror = { workspace = true }
unionlabs = { workspace = true, features = ["cosmwasm", "stargate"] }

[dev-dependencies]
aptos-types = { git = "https://github.com/movementlabsxyz/aptos-core" }
aptos-crypto = { git = "https://github.com/movementlabsxyz/aptos-core" }
aptos-types = { git = "https://github.com/movementlabsxyz/aptos-core" }

[lints]
workspace = true
Expand Down
6 changes: 3 additions & 3 deletions voyager/modules/chain/movement/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "0.1.0"

[dependencies]
aptos-crypto = { workspace = true }
aptos-move-ibc.workspace = true
aptos-rest-client = { workspace = true }
aptos-types = { workspace = true }
bcs = "0.1.6"
Expand All @@ -21,16 +22,15 @@ move-core-types.workspace = true
prost.workspace = true
protos.workspace = true
queue-msg = { workspace = true }
reqwest = { workspace = true, features = ["json"] }
serde = { workspace = true, features = ["derive"] }
serde-utils = { workspace = true }
serde_json = { workspace = true }
sha2.workspace = true
sha3.workspace = true
thiserror = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
unionlabs = { workspace = true }
voyager-message = { workspace = true }
aptos-move-ibc.workspace = true
reqwest = { workspace = true, features = ["json"] }
sha2.workspace = true
7 changes: 3 additions & 4 deletions voyager/modules/client/cometbls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name = "voyager-client-module-cometbls"
version = "0.1.0"

[dependencies]
ark-bn254 = { version = "0.4", default-features = false, features = ["curve"] }
ark-serialize = "0.4.2"
ark-bn254 = { version = "0.4", default-features = false, features = ["curve"] }
ark-serialize = "0.4.2"
clap = { workspace = true, features = ["default", "derive", "env", "error-context"] }
cometbft-rpc = { workspace = true }
dashmap = { workspace = true }
Expand All @@ -14,6 +14,7 @@ frunk = { workspace = true }
futures = { workspace = true }
jsonrpsee = { workspace = true, features = ["macros", "server", "tracing"] }
macros = { workspace = true }
num-bigint = { workspace = true }
prost = { workspace = true }
protos = { workspace = true }
queue-msg = { workspace = true }
Expand All @@ -26,5 +27,3 @@ tracing = { workspace = true }
tracing-subscriber = { workspace = true }
unionlabs = { workspace = true }
voyager-message = { workspace = true }
num-bigint = { workspace = true }

40 changes: 20 additions & 20 deletions voyager/modules/transaction/aptos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ aptos-rest-client = { workspace = true }
aptos-types = { workspace = true }
move-core-types = { workspace = true }

bcs = "0.1.6"
bip32 = { workspace = true }
chain-utils = { workspace = true }
enumorph = { workspace = true }
frunk = { workspace = true }
futures = { workspace = true }
jsonrpsee = { version = "0.24.1", features = ["macros", "server", "tracing"] }
macros = { workspace = true }
move-bindgen = { workspace = true }
queue-msg = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde-utils = { workspace = true }
serde_json = { workspace = true }
sha3 = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
unionlabs = { workspace = true }
voyager-message = { workspace = true }
aptos-move-ibc.workspace = true
bcs = "0.1.6"
bip32 = { workspace = true }
chain-utils = { workspace = true }
enumorph = { workspace = true }
frunk = { workspace = true }
futures = { workspace = true }
jsonrpsee = { version = "0.24.1", features = ["macros", "server", "tracing"] }
macros = { workspace = true }
move-bindgen = { workspace = true }
queue-msg = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde-utils = { workspace = true }
serde_json = { workspace = true }
sha3 = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
unionlabs = { workspace = true }
voyager-message = { workspace = true }

0 comments on commit 99087b7

Please sign in to comment.